Download the PHP package cschalenborgh/laravel-rate-limiter without Composer
On this page you can find all versions of the php package cschalenborgh/laravel-rate-limiter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cschalenborgh/laravel-rate-limiter
More information about cschalenborgh/laravel-rate-limiter
Files in cschalenborgh/laravel-rate-limiter
Download cschalenborgh/laravel-rate-limiter
More information about cschalenborgh/laravel-rate-limiter
Files in cschalenborgh/laravel-rate-limiter
Vendor cschalenborgh
Package laravel-rate-limiter
Short Description Rate limiter for Laravel
License MIT
Package laravel-rate-limiter
Short Description Rate limiter for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-rate-limiter
Rate Limiter package for Laravel
Description
You can use this package to easily rate limiter specific logic in your Laravel application, from Guzzle requests, to more specific application logic. This package is based on https://github.com/touhonoob/RateLimit.
Installation
You can install the package via composer:
The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
Usage
All versions of laravel-rate-limiter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
illuminate/container Version ~5.8.0 || ^6.0 || ^7.0
illuminate/cache Version ~5.8.0 || ^6.0 || ^7.0
illuminate/config Version ~5.8.0 || ^6.0 || ^7.0
illuminate/support Version ~5.8.0 || ^6.0 || ^7.0
illuminate/container Version ~5.8.0 || ^6.0 || ^7.0
illuminate/cache Version ~5.8.0 || ^6.0 || ^7.0
illuminate/config Version ~5.8.0 || ^6.0 || ^7.0
illuminate/support Version ~5.8.0 || ^6.0 || ^7.0
The package cschalenborgh/laravel-rate-limiter contains the following files
Loading the files please wait ....