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

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

tarasmatskovich/house-orm
=========================

PHP ORM library

1.1.8(5y ago)016[1 PRs](https://github.com/tarasMatskovich/house-orm/pulls)proprietaryPHPPHP ^7.1

Since Dec 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tarasMatskovich/house-orm)[ Packagist](https://packagist.org/packages/tarasmatskovich/house-orm)[ RSS](/packages/tarasmatskovich-house-orm/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (21)Used By (0)

House ORM
=========

[](#house-orm)

House ORM is a simply PHP object relationship mapping library for wotk with data in database.

Available drivers
=================

[](#available-drivers)

- Memory (for test environment)
- MySQL

Installing
==========

[](#installing)

```
composer require tarasmatskovich/house-orm
```

Usage
=====

[](#usage)

For example in datatabase exists table users with fields id, name. You have to create corresponding entity Class and specify fields mapping:

```
