leongkui / silex-php-redis
phpredis extension provider for Silex
Installs: 37 769
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 6
Open Issues: 2
Requires
- php: >=5.3.0
Requires (Dev)
- silex/silex: *
This package is not auto-updated.
Last update: 2025-05-24 18:44:09 UTC
README
Installation
Create (or add to your) composer.json in your projects root-directory:
{
"require": {
"furester/silex-php-redis": "*"
}
}
and run:
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).
Example
Check out simple example under "example" directory.
License
'silex-php-redis' is licensed under the MIT license.