Download the PHP package icymat/orm without Composer
On this page you can find all versions of the php package icymat/orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor icymat
Package orm
Short Description IcyMat Simple Object-Relational Mapping
License MIT
Homepage http://icymat.pl
Package orm
Short Description IcyMat Simple Object-Relational Mapping
License MIT
Homepage http://icymat.pl
Keywords ormObject-Relational Mapping
Please rate this library. Is it a good library?
Informations about the package orm
IcyMat ORM
Simple ORM mechanism created for my projects. For using this ORM you should use MySQL database.
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:
Get and set data
Set data:
Get data:
All versions of orm with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5.9 || ^7.0
The package icymat/orm contains the following files
Loading the files please wait ....