2017 © Pedro Peláez
 

library memcached-bundle

BlaBlarCar Memcached bundle

image

blablacar/memcached-bundle

BlaBlarCar Memcached bundle

  • Thursday, December 3, 2015
  • by odolbeau
  • Repository
  • 11 Watchers
  • 3 Stars
  • 34,246 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

BlablacarMemcachedBundle

Build Status, (*1)

A bundle to use memcached inside your Symfony2 application, (*2)

Installation

The recommended way to install this bundle is through Composer., (*3)

composer require blablacar/memcached-bundle

Update app/AppKernel.php:, (*4)

public function registerBundles()
{
    $bundles = array(
        // ...
        new Blablacar\MemcachedBundle\BlablacarMemcachedBundle(),
    );

    return $bundles;
}

If you want to use the memcached session handler add the relevant config (see next section) and update your app/config/config.yml file:, (*5)

framework:
    session:
        handler_id:  blablacar_memcached.session_handler

Configuration reference

blablacar_memcached:
    clients:              # Required

        # Prototype
        name:
            persistent_id:        null
            servers:              [] # Required
            options:              []
    session:
        client:               ~ # Required
        prefix:               session
        ttl:                  ~

License

Blablacar Memcached bundle is released under the MIT License. See the bundled LICENSE file for details., (*6)

The Versions

03/12 2015

dev-master

9999999-dev

BlaBlarCar Memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

memcached symfony2 bundle

03/12 2015
10/03 2015
18/07 2014
10/07 2014
09/07 2014
08/07 2014
08/07 2014
08/07 2014