dintel/mongo-object

A set of classes that simplify storage of PHP objects in MongoDB

0.5.0 2016-06-06 16:29 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:28:05 UTC


README

Build Status

MongoObject simplifies storing objects in Mongo database. Currently it provides following features:

  • Object class that can be used as base class for all your classes that has to be saved into Mongo
  • Mapper class that simplifies fetching of objects from Mongo
  • MapperService class that can be registered as Zend Framework 2 service factory for Mapper class.