You are viewing a plain text version of this content. The canonical link for it is here.
Posted to client-dev@cassandra.apache.org by Robert McFrazier <rm...@gmail.com> on 2013/11/25 11:15:48 UTC

PHP CQL binary protocol client

Hi,

I have just released the initial commit for the PHP CQL binary protocol
client.  It is not completed yet, I still need to implement compression,
collections, and prepared queries.  There is an example of how to connect
to a Cassandra server and issue a query.

Please take a look and open bugs.

https://github.com/rmcfrazier/phpbinarycql

-- 
Thanks,
Robert McFrazier