Download the PHP package mhndev/pongo without Composer
On this page you can find all versions of the php package mhndev/pongo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor mhndev
Package pongo
Short Description working with mongodb in php, no ODM, no Data Mapper just use mongo json queries itself
License MIT
Homepage https://github.com/mhndev/Pongo
Package pongo
Short Description working with mongodb in php, no ODM, no Data Mapper just use mongo json queries itself
License MIT
Homepage https://github.com/mhndev/Pongo
Please rate this library. Is it a good library?
Informations about the package pongo
PHP MongoDB
this packages contains sample source code for how to work with mongodb in php, without help of any library, just use mongodb/mongodb official package using repository pattern.
you should create your entities and repositories like following source codes.
Post Entity class
consider all entities that are going to be persisted in mongo should implement iMongoEntity interface and this method contains nothing more than hydrate object to an array which can be persisted to mongodb.
and here is .
Post Repository
and here you can checkout the sample usage :
All versions of pongo with dependencies
PHP Build Version
Package Version
The package mhndev/pongo contains the following files
Loading the files please wait ....