zealproject / zeal-orm
ORM layer for Zend Framework applications
dev-master
2018-06-01 19:29 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-hydrator: ^2.3
Requires (Dev)
- phpunit/phpunit: ^7.0.1
- squizlabs/php_codesniffer: ^2.9.1
This package is not auto-updated.
Last update: 2024-11-23 15:42:38 UTC
README
Zeal is an ORM layer for Zend Framework.
Installation
The best way to install the module is with Composer (http://getcomposer.org). Add this to your composer.json:
"require": {
"zealproject/zeal-orm": "dev-master"
}
then run composer install
to install.
You'll also need to edit your application.config.php
to add ZealOrm
to your module array.