chargebee / cashier
Laravel Cashier for Chargebee provides an expressive, fluent interface to Chargebee's subscription billing services.
Requires
- php: ^8.1
- chargebee/chargebee-php: ^3.41.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-03-22 07:02:06 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.
Official Documentation
Documentation for Cashier Chargebee can be found here.
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.