Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel/cashier-stripe
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://github.com/laravel/cashier-stripe
billing laravel stripe
Last synced: 4 days ago
JSON representation
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
- Host: GitHub
- URL: https://github.com/laravel/cashier-stripe
- Owner: laravel
- License: mit
- Created: 2014-03-04T03:11:44.000Z (almost 11 years ago)
- Default Branch: 15.x
- Last Pushed: 2024-09-26T06:46:40.000Z (3 months ago)
- Last Synced: 2024-10-29T14:55:47.227Z (about 1 month ago)
- Topics: billing, laravel, stripe
- Language: PHP
- Homepage: https://laravel.com/docs/billing
- Size: 45.7 MB
- Stars: 2,380
- Watchers: 80
- Forks: 676
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-laravel - Cashier Stripe - Integración con Stripe (Paquetes utiles)
README
## 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](https://laravel.com/docs/billing).
## Contributing
Thank you for considering contributing to Cashier! You can read the contribution guide [here](.github/CONTRIBUTING.md).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/cashier/security/policy) on how to report security vulnerabilities.
## License
Laravel Cashier is open-sourced software licensed under the [MIT license](LICENSE.md).