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.
Documentation for Cashier can be found on the Laravel website.
You will need to set the following environment variables in the phpunit.xml
file in order to run the Cashier unit tests:
STRIPE_SECRET=<your Stripe secret> vendor/bin/phpunit
Please note that due to the fact that actual API requests against Stripe are being made, these tests take a few minutes to run.
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.