dev-master
9999999-dev http://framework.zend.com/Basic Application for ZF2
BSD-3-Clause
The Requires
- php >=5.3.3
- zendframework/zendframework >2.2.0rc1
by Sophie BEAUPUIS
framework zf2
Basic Application for ZF2
This the simplest ZF2 application you can do. It has no module but is configured enough to be fully functionnal., (*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 zend-academy/zf2-basic-application path/to/install
Alternately, clone the repository and manually invoke composer
using the shipped
composer.phar
:, (*3)
cd my/project/dir git clone https://github.com/sophpie/ZendAcademy-ZF2-basic-application.git cd ZendAcademy-ZF2-basic-application 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)
Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!, (*5)
Basic Application for ZF2
BSD-3-Clause
framework zf2