Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
abhi0725/cashier is a Laravel package for laravel cashier provides an expressive, fluent interface to stripe's subscription billing services..
It currently has 0 GitHub stars and 694 downloads on Packagist (latest version v8.0).
Install it with composer require abhi0725/cashier.
Discover more Laravel packages by abhi0725
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle coupons, swapping subscription, subscription "quantities", cancellation grace periods, and even generate invoice PDFs.
You will need to set the following details locally and on your Stripe account in order to run the Cashier unit tests:
STRIPE_KEY=
STRIPE_SECRET=
STRIPE_MODEL=User
* monthly-10-1 ($10)
* monthly-10-2 ($10)
* coupon-1 ($5)
Documentation for Cashier can be found on the Laravel website.
Thank you for considering contributing to the Cashier. You can read the contribution guide lines here.
Laravel Cashier is open-sourced software licensed under the MIT license