1.2. Installation

Zend Framework is built with object-oriented PHP 5 and requires PHP 5.1.4 or later. Please see the system requirements appendix for more detailed information.

Once an appropriate PHP environment is available, the next step is to get a copy of the Zend Framework, which may be officially obtained by any of the following methods:

Once you have a copy of the Zend Framework available, your application needs to be able to access the framework classes. Though there are several ways to achieve this, your PHP include_path needs to contain the path to the Zend Framework library.

One of the Zend Framework's most useful features is its implementation of the Front Controller and Model-View-Controller (MVC) patterns. Get started with Zend Framework MVC!

Since Zend Framework components are rather loosely coupled, various components may be selected for independent use as needed. Each of the following chapters documents the use of a particular component.