2017 © Pedro Peláez
 

library memcached-client

BlaBlarCar Memcached client

image

blablacar/memcached-client

BlaBlarCar Memcached client

  • Monday, March 9, 2015
  • by odolbeau
  • Repository
  • 51 Watchers
  • 2 Stars
  • 36,258 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

Blablacar Memcached Wrapper

Build Status, (*1)

This library provides a simple Memcached connection wrapper., (*2)

Installation

The recommended way to install this library is through Composer. Require the blablacar/memcached-client package into your composer.json file:, (*3)

{
    "require": {
        "blablacar/memcached-client": "@stable"
    }
}

Protip: you should browse the blablacar/memcached-client page to choose a stable version to use, avoid the @stable meta constraint., (*4)

Usage

Create a Client and you're done!, (*5)

$client = new \Blablacar\Memcached\Client();
$client->addServer('127.0.0.1', 11211);
$client->set('foobar', 42); // Return 1

License

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

The Versions

09/03 2015

dev-master

9999999-dev

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

09/03 2015

v1.1.0

1.1.0.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

09/07 2014

v1.0.4

1.0.4.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

08/07 2014

v1.0.3

1.0.3.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

08/07 2014

v1.0.2

1.0.2.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

08/07 2014

v1.0.1

1.0.1.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client

07/07 2014

v1.0.0

1.0.0.0

BlaBlarCar Memcached client

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

memcache client