Using CakePHP with latest MongoDB driver

We are using CakePHP to access a MongoDB database. Currently we are using the ichikaway plugin from GitHub.

However, this plugin uses the pecl mongo driver, which is no longer supported and does not support the Mongo features introduced in V3.2 and above and has not been updated in 2 years. The currently supported driver is the pecl mongodb driver, which has a different interface, so won’t work with the ichikaway plugin.

I have not been able to find any plugins/datasources for the mongodb driver. Is anyone using Cake with the newer driver?

Thanks

Mark

1 Like

Hello friend.

I created a new plugin for cakephp 3.2 and MongoDB.
I’m testing with php7 now and last version of pecl mongodb.
If you can help test and report bugs, I’ll be glad.

Cheers

1 Like