dev-master
9999999-dev https://github.com/furester/silex-php-redisphpredis extension provider for Silex
MIT
The Requires
- php >=5.3.0
The Development Requires
by Igor Scabini
silex redis phpredis
Wallogit.com
2017 © Pedro Peláez
phpredis extension provider for Silex
Create (or add to your) composer.json in your projects root-directory:, (*1)
{
"require": {
"furester/silex-php-redis": "*"
}
}
and run:, (*2)
curl -s http://getcomposer.org/installer | php php composer.phar install
This is just a silex provider module for phpredis extension, you will need to setup Redis (https://github.com/antirez/redis) and phpredis extension (https://github.com/nicolasff/phpredis)., (*3)
Check out simple example under "example" directory., (*4)
'silex-php-redis' is licensed under the MIT license., (*5)
phpredis extension provider for Silex
MIT
silex redis phpredis