Zend Framework

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Zend Framework
Zend-framework.png
Developer(s) Zend Technologies
Stable release 1.11.11 / September 29, 2011; 4 months ago (2011-09-29)[1]
Preview release 2.0.0 beta2 / December 20, 2011; 58 days ago (2011-12-20)[2]
Written in PHP 5
Operating system Cross-platform
Type Web application framework
License New BSD license
Website http://framework.zend.com/

Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5 and licensed under the New BSD License.[3]

Contents

[edit] Licensing

Zend Framework is licensed under the Open Source Initiative (OSI)-approved New BSD License, and all code contributors must sign a Contributor License Agreement (CLA) based on the Apache Software Foundation’s CLA. The licensing and contribution policies were established to prevent intellectual property issues for commercial ZF users, according to Zend's Andi Gutmans.[4]

[edit]

Zend Technologies, co-founded by PHP core contributors Andi Gutmans and Zeev Suraski, is the corporate sponsor of Zend Framework.[5] Technology partners include IBM,[6] Google,[7] Microsoft,[8] Adobe Systems,[9] and StrikeIron.[10]

[edit] Requirements

Zend Framework requires PHP 5.2.4 or later since version 1.7.0. Previous versions required PHP 5.1.4 or later, although the ZF Programmer's Reference Guide strongly recommended PHP 5.2.3 or later for security and performance improvements included in these versions of PHP. Zend Framework 2.0 will require PHP 5.3. PHPUnit 3.0 or later is required to run the unit tests shipped with Zend Framework. Many components also require PHP extensions.[11]

[edit] Features

Zend Framework features include:[12]

[edit] Building and running Zend Framework applications

Zend Framework applications can run on any PHP stack that fulfills the technical requirements.

Zend Technologies provides a PHP stack, Zend Server (or Zend Server Community Edition), which is advertized to be optimized for running Zend Framework applications. Zend Server includes Zend Framework in its installers, along with PHP and all required extensions. According to Zend Technologies, Zend Server provides improved performance for PHP and especially Zend Framework applications through opcode acceleration and several caching capabilities, and includes application monitoring and diagnostics facilities.[13]

Zend Studio is an IDE that includes features specifically to integrate with Zend Framework. It provides an MVC view, MVC code generation based on Zend_Tool (a component of the Zend Framework), a code formatter, code completion, parameter assist, and more.[14]

Zend Studio is not free software, whereas the Zend Framework and Zend Server Community Edition are free.

Zend Server is compatible with common debugging tools such as Xdebug.

Other developers may want to use a different PHP stack and another IDE such as Eclipse PDT which works well together with Zend Server. A preconfigured, free version of Eclipse PDT with Zend Debug is available on the Zend web site.

[edit] Code, documentation, and test standards

Code contributions to Zend Framework are subject to rigorous code, documentation, and test standards. All code must meet ZF’s coding standards and unit tests must reach 80% code coverage before the corresponding code may be moved to the release branch.[15]

[edit] Simple Cloud API

On September 22, 2009, Zend Technologies announced[16] that it would be working with technology partners including Microsoft, IBM, Rackspace, Nirvanix, and GoGrid along with the Zend Framework community to develop a common API to cloud application services called the Simple Cloud API. This project is part of Zend Framework and will be hosted on the Zend Framework website,[17] but a separate site called simplecloud.org has been launched to discuss and download the most current versions of the API.

The Simple Cloud API and several Cloud Services are included in Zend Framework. The adapters to popular cloud services have reached production quality.

[edit] Future development

The first development release of Zend Framework 2.0 was released on August 6, 2010.[18] Changes made in this release were the removal of require_once statements, migration to PHP 5.3 namespaces, a refactored test suite, a rewritten Zend\Session, and the addition of the new Zend\Stdlib. The second development release was on November 3, 2010[19]

Additional changes to be completed before final release include the reduced reliance of __call() magic methods, reduction of singleton classes (e.g. Zend\Controller\Front), and request based conditional module configuration in Zend\Application.[20] The requirements of the MVC infrastructure of the next version of the framework are currently being discussed on its wiki.

[edit] See also

[edit] References

  1. ^ [1]
  2. ^ "Latest Development release notes". 2011-12-20. http://framework.zend.com/zf2/blog/entry/Zend-Framework-2-0-0beta2-Released. Retrieved 2012-02-15. 
  3. ^ "Introduction to Zend Framework". ZF Programmer's Reference Guide. http://framework.zend.com/manual/en/introduction.html. Retrieved 2009-02-12. 
  4. ^ Gutmans, Andi (2005-10-27). "Zend Framework (post is too long so make sure to grab coffee)". Andi on Web & IT. http://andigutmans.blogspot.com/2005_10_01_archive.html. Retrieved 2009-02-11. 
  5. ^ "History of PHP and related projects". The PHP Group. http://www.php.net/history. Retrieved 2009-02-11. 
  6. ^ LaMonica, Martin (2005-02-25). "IBM backs open-source Web software". cnet.com. http://news.cnet.com/IBM-backs-open-source-Web-software/2100-7344_3-5589559.html?tag=nw.14. Retrieved 2009-02-11. 
  7. ^ Kernel, Sean Michael (2006-12-20). "Google Data Joins PHP Zend Framework". internetnews.com. http://www.internetnews.com/dev-news/article.php/3650066. Retrieved 2009-02-11. 
  8. ^ Krill, Paul (2006-10-31). "Microsoft, Zend boost PHP for Windows". infoworld.com. http://www.infoworld.com/article/06/10/31/HNzenphp_1.html. Retrieved 2009-02-11. 
  9. ^ Potter, Mike (2008-07-31). "Adobe Contributing AMF Support to Zend Framework". The Official Flex Team Blog. http://blogs.adobe.com/flex/archives/2008/07/adobe_contributing_amf_support.html. Retrieved 2009-02-11. [dead link]
  10. ^ "StrikeIron Featured Partners". http://www.strikeiron.com/partners/featured_partners.aspx. Retrieved 2009-02-11. 
  11. ^ "Zend Framework Requirements". ZF Programmer's Reference Guide. http://framework.zend.com/manual/en/requirements.html. Retrieved 2009-02-12. 
  12. ^ "About Zend Framework". http://framework.zend.com/about/overview. Retrieved 2009-02-11. 
  13. ^ Zend site
  14. ^ Features
  15. ^ "Zend Framework Contributor Guide". 07-01-2006. http://framework.zend.com/wiki/display/ZFDEV/Zend+Framework+Contributor+Guide. Retrieved 2008-07-14. 
  16. ^ "Simple Cloud API Press Release". http://www.zend.com/en/company/news/press/zend-teams-with-ibm-microsoft-rackspace-and-other-cloud-leaders-on-open-source-initiative-to-drive-cloud-application-development. Retrieved 2009-11-05. 
  17. ^ "Zend Framework website". http://framework.zend.com/. Retrieved 2009-11-05. 
  18. ^ "Zend Framework 2.0.0dev1". 2010-08-06. http://devzone.zend.com/article/12385-First-Development-Milestone-of-ZF-2.0-Released. Retrieved 2010-09-04. 
  19. ^ "Zend Framework 2.0.0dev2". 2011-11-03. http://framework.zend.com/announcements/2010-11-03-zf2dev2. Retrieved 2011-03-18. 
  20. ^ "Zend Framework 2.0 Milestones". 2010-09-02. http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Milestones. Retrieved 2010-09-04. 

[edit] External links

[edit] Tutorials

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages