Looking to hire Laravel developers? Try LaraJobs

laravel-stripe-integration maintained by michael-rubel

Description
This package represents ready-to-use integration with Stripe.
Author
Last update
2024/02/09 09:07 (dev-main)
License
Downloads
10 771

Comments
comments powered by Disqus

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.