The Zend Framework Logo

The Zend Framework is a powerful open source web application framework for developing PHP 5 web applications. The Zend Framework module is a Drupal API module that makes the framework accessible to other Drupal modules.

Versions

For Drupal 7:

  • 2.x: The 2.x branch brings ZF2, currently in development, to Drupal.
  • 1.x: The 1.x branch brings the 1.x version of the Zend Framework to Drupal. This is the current stable and recommended branch of Zend.

For Drupal 6:

  • 2.x: The 2.x branch brings the 1.x version of the Zend Framework to Drupal. This is the current stable and recommended branch of Zend.

Installation

  1. Download and install the Zend module.
  2. Get the Zend Library. There are 3 ways to do this:
    • Install the Zend Framework in your PHP include path. One way to do this is via Pear.
    • Install the libraries module and place the Zend folder of the Zend Framework download in a libraries folder.
    • Download the Zend Framework to an alternate location and set that location in the zend_path variable or on the Zend Framework configuration page.

Use It

Once the framework is installed you can just use it. The Zend classes are available to use and will be autoloaded as needed. For example, in Zend Framework 1.x:

<?php
  $form
= new Zend_Form();
?>

of in Zend Framework 2.x:

<?php
  $form
= new ZendFormForm();
?>

Project Information

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0-beta1 tar.gz (8.17 KB) | zip (9.43 KB) 2011-May-14 Notes

Other releases

Version Downloads Date Links
7.x-2.0-alpha1 tar.gz (8.26 KB) | zip (9.53 KB) 2011-May-14 Notes

Development releases


Maintainers for Zend Framework

  • mfer - 14 commits
    last: 38 weeks ago, first: 1 year ago
  • Rob Loach - 25 commits
    last: 39 weeks ago, first: 4 years ago
  • mustafau - 7 commits
    last: 2 years ago, first: 3 years ago

Issues for Zend Framework

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 5 Dec 07
nobody click here