michael-rubel/laravel-stripe-integration

This package is abandoned and no longer maintained. No replacement package was suggested.

This package represents ready-to-use integration with Stripe.

2.0.1 2023-10-10 06:53 UTC

This package is auto-updated.

Last update: 2024-03-15 19:38:03 UTC


README

Stripe Charge

Laravel Stripe Integration

Latest Version on Packagist Code Quality Code Coverage Infection Larastan

This package is a ready-to-use integration with Stripe. The package uses laravel/cashier package internally.

PHP ^8.1 and Laravel ^9.0 is required to use this package.

#StandWithUkraine

SWUbanner

Features supported

  • Basic card charge
  • "Off-session" charge
  • Payment intent management

Installation

Install the package using composer:

composer require michael-rubel/laravel-stripe-integration

Publish the config and fill Stripe keys in .env:

php artisan vendor:publish --tag="stripe-integration-config"

Main classes

Usage example

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.