olivierneo/cashier
| Install | |
|---|---|
composer require olivierneo/cashier |
|
| Latest Version: | v6.0.5 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Feb 16, 2016 |
| Links: | GitHub · Packagist |
Laravel Cashier
Introduction
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.
Official Documentation
Documentation for Cashier can be found on the Laravel website.
Contributing
Thank you for considering contributing to the Cashier. You can read the contribution guide lines here.
License
Laravel Cashier is open-sourced software licensed under the MIT license
Related Packages
Laravel Spark provides a starter scaffolding for Laravel SaaS applications.
Laravel Cashier provides an expressive, fluent interface to Stripe's subscriptio...