I tried phpcassa, but what about the "PHP Cassandra client library" or "SimpleCassie"? Which one would be the best choice?
(Since PHPCassa will no longer be supported, and Pandra is left , this question deserves a new answer.)
The DataStax PHP driver for Cassandra is offered by PHPCassa developers as an alternative that supports CQL, has many great features and is in good condition.
Github and official website
: PHP 7
2 (2019): PHP 7.1
PHPCassa,
http://groups.google.com/group/phpcassa
API @http://thobbs.github.com/phpcassa/.
PHP Thrift Library.
, Cassandra Wikki
[ 1.0.a.1]
cassandra 1.0 1.1 0.8
https://github.com/thobbs/phpcassa
Pandra: https://github.com/mjpearson/Pandra/wiki, .
Check out PHP Binary CQL, which is a CQL client that uses the new binary protocol.
Blog post: http://blog.robert.mcfrazier.com/php-binary-cql/
Github: https://github.com/rmcfrazier/phpbinarycql
Disclosure: I am the author of this library, do not hesitate to submit requests for traction.