blablacar / redis-bundle
BlaBlarCar Redis bundle
Installs: 83 684
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 70
Forks: 3
Open Issues: 0
Requires
- php: >=7.4
- blablacar/redis-client: ^1.0
- symfony/dependency-injection: ^3.3|^4.0|^5.0
Requires (Dev)
- phpspec/prophecy: ^1.1
- phpunit/phpunit: ^9.3
- symfony/config: ^2.3 || ^3.0
- symfony/http-kernel: ^2.3 || ^3.0
README
A bundle to use redis inside your Symfony application
Installation
The recommended way to install this bundle is through
Composer. Require the blablacar/redis-bundle
package
into your composer.json
file:
{ "require": { "blablacar/redis-bundle": "@stable" } }
Protip: you should browse the
blablacar/redis-bundle
page to choose a stable version to use, avoid the @stable
meta constraint.
License
Blablacar Redis client is released under the MIT License. See the bundled LICENSE file for details.