Re: using cssandra cql with php

2014-03-04 Thread Bryan Talbot
I think the options for using CQL from PHP pretty much don't exist. Those that do are very old, haven't been updated in months, and don't support newer CQL features. Also I don't think any of them use the binary protocol but use thrift instead. From what I can tell, you'll be stuck using old CQL

Re: using cssandra cql with php

2014-03-04 Thread Robert McFrazier
I have started a php library that uses the cql binary protocol. check out: https://github.com/rmcfrazier/phpbinarycql thanks, Robert On Mar 4, 2014 3:06 PM, Bryan Talbot btal...@aeriagames.com wrote: I think the options for using CQL from PHP pretty much don't exist. Those that do are very

using cssandra cql with php

2014-01-12 Thread Tim Dunphy
Hey all, I'd like to be able to make calls to the cassandra database using PHP. I've taken a look around but I've only found solutions out there for Ubuntu and other distros. But my environment is CentOS. Are there any packages out there I can install that would allow me to use CQL in my PHP

Re: using cssandra cql with php

2014-01-12 Thread Jason Wee
Hi, operating system should not be a matter right? You just need the cassandra client downloaded and use it to access cassandra node. PHP? http://wiki.apache.org/cassandra/ClientOptions perhaps you can package cassandra pdo driver into rpm? Jason On Mon, Jan 13, 2014 at 3:02 PM, Tim Dunphy