gopayee / cashier-usage
Cashier USage is a simple quota feature usage tracker for Laravel Cashier subscriptions.
Installs: 199
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gopayee/cashier-usage
Requires
- laravel/framework: ^9.0
Requires (Dev)
- laravel/legacy-factories: ^1.1
- mockery/mockery: ^1.4
- orchestra/database: ^5.0|^6.0
- orchestra/testbench: ^5.0|^6.0
Suggests
- doctrine/dbal: Required by Cashier to modify tables in the database.
- laravel/cashier: Required in case you are using Stripe.
- laravel/cashier-paddle: Required in case you are using Paddle.
This package is auto-updated.
Last update: 2025-10-07 04:32:00 UTC
README
Cashier usage is a simple quota feature usage tracker for Laravel Cashier subscriptions.
It helps you define static, project-level plans, and attach features that can be tracked and limited throughout the app. For example, you might want to set a limit of 5 seats per team and make it so you can check it later. Cashier Register comes with a nice wrapper for Laravel Cashier that does that out-of-the-box.
📃 Documentation
The entire documentation is available here 🌍
🐛 Testing
vendor/bin/phpunit
🤝 Contributing
Please see CONTRIBUTING for details.