chargebee / cashier
Laravel Cashier for Chargebee provides an expressive, fluent interface to Chargebee's subscription billing services.
Installs: 194
Dependents: 1
Suggesters: 0
Security: 0
Stars: 37
Watchers: 16
Forks: 6
Open Issues: 5
Requires
- php: ^8.1
- chargebee/chargebee-php: v4.0.0
- illuminate/database: ^10.0|^11.0|^12.0
- illuminate/support: ^10.0|^11.0|^12.0
- moneyphp/money: ^4.0
Requires (Dev)
- dompdf/dompdf: ^2.0
- orchestra/testbench: ^8.18|^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.4
Suggests
- dompdf/dompdf: Required when generating and downloading invoice PDF's using Dompdf (^1.0.1|^2.0).
This package is not auto-updated.
Last update: 2025-05-16 12:42:16 UTC
README
Introduction
Laravel Cashier Chargebee provides an expressive, fluent interface to Chargebee'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 swapping subscription, subscription "quantities", subscription pausing, rendering invoice and much more.
You can watch the below video for a quick video introduction of this package and the starter kit.
Official Documentation
Documentation for Cashier Chargebee can be found here.
Quick Start
Check out our Laravel Starter Kit for a quick start with this package.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Cashier Chargebee is open-sourced software licensed under the MIT license.
Credits
This package is an adapted version for Chargeee based on the Laravel Cashier package created by Taylor Otwell. We sincerely thank Taylor and all the contributors of this package for their contributions.