An open API service indexing awesome lists of open source software.

https://github.com/heavenshell/php-net-okuyama

PHP client library for Okuyama(Distributed key-value-store).
https://github.com/heavenshell/php-net-okuyama

Last synced: 2 months ago
JSON representation

PHP client library for Okuyama(Distributed key-value-store).

Awesome Lists containing this project

README

          

PHP client library for Okuyama(Distributed key-value-store).

System requirement
PHP 5.3
PHPUnit

Okuyama supports original protocol, memcached protocol.
This client supports original protocol.
Net/Okuyama/Adapter/Socket.php
memcached protocol is not support yet.

Okuyama has default PHP client library but it's implementaion is not a PHP way.
So I implement new client library.