Skip to main content

Install Zend Framework in Wamp


Zend Framework is an open source, object oriented web application framework build for enterprises and high level web application development. Zend Framework(ZF) provided bunch of libraries which is helping developer in web development.

ZF is little hard to install and understand for beginner(freshers) specially who are working first time in any framework specially zend framework 2 installation.There is many website who are providing step to install zend framework in windows machine but personally they haven't put installation step very clearly to keep in mind for freshers.

Here is steps install zend framework in wamp (Windows) :

1. Download zend framework skeleton from https://github.com/zendframework/ZendSkeletonApplication
2. Unzip ZendSkeletonApplication-master and rename it zf (change folder name as your convenience).
3. Copy zf and paste it in wamp's www root directory in my case its c:\wamp\www

zend developer in india

4. Now download composer window installer from http://getcomposer.org/download/ and install it. Define composer path in Windows Environment Variable
5. Open windows command prompt and composer to verify installation.

zend developer in mumbai

6. Open windows command prompt and go to zf directory (C:\wamp\www\zf) and Update zf's composer.phar file using below command
C:\wamp\www\zf>php composer.phar self-update
Updating to version 15ad785ez55raj5kjnjkal749de47ca87d1408.
Downloading: 100%

7. Now its time to install zend framework, In window command prompt run below command to install zend framework using composer.phar
C:\wamp\www\zf>php composer.phar install 

Note : If you get CGI Enable error eg. "You must enable the openssl extension to download files via https" Then enable openssl from "C:\wamp\bin\php\php-5.4.3\php.ini" file because WAMP uses different php.ini files for CLI and Apache.

8. Restart all the wamp services and re-install it again.
C:\wamp\www\zf>php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing zendframework/zendframework (2.2.0)
Downloading: 100%

zendframework/zendframework suggests installing ext-intl (ext/intl for i18n features (included in default builds of PHP))
.....
.....

9. In the last make below changes in Apache httpd.conf file
<VirtualHost *:80>
DocumentRoot “C:\wamp\www\zf\public”
ServerName  zf-ezee-tutorial.com
<Directory C:\wamp\www\zf\public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost> 

open windows host file c:\windows\system32\drivers\etc\hosts
127.0.0.1       zf-ezee-tutorial.com

10. Run zf-ezee-tutorial.com in your browser.. Congratulation you have completed your zend framework install in WAMP.

friends..If you face any problem relation with install or zend framework web application development, Please fill free to put in comment or write mail us on info@ezeelive.com.

Comments

  1. Driving Training India guide all vehicle recovery techniques and focus on negative point of trainee. They work on all negativity and provide tricks so when trainee on road they handle situation and crosses km on road. Our expertise are well trained along the legal rights of regional Transport.

    ReplyDelete
  2. Hi,

    Very awesome post. I read it thrice and analyzed how it helps me to upgrade my knowledge quotient. Follow me at web development company in Kolkata

    Thanks,

    ReplyDelete
  3. Hi,

    Very awesome post. I read it thrice and analyzed how it helps me to upgrade my knowledge quotient. Follow me at web development company in Kolkata

    Thanks,

    ReplyDelete

Post a Comment

Popular posts from this blog

Overcoming Challenges in Adopting Generative AI in India

Adopting Generative AI in India presents several challenges, but it also offers significant opportunities for growth across various sectors. Here are some key obstacles and strategies to overcome them: 1. Infrastructure and Resource Limitations Challenge : India still faces issues with the availability of high-performance computing resources needed for generative AI models. This includes access to powerful GPUs and cloud services, which can be expensive. Solution : Partnerships with global tech firms can help bring advanced infrastructure to India. Government initiatives like the National AI Strategy and collaboration with research institutions can also boost local capabilities. 2. Data Privacy and Security Concerns Challenge : Data security is a significant concern, especially with the collection and usage of sensitive information. India's data protection laws, such as the Personal Data Protection Bill, are still evolving. Solution : Clear regulatory frameworks around data usage ...

Android Application Development In Mumbai

Android is quite busy in conquering the mobile application development market and there are plenty of companies which have headed towards android app development projects. It is an open source platform. The popularity of the Android is increasing rapidly and plenty of web developers are trying to make best use of the mobile platform. Android app developer Mumbai has amazed the entire world with their marvelous success in the mobile application industry. The android apps created are highly reliable and robust in nature when compared to other platforms. Tools and technologies used in android app development Most of the mobile app developers rely on Java language. With the recent developments on the Android platform, the developers have started developing the application with the support of the latest version of Adobe Air technologies and Adobe flash. Android SDK is used by the developers in mobileapp development in mumbai for writing code, testing and debugging the apps. ...

Why Indian PHP Development Companies Deliver Cost-Effective Solutions

In the world of web development, PHP remains one of the most popular programming languages, powering a vast majority of websites and applications. Businesses across the globe seek PHP Development Services to build scalable, secure, and high-performing web solutions. Indian PHP development companies have gained global recognition for delivering cost-effective solutions without compromising on quality. But what makes India a preferred destination for PHP development? Let’s explore the factors that contribute to the cost-effectiveness of Indian PHP development companies. 1. Competitive Labor Costs One of the primary reasons Indian PHP development companies can offer cost-effective solutions is the competitive labor cost. India has a vast talent pool of skilled PHP developers who are available at a fraction of the cost compared to developers in Western countries such as the United States, the United Kingdom, and Australia. This cost advantage allows businesses to allocate budgets more eff...