#phpmemcached - proof of concept
This library is written in "pure" php.
It's purpose was to show that memcached binary protocol is awesome (for my meetphp talk).
Implemented memcachedprotocol methods: get
Implemented algorithm - consistent hashing compatible with php-memcache extension (http://pecl.php.net/package/memcache)
##Edit example.php and type php example.php