哪个 PHP 客户端库与 Cassandra 一起使用?
我已经尝试过 phpcassa,但是Cassandra PHP 客户端库"或SimpleCassie"呢?哪一个是最好的选择?
I've tried phpcassa but what about "Cassandra PHP Client Library" or "SimpleCassie"? Which one would be the best choice?
推荐答案
(由于 PHPCassa 将 不再支持并且 Pandra 被放弃,这个问题值得一个新的答案.)
(Since PHPCassa will no longer be supported and Pandra is abandoned, this question deserves a new answer.)
Cassandra 的 DataStax PHP 驱动程序 由 PHPCassa 开发人员推荐作为支持 CQL 的替代方案,具有许多优秀的特性,并且维护得很好.
DataStax PHP Driver for Cassandra is suggested by PHPCassa devs as an alternative that supports CQL, has many excellent features, and is well maintained.
Github 和 官网
更新:现在支持 PHP 7
更新 2 (2019):现在支持 PHP 7.1
Update 2 (2019): It now supports PHP 7.1
相关文章