how to connect mongodb with cakephp 4x

i want to build server using cakephp 4x connect to mongodb.
Thanks

There is GitHub - LeWestopher/cakephp-monga: A CakePHP 3.x plugin for accessing MongoDB NoSQL data stores but it only works for CakePHP 3.

Otherwise you will have to build something your own based on something like GitHub - thephpleague/monga: Simple and swift MongoDB abstraction.

1 Like