How to Install Zend Framework
Detail about How to install zend framework 2 in 5 steps
1.Download the zip file using below link
https://github.com/zendframework/ZendSkeletonApplication
after downloading the zip folder extract in and copy the all folders, paste it in your project folder example path : C:\xampp\htdocs\zend
2.Download the composer exe file from this url
https://getcomposer.org/Composer-Setup.exe
and install it while instaling time if it is give the error plz
open the php.ini file form this url example : C:\xampp\php and Uncomment the line extension=php_openssl.dll by removing the semicolon at the beginning.
Now you are good to install Composer.
3.Open command prompt and open project folder path in command prompt example : c:xampp\htdocs\zend
and paste this code and run it for updating the composer : php composer.phar self-update
4.After this it will download 100% then you paste this code and run it for install the updated composer in same command prompt like : php composer.phar install
5.Finally its installed now you can open your website link in local like
http://localhost/zend/public/
Example Screen will show
How to install zend framework
