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" wrote:
> I think the options for using CQL from PHP pretty much don't exist. Those
> that do are very old, haven't been upd
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
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 wro
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 cod