Download the PHP package armenio/zf3-cake-orm without Composer
On this page you can find all versions of the php package armenio/zf3-cake-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package zf3-cake-orm
zf3-cake-orm
Cake ORM Module for Zend Framework
How to install
-
Install via composer. Don't know how? Look here
-
cd my/project/directory
-
Edit composer.json :
-
Edit config/application.config.php :
-
Change your Model namespace in cd my/project/directory/vendor/armenio/zf3-cake-orm/config/module.config.php
-
Create your models
6.1. Go to my/project/directory/your/app/namespace
6.2. Create directory Model/Table/
6.3. Go to my/project/directory/your/app/namespace/Model/Table/
6.4. Create the File MyTable.php
See more here: http://book.cakephp.org/3.0/en/orm.html
How to use
All versions of zf3-cake-orm with dependencies
php Version ^5.6 || ^7.0
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-cache Version ^2.7.1
zendframework/zend-db Version ^2.8.1
zendframework/zend-paginator Version ^2.7
cakephp/orm Version 3.*
cakephp/cache Version 3.*
cakephp/log Version 3.*
jeremyharris/cakephp-lazyload Version 2.*