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

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

icymat/orm
==========

IcyMat Simple Object-Relational Mapping

1.0.1(7y ago)022MITPHPPHP ^5.5.9 || ^7.0

Since Jan 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/IcyMat/ORM)[ Packagist](https://packagist.org/packages/icymat/orm)[ Docs](http://icymat.pl)[ RSS](/packages/icymat-orm/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

IcyMat ORM
==========

[](#icymat-orm)

Simple ORM mechanism created for my projects. For using this ORM you should use MySQL database.

Base entity
-----------

[](#base-entity)

Each Entity class should extends `\IcyMat\ORM\BaseEntity` class. Each table at the database should contain integer and auto incremented `id` field. Example Entity class should looks like:

```
