0
I’d like to know which PHP frameworks have the best support for working with Nosql databases?
The Nosql banks I already have experience with are Mongodb, Redis and Cassandra, but I am interested in testing other options like Leveldb Memcache and Hbase. However the options I’ve worked with don’t have very good support implemented in the most modern PHP frameworks I use as Laravel 5 and ZF2.
Someone working with other frameworks where the drivers configuration work to work with this database is a more natural process? And that you have an ODM implementation similar to the Mongoose used with Node to perform queries but that is extensible to the ORM style framework Eloquent in Laravel?
Maybe if there isn’t a similar project we should start moving a community around a project geared to this need.
As for Redis, you can use Predis, as for PHP frameworks, I believe that Reactphp is what gives best support to new web technologies.
– Tobias Mesquita
I know and have tested in the Laravel Framework, works very well, which is actually a package that can be installed in any framework that uses the package manager or can be installed outside the framework also works.
– novic
Virgilio I don’t understand well, are you referring to what exactly? Have you ever tested Mongodb with Laravel? Is that it? Which package did you use?
– Dimi Antoni Vargas
Could it have been this? https://github.com/jenssegers/laravel-mongodb
– Dimi Antoni Vargas