Home  >  Article  >  Backend Development  >  What is Zend framework

What is Zend framework

藏色散人
藏色散人Original
2019-01-02 16:39:559192browse

Zend is an open source PHP framework. It is purely object-oriented and built around the MVC design pattern. Zend framework contains a collection of PHP packages that can be used to develop web applications and services.

What is Zend framework

Zend Framework: Open source architecture simplifies web application development

In early 2006, software company Zend Technologies (now part of Rogue Wave software) Zend framework, a pre-alpha version of the PHP framework, was released under the BSD license. The Israeli company was founded by two developers, Andi Gutmans and Zeev Suraski, who previously developed the scripting language PHP, which Rasmus Lerdorf and other graduates wrote while studying at the Israel Institute of Technology.

Zend Technologies continues its commitment to improving open source languages ​​and has released the PHP interpreter Zend Engine. To date, Zend Framework has been downloaded more than 15 million times. The current version 3 (which succeeded Zend Framework 2.0 in July 2016) is not compatible with previous versions, but it is possible to create web applications and services based on PHP 5.6 (or higher).

What is Zend Framework?

Zend Framework is a series of professional PHP software packages. It can be used to develop web applications and services using PHP 5.6 and provides 100% object-oriented code using a wide range of language features.

The object-oriented Zend Framework has a broad foundation and is an ideal platform for web application development. The collection of professional PHP packages that have been integrated into the framework is very simple and will impress even experienced developers. Basic functions can be integrated quickly and with minimal programming effort, allowing you to focus on implementing the features of your own application.

The framework uses a package manager, Composer, a scripting test environment, PHPUnit, and Travis CI, a tool for continuous integration where GitHub projects can be automatically built and released.

Zend technology has always been supported by a very active PHP community, which helps develop and continuously improve the open source framework. In addition, companies such as Google, Microsoft, and Adobe, which collaborate with Zend, provide various interface frameworks for their web services.

The above is the detailed content of What is Zend framework. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn