MongoObject Overview
Today I released MongoObject package. It is a library that simplifies storing and fetching of object to/from Mongo database.
It is available on github: https://github.com/dintel/mongo-object
And it is also available on packagist: https://packagist.org/packages/dintel/mongo-object
Installation
Using composer:
$ composer require dintel/mongo-object
[Read More]