PHPackages                             rogerthomas84/ohdm - 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. rogerthomas84/ohdm

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

rogerthomas84/ohdm
==================

OhDM is a PHP Object Document Mapper (ODM) for MongoDB

1.1.0(10y ago)016MITPHPPHP &gt;=5.3.2

Since Apr 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/rogerthomas84/ohdm)[ Packagist](https://packagist.org/packages/rogerthomas84/ohdm)[ Docs](https://github.com/rogerthomas84/ohdm)[ RSS](/packages/rogerthomas84-ohdm/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (8)Used By (0)

[![Build Status](https://camo.githubusercontent.com/ff96f6bf1b5ebca6ee0377ad0e701aac348e2a09ea899cd60a6b15aadc34607f/68747470733a2f2f7472617669732d63692e6f72672f726f67657274686f6d617338342f6f68646d2e706e67)](http://travis-ci.org/rogerthomas84/ohdm)

[View on Packagist](https://packagist.org/packages/rogerthomas84/ohdm)

OhDM
====

[](#ohdm)

OhDM is a an ODM which is a simple PHP library that eases the pain of interacting with MongoDB.

Stability
---------

[](#stability)

OhDM is a new project, so some things won't work as expected. It's classified right now as in the early stages, and there is a version 1.0.0 which we're classing as stable.

Saying that, things will be introduced to help enhance the library further but it'll be versioned accordingly.

Help Out
--------

[](#help-out)

The easiest way to help is by forking and raising a PR. All I ask is that you contribute changes back to this repository.

Changes won't be merged unless you've tested (and written tests) for the changes made. We also strive for high test coverage.

Right now, we're sitting at 99.33% coverage, and we would really like to stay around there.

Quick Start
-----------

[](#quick-start)

To get started quickly, first you're going to need to setup the configuration object. It's a singleton.

```
