PHPackages                             zendframework/zendframework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. zendframework/zendframework

Abandoned → [laminas/laminas-mvc-skeleton](/?search=laminas%2Flaminas-mvc-skeleton)ArchivedMetapackage[Framework](/categories/framework)

zendframework/zendframework
===========================

Zend Framework

3.0.0(9y ago)5.8k7.8M↓40.3%2.5k[19 issues](https://github.com/zendframework/zendframework/issues)20BSD-3-ClausePHP ^5.6 || ^7.0

Since May 22Pushed 7y ago8 watchersCompare

[ Source](https://github.com/zendframework/zendframework)[ Packagist](https://packagist.org/packages/zendframework/zendframework)[ Docs](http://framework.zend.com/)[ RSS](/packages/zendframework-zendframework/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (61)Versions (78)Used By (20)Security (23)

[![Logo](https://raw.githubusercontent.com/zendframework/zf2/234b554f2ca202095aea32e4fa557553f8849664/resources/ZendFramework-logo.png)](https://raw.githubusercontent.com/zendframework/zf2/234b554f2ca202095aea32e4fa557553f8849664/resources/ZendFramework-logo.png)

Welcome to the *Zend Framework 3.0* Release!
============================================

[](#welcome-to-the-zend-framework-30-release)

RELEASE INFORMATION
-------------------

[](#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

[](#updates-in-301)

Please see [CHANGELOG.md](CHANGELOG.md).

### SYSTEM REQUIREMENTS

[](#system-requirements)

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

### INSTALLATION

[](#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  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

[](#getting-started)

A great place to get up-to-speed quickly is the [Zend Framework QuickStart](https://docs.zendframework.com/tutorials/getting-started/overview/).

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

[](#migration)

For detailed information on migration from v2 to v3, please [read our Migration Guide](https://docs.zendframework.com/tutorials/migration/to-v3/overview/).

### COMPONENTS

[](#components)

This package is a metapackage aggregating the following components:

- [zend-authentication](https://github.com/zendframework/zend-authentication)
- [zend-barcode](https://github.com/zendframework/zend-barcode)
- [zend-cache](https://github.com/zendframework/zend-cache)
- [zend-captcha](https://github.com/zendframework/zend-captcha)
- [zend-code](https://github.com/zendframework/zend-code)
- [zend-config](https://github.com/zendframework/zend-config)
- [zend-console](https://github.com/zendframework/zend-console)
- [zend-crypt](https://github.com/zendframework/zend-crypt)
- [zend-db](https://github.com/zendframework/zend-db)
- [zend-debug](https://github.com/zendframework/zend-debug)
- [zend-di](https://github.com/zendframework/zend-di)
- [zend-diactoros](https://github.com/zendframework/zend-diactoros)
- [zend-dom](https://github.com/zendframework/zend-dom)
- [zend-escaper](https://github.com/zendframework/zend-escaper)
- [zend-eventmanager](https://github.com/zendframework/zend-eventmanager)
- [zend-feed](https://github.com/zendframework/zend-feed)
- [zend-file](https://github.com/zendframework/zend-file)
- [zend-filter](https://github.com/zendframework/zend-filter)
- [zend-form](https://github.com/zendframework/zend-form)
- [zend-http](https://github.com/zendframework/zend-http)
- [zend-hydrator](https://github.com/zendframework/zend-hydrator)
- [zend-i18n](https://github.com/zendframework/zend-i18n)
- [zend-i18n-resources](https://github.com/zendframework/zend-i18n-resources)
- [zend-inputfilter](https://github.com/zendframework/zend-inputfilter)
- [zend-json](https://github.com/zendframework/zend-json)
- [zend-json-server](https://github.com/zendframework/zend-json-server)
- [zend-loader](https://github.com/zendframework/zend-loader)
- [zend-log](https://github.com/zendframework/zend-log)
- [zend-mail](https://github.com/zendframework/zend-mail)
- [zend-math](https://github.com/zendframework/zend-math)
- [zend-memory](https://github.com/zendframework/zend-memory)
- [zend-mime](https://github.com/zendframework/zend-mime)
- [zend-modulemanager](https://github.com/zendframework/zend-modulemanager)
- [zend-mvc](https://github.com/zendframework/zend-mvc)
- [zend-mvc-console](https://github.com/zendframework/zend-mvc-console)
- [zend-mvc-form](https://github.com/zendframework/zend-mvc-form)
- [zend-mvc-i18n](https://github.com/zendframework/zend-mvc-i18n)
- [zend-mvc-plugins](https://github.com/zendframework/zend-mvc-plugins)
- [zend-navigation](https://github.com/zendframework/zend-navigation)
- [zend-paginator](https://github.com/zendframework/zend-paginator)
- [zend-permissions-acl](https://github.com/zendframework/zend-permissions-acl)
- [zend-permissions-rbac](https://github.com/zendframework/zend-permissions-rbac)
- [zend-progressbar](https://github.com/zendframework/zend-progressbar)
- [zend-psr7bridge](https://github.com/zendframework/zend-psr7bridge)
- [zend-serializer](https://github.com/zendframework/zend-serializer)
- [zend-server](https://github.com/zendframework/zend-server)
- [zend-servicemanager](https://github.com/zendframework/zend-servicemanager)
- [zend-servicemanager-di](https://github.com/zendframework/zend-servicemanager-di)
- [zend-session](https://github.com/zendframework/zend-session)
- [zend-soap](https://github.com/zendframework/zend-soap)
- [zend-stdlib](https://github.com/zendframework/zend-stdlib)
- [zend-stratigility](https://github.com/zendframework/zend-stratigility)
- [zend-tag](https://github.com/zendframework/zend-tag)
- [zend-test](https://github.com/zendframework/zend-test)
- [zend-text](https://github.com/zendframework/zend-text)
- [zend-uri](https://github.com/zendframework/zend-uri)
- [zend-validator](https://github.com/zendframework/zend-validator)
- [zend-view](https://github.com/zendframework/zend-view)
- [zend-xml2json](https://github.com/zendframework/zend-xml2json)
- [zend-xmlrpc](https://github.com/zendframework/zend-xmlrpc)
- [zendxml](https://github.com/zendframework/zendxml)

### CONTRIBUTING

[](#contributing)

If you wish to contribute to Zend Framework, please read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT.md](.github/CODE_OF_CONDUCT.md) files.

### QUESTIONS AND FEEDBACK

[](#questions-and-feedback)

Online documentation can be found at . 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
-----------------------------------

[](#reporting-potential-security-issues)

If you have encountered a potential security vulnerability in Zend Framework, please report it to us at . 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](https://framework.zend.com/zf-security-pgp-key.asc).

### LICENSE

[](#license)

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

### ACKNOWLEDGEMENTS

[](#acknowledgements)

The Zend Framework team would like to thank all the [contributors](https://github.com/zendframework/zendframework/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 .

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity76

Solid adoption and visibility

Community57

Growing community involvement

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 51% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~25 days

Recently: every ~107 days

Total

75

Last Release

3253d ago

Major Versions

2.4.10 → 3.0.02016-06-28

PHP version history (5 changes)2.0.0beta4PHP &gt;=5.3.3

2.3.0PHP &gt;=5.3.23

2.5.0PHP &gt;=5.5

2.5.3PHP ^5.5 || ^7.0

3.0.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/296074?v=4)[Zend Framework](/maintainers/zendframework)[@zendframework](https://github.com/zendframework)

---

Top Contributors

[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (8209 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (1647 commits)")[![Maks3w](https://avatars.githubusercontent.com/u/1301698?v=4)](https://github.com/Maks3w "Maks3w (1317 commits)")[![EvanDotPro](https://avatars.githubusercontent.com/u/5607?v=4)](https://github.com/EvanDotPro "EvanDotPro (677 commits)")[![marc-mabe](https://avatars.githubusercontent.com/u/302689?v=4)](https://github.com/marc-mabe "marc-mabe (478 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (467 commits)")[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (351 commits)")[![ezimuel](https://avatars.githubusercontent.com/u/475967?v=4)](https://github.com/ezimuel "ezimuel (279 commits)")[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (269 commits)")[![blanchonvincent](https://avatars.githubusercontent.com/u/1580512?v=4)](https://github.com/blanchonvincent "blanchonvincent (226 commits)")[![bakura10](https://avatars.githubusercontent.com/u/1198915?v=4)](https://github.com/bakura10 "bakura10 (220 commits)")[![DASPRiD](https://avatars.githubusercontent.com/u/233300?v=4)](https://github.com/DASPRiD "DASPRiD (212 commits)")[![cgmartin](https://avatars.githubusercontent.com/u/490760?v=4)](https://github.com/cgmartin "cgmartin (162 commits)")[![b-durand](https://avatars.githubusercontent.com/u/554218?v=4)](https://github.com/b-durand "b-durand (146 commits)")[![thomasweidner](https://avatars.githubusercontent.com/u/424710?v=4)](https://github.com/thomasweidner "thomasweidner (140 commits)")[![sasezaki](https://avatars.githubusercontent.com/u/42755?v=4)](https://github.com/sasezaki "sasezaki (132 commits)")[![Thinkscape](https://avatars.githubusercontent.com/u/270528?v=4)](https://github.com/Thinkscape "Thinkscape (124 commits)")[![denixport](https://avatars.githubusercontent.com/u/1013355?v=4)](https://github.com/denixport "denixport (108 commits)")[![farazdagi](https://avatars.githubusercontent.com/u/188194?v=4)](https://github.com/farazdagi "farazdagi (102 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (96 commits)")

---

Tags

frameworkzf2zf3

### Embed Badge

![Health badge](/badges/zendframework-zendframework/health.svg)

```
[![Health](https://phpackages.com/badges/zendframework-zendframework/health.svg)](https://phpackages.com/packages/zendframework-zendframework)
```

###  Alternatives

[zf-commons/zfc-user

A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.

4951.1M71](/packages/zf-commons-zfc-user)[socalnick/scn-social-auth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

21674.9k3](/packages/socalnick-scn-social-auth)[zucchi/zucchi

Zucchi Component Library for Zend Framework 2

121.5k1](/packages/zucchi-zucchi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
