Releases: zaber-dev/laravel-quota
Release list
v1.0.1 - Support For Laravel Boost
Laravel Quota now includes built-in AI support and architectural skills engineered for Laravel Boost.

When using AI coding assistants such as Cursor, Claude Code, or GitHub Copilot connected through the Boost MCP server, your AI agent can automatically load specialized design patterns and exact API conventions for implementing application-level quotas, usage budgets, calendar-based limits, atomic quota reservations, and route middleware with laravel-quota.
v1.0.0 - Initial stable release
We're excited to announce the first stable release of Laravel Quota — an application-level quota management package for Laravel.

Laravel Quota makes it easy to track and enforce usage limits over calendar periods such as daily, weekly, monthly, yearly, or custom windows using an expressive fluent API.
✨ Features
- Application-level quota management
- Calendar-based periods (
perMinute(),perHour(),perDay(),perWeek(),perMonth(),perYear()) - Multiple storage backends (Cache & Database)
- Atomic quota consumption with concurrency protection
- Expressive fluent builder API
- Native Eloquent integration (
HasQuotas) - Route middleware for automatic quota enforcement
- Immutable
QuotaInfoDTOs - Automatic database pruning
- Custom storage backend extensibility
- Event dispatching for quota lifecycle events
🚀 Installation
composer require zaber-dev/laravel-quota📚 Documentation
- GitHub Repository
- README.md
- LEARN.md
❤️ Feedback
Issues, feature requests, and pull requests are always welcome.
Thank you for checking out Laravel Quota!
Full Changelog: https://github.com/zaber-dev/laravel-quota/commits/v1.0.0