https://github.com/maslosoft/mangan
MongoDB Object Persister/ODM
https://github.com/maslosoft/mangan
document-database document-mapper documentdb mongodb odm orm php
Last synced: 4 months ago
JSON representation
MongoDB Object Persister/ODM
- Host: GitHub
- URL: https://github.com/maslosoft/mangan
- Owner: Maslosoft
- License: other
- Created: 2010-12-24T11:40:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T19:42:44.000Z (7 months ago)
- Last Synced: 2025-10-05T04:19:51.528Z (4 months ago)
- Topics: document-database, document-mapper, documentdb, mongodb, odm, orm, php
- Language: PHP
- Homepage: https://maslosoft.com/mangan/
- Size: 3.21 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.mkd
- Changelog: CHANGELOG.mkd
- License: LICENSE-AGPL.mkd
Awesome Lists containing this project
README
#
Maslosoft Mangan
_MongoDB Object Document Mapper (ODM)_
### Quick Install
```bash
composer require maslosoft/mangan
```
### More details
[Visit project website](https://maslosoft.com/mangan/) or [quick start guide](https://maslosoft.com/mangan/docs/)
## Resources
* [Project website](https://maslosoft.com/mangan/)
* [Project page on GitHub](https://github.com/Maslosoft/Mangan)
* [Report a bug](https://github.com/Maslosoft/Mangan/issues)
* [MongoDB documentation](https://www.mongodb.com/docs/manual/)
* [MongoDB PHP library](https://www.mongodb.com/docs/php-library/current/)
* [MongoDB PHP's low level driver docs](https://www.php.net/manual/en/set.mongodb.php)
* [Standard Yii ActiveRecord documentation](http://www.yiiframework.com/doc/guide/1.1/en/database.ar)
* [Addendum annotations](https://maslosoft.com/addendum/)