我正在尝试将php与cassandra连接起来,甚至无法超越第一步。
我正在使用datastax php驱动程序并按照github
中的步骤操作我正在使用cassandra 2.2.5和php 5.5.9以及ubuntu 14.04LTS。 似乎datastax php驱动程序只支持cassandra 2.1
是否有cassandra 2.2的驱动程序。* ??
这就是我想要做的事情
$cluster = Cassandra::cluster()
->build();
它的投掷
PHP致命错误:未找到“Cassandra”类