Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msonowal/laravel-zoho-cashier
https://github.com/msonowal/laravel-zoho-cashier
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msonowal/laravel-zoho-cashier
- Owner: msonowal
- License: mit
- Created: 2017-08-17T11:42:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:06:50.000Z (over 3 years ago)
- Last Synced: 2024-11-24T11:19:44.528Z (about 1 month ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Installation
`composer require msonowal/laravel-zoho-cashier`## Introduction
Laravel Cashier provides an expressive, fluent interface to [Stripe's](https://stripe.com) 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.
## Official Documentation
Documentation for Cashier can be found on the [Laravel website](http://laravel.com/docs/billing).
## Running Cashier's Tests Locally
You will need to set the following details locally and on your Stripe account in order to run the Cashier unit tests:
### Environment
#### .env
STRIPE_KEY=
STRIPE_SECRET=
STRIPE_MODEL=Laravel\Cashier\Tests\Fixtures\User### Stripe
#### Plans
* monthly-10-1 ($10)
* monthly-10-2 ($10)#### Coupons
* coupon-1 ($5)
## Contributing
Thank you for considering contributing to the Cashier. You can read the contribution guide lines [here](contributing.md).
## License
Laravel Cashier is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).