I would like to know which PHP frameworks have the best support for working with NoSQL databases?
The NoSQL banks I already have experience are MongoDB, Redis and Cassandra, but I'm interested in testing other options like LevelDB MemCache and HBase. However the options I have worked with do not have very good support implemented in the most modern PHP frameworks I usually use as Laravel 5 and ZF2.
Someone working with other frameworks where the job of configuring the drivers to work with these database is a more natural process? And that has an ODM implementation similar to the mongoose used with the node to perform queries but that is extensible to the framework style the ORM Eloquent style in Laravel?
Perhaps if there is no similar project we should start moving a community around a project focused on this need.