dev-master
9999999-devORM layer for Zend Framework applications
BSD-3-Clause
The Requires
- php ^5.6 || ^7.0
- zendframework/zend-hydrator ^2.3
The Development Requires
by Tim Fountain
ORM layer for Zend Framework applications
Zeal is an ORM layer for Zend Framework., (*1)
The best way to install the module is with Composer (http://getcomposer.org). Add this to your composer.json:, (*2)
"require": { "zealproject/zeal-orm": "dev-master" }
then run composer install
to install., (*3)
You'll also need to edit your application.config.php
to add ZealOrm
to your module array., (*4)
ORM layer for Zend Framework applications
BSD-3-Clause