connecting to cassandra from PHP [closed] connecting to cassandra from PHP [closed] php php

connecting to cassandra from PHP [closed]


Here's the full list:

Simple Cassie - SimpleCassie is entirely stand-alone package which wrap itself around Thrift libsThis Library hasn't had any commits in a while.

Pandra - Pandra is a light-weight PHP based CRUD layer for the Cassandra distributed datastore. Seems inactive since early 2012

PHPCassa - PHPcassa is a PHP client library for Apache Cassandra. Very active, I'd recommend this library since one of the DataStax developers is maintaining it.

Cassandra PHP Client Library - Cassandra PHP Client Library allows for managing and querying your Cassandra cluster. Inactive since late 2013

CQL | PHP - A CQL (Cassandra Query Language) driver for PHP using PDO.

CQLSÍ - A simple interface, a wrapper, for working with CQL from PHP without Thrift. Last activity was early 2014

Orange-OpenSource/YACassandraPDO - PDO driver for Cassandra CQL. Also highly active, last commit was today.

PHP Library for Cassandra - PHP library for use Cassandra database via a binary protocol. This is the library you listed, highly active.

php-cassandra - A PHP driver for Cassandra.Works exclusively with CQL3 and Cassandra's binary protocol. Very recent commits, but the library itself is very new

Based on this list it'd say your prime choices are PHPCassa which has the advantage of being highly active, Orange-OpenSource/YACassandraPDO which is a mature and active project but as stated support for cassandra-2.0 is experimental and 2.1 isn't mentioned at all, or the other two projects which are less mature but recent and active.


Better late than never.

Datastax have finally come up their php-cassandra driver

It is still beta but you can rely on them for further updates.

I was using Orange-OpenSource/YACassandraPDO for the past 6months. Fairly good.Might replace this with datastax driver in future.