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

WhatsApp Chatbot Development in India: A Comprehensive Guide

  WhatsApp has emerged as the most popular messaging platform in India, with over 500 million users . With such a vast user base, businesses are increasingly leveraging WhatsApp chatbots to automate customer interactions, enhance engagement, and drive business growth. This article explores WhatsApp chatbot development in India , its benefits, industries adopting it, the development process, and leading service providers. What is a WhatsApp Chatbot? A WhatsApp chatbot is an AI-powered virtual assistant that interacts with users via WhatsApp Business API . It can handle customer queries, provide support, and automate workflows without human intervention . Why Businesses in India Need WhatsApp Chatbots? 1. Massive User Base WhatsApp is the most widely used messaging app in India, making it the best channel for customer communication. 2. 24/7 Customer Support Automates responses and handles multiple customer queries simultaneously, reducing the need for manual support. 3. Enhanced Cu...

The rise of generative AI startups in India and their impact on businesses

Generative AI startups are reshaping India’s business landscape , driving automation, personalization, and efficiency across industries. With advancements in deep learning, NLP, and computer vision, Indian startups are leveraging Generative AI to create innovative solutions in content creation, healthcare, fintech, e-commerce, and more . 1. The Boom of Generative AI Startups in India Several AI-driven startups in India are developing cutting-edge generative AI models , backed by increasing investments and government support. The rise of Digital India, AI-for-All, and startup incubators has accelerated AI innovation. 2. Key Generative AI Startups in India Ezeelive Technologies Expertise : AI-powered chatbot development and generative AI automation. Impact : Enhances customer engagement, automation, and AI-driven interactions for businesses. Writesonic Expertise : AI-driven content generation for blogs, ads, and copywriting. Impact : Automates content creation for businesses, reducin...

Generative AI Chatbot Services: Revolutionizing Customer Engagement

  Generative AI chatbot services are transforming the way businesses interact with customers. These AI-driven chatbots leverage advanced machine learning models to generate human-like responses, enhancing customer experience, automating repetitive tasks, and driving operational efficiency. With the rise of conversational AI, companies across industries are adopting generative AI Chatbot Services to improve engagement and productivity. What is a Generative AI Chatbot? A generative AI chatbot is an advanced AI-powered virtual assistant that can understand, process, and respond to user queries dynamically. Unlike rule-based chatbots, which rely on predefined responses, generative AI chatbots use machine learning models such as GPT (Generative Pre-trained Transformer) to generate contextually relevant and human-like responses in real-time. Key Features of Generative AI Chatbots Natural Language Processing (NLP): Enhances understanding of human language and improves interactions. Cont...