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).
- Host: GitHub
- URL: https://github.com/heavenshell/php-net-okuyama
- Owner: heavenshell
- License: bsd-3-clause
- Created: 2011-01-03T15:47:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-31T07:05:10.000Z (over 14 years ago)
- Last Synced: 2026-03-06T05:00:54.774Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: license.txt
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.