doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Add ext/cassandra storage #38

Closed beberlei closed 8 years ago

beberlei commented 9 years ago

Datastax released a Cassandra PHP Driver that we should support:

http://datastax.github.io/php-driver/

There is already a PR with experimental support in #24, but it was for a very early version of the driver.

SenseException commented 8 years ago

Does this need to be reviewed again with a newer version of the driver?

EmanueleMinotto commented 8 years ago

@SenseException that PR was for a pre-release, since it was started (7 months ago) the DataStax PHP driver reached a v1.0 release with many bugs fixed, I prefer to use it instead of a pre-release.