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 features from
unmaintained client drivers -- probably better to not be using CQL and PHP
together since mixing them seems pretty bad right now.


-Bryan



On Sun, Jan 12, 2014 at 11:27 PM, Jason Wee <peich...@gmail.com> wrote:

> 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 <bluethu...@gmail.com> wrote:
>
>> 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 code?
>>
>> Thanks
>> Tim
>>
>> --
>> GPG me!!
>>
>> gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
>>
>>
>

Reply via email to