2017 © Pedro Peláez
 

library php-memcache-sasl

A PHP Memcache client with binary protocol and SASL support

image

memcachier/php-memcache-sasl

A PHP Memcache client with binary protocol and SASL support

  • Wednesday, December 2, 2015
  • by dterei
  • Repository
  • 8 Watchers
  • 3 Stars
  • 16,516 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 38 Forks
  • 1 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

MemcacheSASL

A pure PHP Memcache client with binary protocol and SASL support., (*1)

It aims to be compatible with the PHP Memcached class. You can find documentation on the PHP Memcached class here. Not all features are supported at this time., (*2)

Usage example

include('MemcacheSASL.php');

/* connect to a server */
$m = new MemcacheSASL;
$m->addServer('127.0.0.1', '11211');

/* set timeout to 2 second */
$m->setOption(MemcacheSASL::OPT_SEND_TIMEOUT, 2000000);
$m->setOption(MemcacheSASL::OPT_RECV_TIMEOUT, 2000000);

/* set SASL username and password */
$m->setSaslAuthData('username', 'password');

/* perform some operations */
var_dump($m->add('test', '123'));
$m->delete('test');

Changes vs. ronnywang Version

This is a fork of the original code base by Ronny Wang. We have made the following improvements:, (*3)

  • Support for flush.
  • Support for timeouts on operations (connections and requests).
  • Fixed increment and decrement operations.
  • Support for the PHP Composer package manager.
  • Support setOptions method.

Licensing

This library is BSD-licensed., (*4)

Get involved!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements., (*5)

Please report bugs via the github issue tracker., (*6)

Master git repository:, (*7)

  • git clone git://github.com/memcachier/PHPMemcacheSASL.git

Authors

This library was written by Ronny Wang and MemCachier., (*8)

Ronny Wang wrote the initial version and bulk of the code, MemCachier later forked it to improve on the code base., (*9)

The Versions

02/12 2015

dev-master

9999999-dev https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl

04/06 2015

1.0.3

1.0.3.0 https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl

04/06 2015

1.0.2

1.0.2.0 https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl

22/04 2014

1.0.1

1.0.1.0 https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl

22/04 2014

1.0.0

1.0.0.0 https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl

14/04 2014

0.9.0

0.9.0.0 https://github.com/memcachier/PHPMemcacheSASL

A PHP Memcache client with binary protocol and SASL support

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache memcache binary sasl