Download the PHP package arash/rlr without Composer
On this page you can find all versions of the php package arash/rlr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rlr
Rate limit request
Requirement
- minimum php 5.4
- redis
- memcached
- For connect to Redis define and set
REDIS_HOSTandREDIS_PORTenvironment variable. Default value for host is127.0.0.1and port is6379. - For connect to Memcached define and set
MEMCACHED_HOSTandMEMCACHED_PORTenvironment variable. Default value for host is127.0.0.1and port is11211.
Installation
- with composer:
composer require arash/rlr - manually:
- yii:
- copy this package to the desired directory
- set blow config in
aliasessection'@arash/rlr' => __DIR__ . 'pathToDirectory/rlr/src', - laravel:
- copy this package to
app/Services - add
"arash\\rlr\\": "app/Services/rlr/src"inpsr-4ofautoloadsection - run
composer dumpautoload
Usage
use RLRService before the request arrive to action.
Yii
Copy RLRFilter.php in app\components directory and add blow code in behavior of your component.
All versions of rlr with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-redis Version *
ext-memcached Version *
ext-redis Version *
ext-memcached Version *
The package arash/rlr contains the following files
Loading the files please wait ...