PHPackages                             makasim/yadm - 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. makasim/yadm

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

makasim/yadm
============

The fastest MongoDB object document mapper.

0.5.7(7y ago)47.7k3MITPHPPHP ^7.1

Since Feb 10Pushed 7y agoCompare

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

READMEChangelog (2)Dependencies (4)Versions (28)Used By (3)

Yadm is the fastest MongoDB ODM.
================================

[](#yadm-is-the-fastest-mongodb-odm)

[![Build Status](https://camo.githubusercontent.com/49f7b286b951731c9146566ec7e98815a622d75c60f3656299241462b0ad67b8/68747470733a2f2f7472617669732d63692e6f72672f6d616b6173696d2f7961646d2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/makasim/yadm)

The schema less ODM. It gives you the fastest hydration and persistent. Based on [formapro/values](https://github.com/formapro/values) lib.

Install
-------

[](#install)

```
$ composer require makasim/yadm
```

Storage example
---------------

[](#storage-example)

Let's say we have an order model:

```
