dev-master
9999999-devYima Skeleton Application Based On ZF2.
The Requires
- php >=5.3.3
- rayamedia/yima-base dev-master
- poirot/poirot dev-master
The Development Requires
by Payam Naderi
zf2 raya media application framework yima
Wallogit.com
2017 © Pedro Peláez
Yima Skeleton Application Based On ZF2.
This is a skeleton application using the ZF2 MVC layer and module systems., (*1)
The recommended way to get a working copy of this project is to clone the repository
and use composer to install dependencies using the create-project command:, (*2)
curl -s https://getcomposer.org/installer | php -- php composer.phar create-project -sdev --repository-url="http://packages.raya-media.com" rayamedia/yima-skeleton path/to/install
Alternately, clone the repository and manually invoke composer using the shipped
composer.phar:, (*3)
cd my/project/dir git clone git@github.com:YiMAproject/yimaSkeleton.git cd yimaSkeleton php composer.phar self-update php composer.phar install
(The self-update directive is to ensure you have an up-to-date composer.phar
available.), (*4)
Another alternative way is to downloading the project from github page., (*5)
You would then invoke composer to install dependencies per the previous
example., (*6)
Yima Skeleton Application Based On ZF2.
zf2 raya media application framework yima