2017 © Pedro Peláez
 

library zeal-orm

ORM layer for Zend Framework applications

image

zealproject/zeal-orm

ORM layer for Zend Framework applications

  • Friday, June 1, 2018
  • by tfountain
  • Repository
  • 1 Watchers
  • 0 Stars
  • 165 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zeal ORM

Zeal is an ORM layer for Zend Framework., (*1)

Installation

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)

The Versions

01/06 2018

dev-master

9999999-dev

ORM layer for Zend Framework applications

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires