gopayee / cashier-usage
Cashier USage is a simple quota feature usage tracker for Laravel Cashier subscriptions.
dev-main
2022-09-06 22:06 UTC
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-03-07 03:18:52 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.