zealproject/zeal-orm

ORM layer for Zend Framework applications

dev-master 2018-06-01 19:29 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:54:19 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.