Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cassandra PHP module [closed]

Tags:

php

cassandra

Anyone out there using Cassandra (http://cassandra.apache.org/) with PHP? What PHP module would you guys recommend to communicate between PHP and Cassandra?

like image 687
Patrick Avatar asked Mar 24 '10 14:03

Patrick


1 Answers

Although this is an old question, thobb's version of PHPCassa has become a nice standard for PHP development with Apache Cassandra. The link referenced in the accepted question is to the hoan version of PHPCassa, which is not as current (last update was 2 years ago) or robust as the forked version that thobbs maintains: https://github.com/thobbs/phpcassa

  • Compatible with Cassandra 0.7, 0.8 and 1.x
  • Optional C extension for improved performance

I'm thoroughly happy with it, and have been for well over a year now. Continual development and you can see contributions being pushed upstream now from other developers.

You'll note that Pandra hasn't had any updates for quite some time too. +1yr

like image 158
sdolgy Avatar answered Sep 30 '22 06:09

sdolgy