Package Data | |
---|---|
Maintainer Username: | msonowal |
Maintainer Contact: | manash149@gmail.com (Manash Jyoti Sonowal) |
Package Create Date: | 2017-08-17 |
Package Last Update: | 2021-04-29 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:05:13 |
Package Statistics | |
---|---|
Total Downloads: | 53 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 2 |
Total Open Issues: | 4 |
Installation
composer require msonowal/laravel-zoho-cashier
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 details locally and on your Stripe account in order to run the Cashier unit tests:
STRIPE_KEY=
STRIPE_SECRET=
STRIPE_MODEL=Laravel\Cashier\Tests\Fixtures\User
* monthly-10-1 ($10)
* monthly-10-2 ($10)
* coupon-1 ($5)
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.