Download the PHP package fusonic/rate-limit-bundle without Composer
On this page you can find all versions of the php package fusonic/rate-limit-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fusonic/rate-limit-bundle
More information about fusonic/rate-limit-bundle
Files in fusonic/rate-limit-bundle
Download fusonic/rate-limit-bundle
More information about fusonic/rate-limit-bundle
Files in fusonic/rate-limit-bundle
Vendor fusonic
Package rate-limit-bundle
Short Description Simple rate limiting based on routes.
License MIT
Package rate-limit-bundle
Short Description Simple rate limiting based on routes.
License MIT
Please rate this library. Is it a good library?
Informations about the package rate-limit-bundle
RateLimitBundle
This bundle provides simple rate limiting based on routes.
Getting started
-
Install bundle:
-
Add RateLimitBundle to kernel:
-
Add cache config
- Add rate limit config
How does it work
The bundle makes use of Symfony's event system. Therefore some events exist under Fusonic/RateLimitBundle/Event
:
- RateLimitAttemptsUpdatedEvent will be emitted when a request for a rate limited route is detected.
- RateLimitExceededEvent will be emitted when a route limit is exceeded.
- RateLimitResetAttemptsEvent can be used to reset the state for a specific route (e.g. after a successful login)
Example
Create an event listener or subscriber:
And register it as service.
Execute tests
Run the the tests by executing:
All versions of rate-limit-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
symfony/http-kernel Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/config Version ^4.4 || ^5.0
symfony/framework-bundle Version ^4.4 || ^5.0
symfony/monolog-bridge Version ^4.4 || ^5.0
symfony/http-foundation Version ^4.4 || ^5.0
symfony/event-dispatcher Version ^4.4 || ^5.0
symfony/monolog-bundle Version ^3.5
psr/log Version ^1.1
symfony/cache Version ^4.4 || ^5.0
symfony/http-kernel Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/config Version ^4.4 || ^5.0
symfony/framework-bundle Version ^4.4 || ^5.0
symfony/monolog-bridge Version ^4.4 || ^5.0
symfony/http-foundation Version ^4.4 || ^5.0
symfony/event-dispatcher Version ^4.4 || ^5.0
symfony/monolog-bundle Version ^3.5
psr/log Version ^1.1
symfony/cache Version ^4.4 || ^5.0
The package fusonic/rate-limit-bundle contains the following files
Loading the files please wait ....