dintel/mongo-object

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

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dintel/mongo-object

0.5.0 2016-06-06 16:29 UTC

This package is not auto-updated.

Last update: 2025-10-11 21:48:39 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.