Hello i want to install zend framework 2 on my box. I am following this link -- http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html. when i use
E:\Nisarg\ZendSkeletonApplication>php composer.phar create-project --repository-
url="http://packages.zendframework.com" zendframework/zendframework c:\wamp\www
\zc
It show me the error that shown below
[Composer\Downloader\TransportException]
The "http://packages.zendframework.com/packages.json" file could not be dow
nloaded: failed to open stream: Unable to find the socket transport "ssl" -
did you forget to enable it when you configured PHP?
tell me where am i goes wrong?