PHPackages                             mhndev/pongo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. mhndev/pongo

ActiveLibrary[Database &amp; ORM](/categories/database)

mhndev/pongo
============

working with mongodb in php, no ODM, no Data Mapper just use mongo json queries itself

1.0.0(7y ago)24MITPHPPHP &gt;=7.1.0

Since Jan 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mhndev/Pongo)[ Packagist](https://packagist.org/packages/mhndev/pongo)[ Docs](https://github.com/mhndev/Pongo)[ RSS](/packages/mhndev-pongo/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

### PHP MongoDB

[](#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

[](#post-entity-class)

```
