PHPackages                             asgard/orm - 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. asgard/orm

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

asgard/orm
==========

v0.3.1(10y ago)0218[1 issues](https://github.com/asgardphp/orm/issues)1MITPHPPHP &gt;=5.5.9

Since Sep 9Pushed 8y agoCompare

[ Source](https://github.com/asgardphp/orm)[ Packagist](https://packagist.org/packages/asgard/orm)[ RSS](/packages/asgard-orm/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (1)

\#ORM

[![Build Status](https://camo.githubusercontent.com/27f532d177aeceafaed4280746952b8528e9f449564c37fa02022cf057c3170b/68747470733a2f2f7472617669732d63692e6f72672f6173676172647068702f6f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/asgardphp/orm)

The ORM package gives you the possibility to store, fetch, search entities and define their relations to each other. It works with the [Asgard Entity package](http://github.com/asgardphp/entity).

\##Installation **If you are working on an Asgard project you don't need to install this library as it is already part of the standard libraries.**

```
composer require asgard/orm 0.*

```

\##Entity Relations

To define relations between entities, please read [ORM Relations](docs/orm-relations).

```
