DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

PHP client #2

Open candrews opened 13 years ago

candrews commented 13 years ago

If you made a PHP client, I bet many project would become very interested in HandlerSocket. For instance, StatusNet is interested... but a lack of a PHP interface is problematic. Thanks!

methane commented 13 years ago

My fellow is writing PHP client. Please see http://openpear.org/package/Net_HandlerSocket

tz-lom commented 13 years ago

http://github.com/tz-lom/HSPHP native PHP for now wrappers arownd will be soon making C module planned after testing API

kjdev commented 13 years ago

Making PHP extension. Please see http://code.google.com/p/php-handlersocket/