Zend Framework

Zend Framework是一系列专业的PHP软件包。它可用于使用PHP 5.6+开发Web应用程序和服务,并使用广泛的语言功能提供100%面向对象的代码。(Zend Framework is a collection of professional PHP packages. It can be used to develop web applications and services using PHP 5.6+, and provides 100% object-oriented code using a broad spectrum of language features.)

  • 所有者: zendframework/zendframework
  • 平台: Docker, Linux, Mac, Windows
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Zend Framework是一系列专业的PHP软件包,安装量超过3.45亿。它可用于使用PHP 5.6+开发Web应用程序和服务,并使用广泛的语言功能提供100%面向对象的代码。

Zend Framework使用Composer作为包依赖管理器;PHPUnit来测试所有包,和Travis CI作为持续集成服务。 Zend Framework也遵循PHP-FIG标准,并包括用于HTTP消息接口的PSR-7的实现(由Zend Framework项目负责人Matthew Weier O'Phinney领导)。

Zend Framework 3从Zend Framework 2和1演变而来;累计,以前的版本下载超过1500万次。

Zend Framework的主要赞助商是Zend,一个Rogue Wave公司,但许多其他人已经为该框架贡献了组件或重要功能。谷歌、微软和StrikeIron等公司已与Zend合作,为他们希望为ZF开发人员提供的Web服务和其他技术提供接口。

没有充满活力的社区的帮助,Zend Framework 3无法提供和支持所有这些功能。社区成员,包括贡献者,可以通过邮件列表,IRC频道和其他论坛获取。无论您对Zend Framework有什么疑问,社区都可以随时解决。

注:对于本项目所链接的软件仓库,不再建议直接安装此软件包。 该软件包是一个元数据包,它汇总了最初与Zend Framework一起提供的所有组件(和/或集成); 在大多数情况下,您需要一个子集,这些可以单独安装; 请参阅https://docs.zendframework.com/以获取每个软件包的可用软件包列表和安装说明。

官方建议使用zend-mvc骨架应用程序:

$ composer create-project zendframework/skeleton-application project

或者 Expressive 骨架应用程序:

$ composer create-project zendframework/zend-expressive-skeleton project

安装整个框架的主要用例是从版本2发行版升级时。

如果您决定仍想安装整个框架:

$ composer require zendframework/zendframework

概覽

名稱與所有者zendframework/zendframework
主編程語言PHP
編程語言PHP (語言數: 0)
平台Docker, Linux, Mac, Windows
許可證BSD 3-Clause "New" or "Revised" License
發布數83
最新版本名稱release-2.4.13 (發布於 2017-07-13 12:26:23)
第一版名稱release-2.0.0dev1 (發布於 2010-08-05 15:58:24)
創建於2010-06-04 02:42:05
推送於2019-05-22 18:35:44
最后一次提交2019-05-23 04:32:49
星數5.5k
關注者數524
派生數2.6k
提交數27.1k
已啟用問題?
問題數2145
打開的問題數19
拉請求數2330
打開的拉請求數0
關閉的拉請求數3301
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Logo

Welcome to the Zend Framework 3.0 Release!

RELEASE INFORMATION

Zend Framework 3.0.1dev

This is the first maintenance release for the Zend Framework 3 series.

DD MMM YYYY

UPDATES IN 3.0.1

Please see CHANGELOG.md.

SYSTEM REQUIREMENTS

Zend Framework 3 requires PHP 5.6 or later; we recommend using the
latest PHP version whenever possible.

INSTALLATION

We no longer recommend installing this package directly. The package is a
metapackage that aggregates all components (and/or integrations) originally
shipped with Zend Framework; in most cases, you will want a subset, and these
may be installed separately; see https://docs.zendframework.com/ for a list of
available packages and installation instructions for each.

We recommend using either the zend-mvc skeleton application:

$ composer create-project zendframework/skeleton-application project

or the Expressive skeleton application:

$ composer create-project zendframework/zend-expressive-skeleton project

The primary use case for installing the entire framework is when upgrading from
a version 2 release.

If you decide you still want to install the entire framework:

$ composer require zendframework/zendframework

GETTING STARTED

A great place to get up-to-speed quickly is the Zend Framework
QuickStart
.

The QuickStart covers some of the most commonly used components of ZF.
Since Zend Framework is designed with a use-at-will architecture and
components are loosely coupled, you can select and use only those
components that are needed for your project.

MIGRATION

For detailed information on migration from v2 to v3, please read our Migration
Guide
.

COMPONENTS

This package is a metapackage aggregating the following components:

CONTRIBUTING

If you wish to contribute to Zend Framework, please read the
CONTRIBUTING.md and CODE_OF_CONDUCT.md files.

QUESTIONS AND FEEDBACK

Online documentation can be found at https://docs.zendframework.com/.
Questions that are not addressed in the manual should be directed to the
relevant repository, as linked above.

If you find code in this release behaving in an unexpected manner or
contrary to its documented behavior, please create an issue with the relevant
repository, as linked above.

Reporting Potential Security Issues

If you have encountered a potential security vulnerability in Zend Framework,
please report it to us at zf-security@zend.com.
We will work with you to verify the vulnerability and patch it.

When reporting issues, please provide the following information:

  • Component(s) affected
  • A description indicating how to reproduce the issue
  • A summary of the security vulnerability and impact

We request that you contact us via the email address above and give the project
contributors a chance to resolve the vulnerability and issue a new release prior
to any public exposure; this helps protect Zend Framework users and provides
them with a chance to upgrade and/or update in order to protect their
applications.

For sensitive email communications, please use
our PGP key.

LICENSE

The files in this archive are released under the Zend Framework license.
You can find a copy of this license in LICENSE.md.

ACKNOWLEDGEMENTS

The Zend Framework team would like to thank all the
contributors to
the Zend Framework project; our corporate sponsor, Zend Technologies / Rogue
Wave Software; and you, the Zend Framework user.

Please visit us sometime soon at http://framework.zend.com.

去到頂部