We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Support for MongoDB Driver

Is there a roadmap to support new PHP MongoDB Driver since the old Mongo extension is deprecated?

https://php.net/manual/en/mongodb.installation.php

Currently no, in first i guess it will be done in incubator, after it maybe it will be added to core.

edited Jul '16

Currently no, in first i guess it will be done in incubator, after it maybe it will be added to core.

That's bad. ODM is less well cared for than the ORM. I think PhalconPHP needs to rethink the feature set of the ODM. This could be a really good feature set for the upcoming 2.1.x branch.

Currently new features list for 2.1.x is already done. All new features will be added in 2.2.x

Currently no, in first i guess it will be done in incubator, after it maybe it will be added to core.

That's bad. ODM is less well cared for than the ORM. I think PhalconPHP needs to rethink the feature set of the ODM. This could be a really good feature set for the upcoming 2.1.x branch.

+1

Latest edition of MongoDB draws a lot of attention from developers and architects. I use MongoDB from 2.0 version, and wow, lot's have changed!

edited Aug '16

Any update on this? I installed php7 with phalcon 3 and now I don't have the MongoClient available, instead the new Mongo Driver. Actually I saw https://packagist.org/packages/denchikby/phalcon-mongodb-odm. Maybe it can be usefull