A simple, token-based rate limiter middleware for Laravel APIs.
This package limits each token per route to 1 request every TTL seconds (configurable).
- Token-based identification via
Authorization: Bearer <token> - Per-route throttling per token
- Configurable TTL via published config
- PSR‑4 autoloaded and Laravel‑package compatible
- Works with Laravel default cache (file, Redis, etc.)
composer require chaturbhuj/laravel-token-rate-limiter
php artisan vendor:publish --tag=config