treeskelt/doctrine-memcache-sasl

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP Memcache client with binary protocol, SASL support & Doctrine Cache support

1.0.1 2014-04-22 19:34 UTC

This package is not auto-updated.

Last update: 2020-01-24 14:47:36 UTC


README

A pure PHP Memcache client with binary protocol, SASL & Doctrine Cache support.

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.

Changes vs. ronnywang Version

This is a fork of the original code base by Ronny Wang.

MemCachier made the following improvements:

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

treeskelt made the following improvements:

  • Support for Doctrine Memcache Cache Driver
  • Support for the PHP Composer package manager.

Licensing

This library is BSD-licensed.

Authors

This library was written by Ronny Wang, MemCachier & treeskelt .

Ronny Wang wrote the initial version and bulk of the code, MemCachier & treeskelt later forked it to improve on the code base.