blablacar / BlablacarRedisBundle

A Redis bundle for Symfony2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlablacarRedisBundle

Build Status

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.

About

A Redis bundle for Symfony2

License:MIT License


Languages

Language:PHP 69.1%Language:Twig 30.9%