2

I am bit confused with installation of ZendFramework2. I am not getting clear step to install ZF2. I have XAMPP installed on my windows machine. I have ZF2 and Zend framework Skeleton downloaded.

Is there any need to clone zendskeleton with GIT if I have zip of skeleton available? If yes then please tell me why?

What is a need to of composer? Please tell me how to install on windows?

Can any on suggest any web page to help me out with zendframwork 2 installation.

Poonam Bhatt
  • 10,154
  • 16
  • 53
  • 72
  • you can find the instruction here http://www.w3programmers.com/install-zend-framework-2-on-your-wamp-and-xampp-server/ – Harish Singh Oct 15 '13 at 05:05
  • @Harish: I am not able to install composer – Poonam Bhatt Oct 15 '13 at 05:26
  • are you getting any error of openssl? if yes than please enable it in php.ini – Harish Singh Oct 15 '13 at 05:28
  • No it is different error. "Https://getcomposer.org/version File could not be downloaded. Failed to open stream....". and openssl is enable in php.ini. Can you please add new answer to this question...So later on i can accept is if it works. – Poonam Bhatt Oct 15 '13 at 05:33
  • are you using a proxy server? – Harish Singh Oct 15 '13 at 05:56
  • please set http_proxy and https_proxy environment variables http://getcomposer.org/doc/03-cli.md#http-proxy-or-http-proxy – Harish Singh Oct 15 '13 at 06:24
  • possible duplicate of [ZendSkeleton Issues](http://stackoverflow.com/questions/19377539/zendskeleton-issues) - you should really not open the same question twice, with the later one having the BETTER description. You can edit your question to improve it. – Sven Oct 15 '13 at 19:40

2 Answers2

0

here is a tutorial for all PHP Zend Developer who wants to install zend framework on their windows system.

http://net.tutsplus.com/tutorials/php/zend-framework-from-scratch/

0

please check your php version for zend framework 2 it should be 5.3.5 or upper also check composer file permission and allow_url_fopen = On in php.ini

Harish Singh
  • 3,359
  • 5
  • 24
  • 39