ugarit / cashier
Ugarit Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
Requires
- php: ^8.1
- ext-json: *
- heritage/console: ^1.00.00
- heritage/contracts: ^1.00.00
- heritage/database: ^1.00.00
- heritage/http: ^1.00.00
- heritage/log: ^1.00.00
- heritage/notifications: ^1.00.00
- heritage/pagination: ^1.00.00
- heritage/routing: ^1.00.00
- heritage/support: ^1.00.00
- heritage/view: ^1.00.00
- moneyphp/money: ^4.0
- nesbot/carbon: ^2.0|^3.0
- stripe/stripe-php: ^17.4|^18.0|^19.0|^20.0|^21.0
- symfony/console: ^6.0|^7.0|^8.0
- symfony/http-kernel: ^6.0|^7.0|^8.0
- symfony/polyfill-intl-icu: ^1.22.1
- symfony/polyfill-php84: ^1.32
Requires (Dev)
- dompdf/dompdf: ^2.0|^3.0
- orchestra/testbench: ^8.36|^9.15|^10.8|^11.0
- phpstan/phpstan: ^1.10
- spatie/ugarit-ray: ^1.40
Suggests
- ext-intl: Allows for more locales besides the default "en" when formatting money values.
- dompdf/dompdf: Required when generating and downloading invoice PDF's using Dompdf (^2.0|^3.0).
- spatie/ugarit-pdf: Required when generating and downloading invoice PDF's using Cashier's UgaritPdfInvoiceRenderer.
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 20:20:18 UTC
README
Introduction
Ugarit 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 Ugarit website.
Contributing
Thank you for considering contributing to Cashier! You can read the contribution guide here.
Code of Conduct
In order to ensure that the Ugarit community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Ugarit Cashier is open-sourced software licensed under the MIT license.