Jump to content

Laminas

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wllm (talk | contribs) at 22:26, 5 November 2009 (Adding new Simple Cloud API content). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Zend Framework
Developer(s)Zend Technologies
Repository
Operating systemCross-platform
TypeWeb application framework
LicenseNew BSD license
Websiteframework.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.[1]

History

Zend Framework was conceived in early 2005 while many new frameworks, such as Ruby on Rails and the Spring Framework, were gaining popularity in the web development community. ZF was publicly announced at the first Zend Conference in October 2005.[2]

On July 1, 2007, Zend Framework 1.0 was released.[3]

Philosophy

ZF is a use-at-will framework. There is no single development paradigm or pattern that all Zend Framework users must follow, although ZF does provide components for the MVC, Table Data Gateway, and Row Data Gateway design patterns. Zend Framework provides individual components for many other common requirements in web application development.[1]

Zend Framework also seeks to promote web development best practices in the PHP community; conventions are not as commonly used in ZF as in many other frameworks, rather suggestions are put forth by setting reasonable defaults that can be overridden for each ZF application’s specific requirements.[4]

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[5].

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

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. PHPUnit 3.0 or later is required to run the unit tests shipped with Zend Framework. Many components also require PHP extensions.[12]

Features

Zend Framework features include:[4]

Building and running Zend Framework applications

Zend Technologies provide a PHP stack, Zend Server (or Zend Server Community Edition), which is optimized for running Zend Framework applications . Zend Server includes Zend Framework in its OS-native, integrated installers, along with PHP and all required extensions. Zend Server provides improved performance for Zend Framework applications through opcode acceleration and several caching capabilities, and comes with application monitoring and diagnostics out-of-the-box.[1]

Although it provides improved performance, Zend Server is not required to run Zend Framework applications and the Zend Framework can be downloaded and installed independently of Zend Server.

For developers who prefer an IDE for coding and debugging, Zend Studio, tightly integrated with Zend Framework, provides an MVC view, MVC code generation, code formatter, code assist, and more.[2].

Zend Studio is not free software, whereas the Zend Framework and Zend Server (community edition) are free.

Zend Server may not be compatible[3] with common debugging tools such as Xdebug which is bundled with free PHP IDEs such as Netbeans. For this reason, developers who want to use a completely free PHP stack, including an IDE, should consider other alternatives as well as Zend Server.

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.[13]

Simple Cloud API

On September 22, 2009, Zend Technologies announced[14] 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[15], 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 will be included in production releases of Zend Framework after the API has been finalized and the adapters to popular cloud services have reached production quality.

See also

References

  1. ^ a b "Introduction to Zend Framework". ZF Programmer's Reference Guide. Retrieved 2009-02-12.
  2. ^ Morgan, Oonagh (2005-10-19). "Zend Announces Industry-wide PHP Collaboration Project at its Inaugural PHP Conference". Zend Technologies. Retrieved 2008-07-14.
  3. ^ Gutmans, Andi (2007-07-01). "Zend Framework 1.0 Released!". Andi on Web & IT. Retrieved 2008-07-14.
  4. ^ a b "About Zend Framework". Retrieved 2009-02-11.
  5. ^ Gutmans, Andi (2005-10-27). "Zend Framework (post is too long so make sure to grab coffee)". Andi on Web & IT. Retrieved 2009-02-11.
  6. ^ "History of PHP and related projects". The PHP Group. Retrieved 2009-02-11.
  7. ^ LaMonica, Martin (2005-02-25). "IBM backs open-source Web software". cnet.com. Retrieved 2009-02-11.
  8. ^ Kernel, Sean Michael (2006-12-20). "Google Data Joins PHP Zend Framework". internetnews.com. Retrieved 2009-02-11.
  9. ^ Krill, Paul (2006-10-31). "Microsoft, Zend boost PHP for Windows". infoworld.com. Retrieved 2009-02-11.
  10. ^ Potter, Mike (2008-07-31). "Adobe Contributing AMF Support to Zend Framework". The Official Flex Team Blog. Retrieved 2009-02-11.
  11. ^ "StrikeIron Featured Partners". Retrieved 2009-02-11.
  12. ^ "Zend Framework Requirements". ZF Programmer's Reference Guide. Retrieved 2009-02-12.
  13. ^ "Zend Framework Contributor Guide". 07-01-2006. Retrieved 2008-07-14. {{cite web}}: Check date values in: |date= (help)
  14. ^ "Simple Cloud API Press Release". Retrieved 2009-11-05.
  15. ^ "Zend Framework website". Retrieved 2009-11-05.

Tutorials