Download the PHP package rey/orm without Composer
On this page you can find all versions of the php package rey/orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rey
Package orm
Short Description Rey Bitrix ORM
License MIT
Homepage https://github.com/Olegator8800/ReyOrm
Package orm
Short Description Rey Bitrix ORM
License MIT
Homepage https://github.com/Olegator8800/ReyOrm
Please rate this library. Is it a good library?
Informations about the package orm
README
What is ReyOrm?
The experimental version ORM for Bitrix.
Installation
via composer:
$ php composer.phar require rey/orm dev-master
in your code add:
Example
Examples of work with ReyOrm (alfa version):
Сode class repository for news:
User repository can structure business logic in classes.
When calling $em->getRepository('News') will be searched for the information block code News. If you have not set user repository for an News entity is returned instance Rey\Orm\Repository\BaseRepository.
Run tests
You can run the unit tests with the following command:
$ cd path/to/rey/orm/
$ composer.phar install
$ phpunit
All versions of orm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package rey/orm contains the following files
Loading the files please wait ....