Php implementation of the CQL binary protocol. This project is a client that will allow queries to be sent using the binary protocol.
iconv mbstring bcmath
- prepared queries
There is an example directory that contains a very short example of how to connect to Cassandra server and issue a query.
- Walk through of simple_query.php - http://blog.robert.mcfrazier.com/getting-started-php-binary-cql-client/
More documenation/examples to come.