zealproject/zeal-orm

ORM layer for Zend Framework applications

Installs: 171

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zealproject/zeal-orm

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

This package is not auto-updated.

Last update: 2025-10-11 20:41:23 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.