/laravel-stripe-integration

Ready-to-use Stripe integration in Laravel

Primary LanguagePHPMIT LicenseMIT

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.