PHPackages                             fragotesac/zf1 - 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. fragotesac/zf1

ActiveLibrary[Framework](/categories/framework)

fragotesac/zf1
==============

Zend Framework 1

0.0.2(1y ago)0301BSD-3-ClausePHPPHP ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

Since Sep 16Pushed 1y agoCompare

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

READMEChangelogDependencies (78)Versions (3)Used By (1)

Zend Framework 1
================

[](#zend-framework-1)

[![Build](https://github.com/diablomedia/zf1/workflows/Build/badge.svg?event=push)](https://github.com/diablomedia/zf1/actions?query=workflow%3ABuild+event%3Apush)[![codecov](https://camo.githubusercontent.com/8281544935a0b98ec5dde94ed841fa7da429189ebb867a0f4f476970afe0419e/68747470733a2f2f636f6465636f762e696f2f67682f646961626c6f6d656469612f7a66312f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/diablomedia/zf1)[![Latest Stable Version](https://camo.githubusercontent.com/fa988938265a52bfe7dc0febd58177d93fef0c1cff4e16b3c297e7b5e1cd3a05/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f7a656e646672616d65776f726b312f762f737461626c65)](https://packagist.org/packages/diablomedia/zendframework1)[![Total Downloads](https://camo.githubusercontent.com/6d60c46ca1ddbb60fc5339b68dd074fbed9bc4ac4dc4f4eb331f4541d639d5d9/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f7a656e646672616d65776f726b312f646f776e6c6f616473)](https://packagist.org/packages/diablomedia/zendframework1)[![License](https://camo.githubusercontent.com/7a83796195f38b04cbe8bcb857bd818188ea03bb1b7a6570d76d40132b931f16/68747470733a2f2f706f7365722e707567782e6f72672f646961626c6f6d656469612f7a656e646672616d65776f726b312f6c6963656e7365)](https://packagist.org/packages/diablomedia/zendframework1)

This is a fork of Zend Framework 1 that we'll maintain as long as we're using it, mainly just to keep it working on new versions of PHP as they're released.

This fork is based on the final release of the original project (version 1.12.20), and releases will follow [semantic versioning](https://semver.org/). The first release of this fork is version 2.0.0.

Installation via composer is the suggested way to install this fork:

`composer require fragotesac/zf1`

Release Highlights
------------------

[](#release-highlights)

### 5.0.0

[](#500)

- Removed phpunit/dbunit from Zend\_Test component, as this has been abandoned and made it difficult to upgrade to newer versions of phpunit (which makes it difficult to test against newer versions of PHP)
- Fixed some function signatures in these classes to move required parameters before parameters with defaults (this behavior is deprecated in PHP 8 and will throw errors in a later version of PHP):
    - Zend\_Pdf\_Element\_Reference
    - Zend\_Service\_WindowsAzure\_CommandLine\_Certificate::getCertificatePropertyCommand
    - Zend\_Service\_WindowsAzure\_CommandLine\_Deployment::createFromStorageCommand &amp; createFromLocalCommand
    - Zend\_Service\_WindowsAzure\_Diagnostics\_Manager::setConfigurationForRoleInstance
    - Zend\_Service\_WindowsAzure\_Storage\_Queue::deleteMessage
- All packages, and the remaining components in this repo have been tested against PHP 8 (both with phpunit and phpstan). For the most part this didn't require any code changes, and what was changed shouldn't break BC except what's listed above.

### 4.0.0

[](#400)

- Moved a majority of components to their own separate composer package. This package can still be used like before (if being installed with composer, if not, you'll need to stick to the 3.x line), as it pulls in all of the separate components via composer, but it's recommended to just use the components you need. View this project's `composer.json` to see which components are available as a separate package.
- Removed sqlite cache classes from Zend\_Cache (in the `diablomedia/zendframework1-cache` package) since they're not compatible with PHP 7.0+
- Autoloading namespaces changed to be more specific, which should speed up non-optimized autoloaders a bit.

### 3.0.0

[](#300)

- Minimum PHP version set to 7.0
- PHPUnit upgraded to 6.0

### 2.0.0

[](#200)

- Renamed to our organization in Composer
- Minimum PHP version set to 5.6

The following is the original README contents from upstream:
------------------------------------------------------------

[](#the-following-is-the-original-readme-contents-from-upstream)

[![Logo](https://camo.githubusercontent.com/f869706287a16a70b56ba7b0c09c09494c3ad39749ae568b9205490ade51b575/687474703a2f2f6672616d65776f726b2e7a656e642e636f6d2f696d616765732f6c6f676f732f5a656e644672616d65776f726b2d6c6f676f2e706e67)](https://camo.githubusercontent.com/f869706287a16a70b56ba7b0c09c09494c3ad39749ae568b9205490ade51b575/687474703a2f2f6672616d65776f726b2e7a656e642e636f6d2f696d616765732f6c6f676f732f5a656e644672616d65776f726b2d6c6f676f2e706e67)

> ## End-of-Life occurs 28 Sep 2016
>
> [](#end-of-life-occurs-28-sep-2016)
>
> Between now and 28 Sep 2016, we will only be accepting security patches to this repository; after that date, we will issue no more releases.
>
> For more information:
>
> -

RELEASE INFORMATION
===================

[](#release-information)

Zend Framework 1.12.21dev Release. Released on MMM DD, YYYY.

IMPORTANT FIXES FOR 1.12.21
---------------------------

[](#important-fixes-for-11221)

See  for full details.

NEW FEATURES
============

[](#new-features)

Zend\_Loader changes
--------------------

[](#zend_loader-changes)

A number of autoloaders and autoloader facilities were back ported from ZF2 to provide performant alternatives to those already available in the 1.X releases. These include: Zend\_Loader\_StandardAutoloader, which improves on Zend\_Loader\_Autoloader by allowing the ability to specify a specific path to associate with a vendor prefix or namespace; Zend\_Loader\_ClassMapAutoloader, which provides the ability to use lookup tables for autoloading (which are typically the fastest possible way to autoload); and Zend\_Loader\_AutoloaderFactory, which can both create and update autoloaders for you, as well as register them with spl\_autoload\_register().

The Zend\_Loader changes were back ported from ZF2 by Matthew Weier O’Phinney

Zend\_EventManager
------------------

[](#zend_eventmanager)

Zend\_EventManager is a component that allows you to attach and detach listeners to named events, both on a per-instance basis as well as via shared collections; trigger events; and interrupt execution of listeners.

Zend\_EventManager was back ported from ZF2 by Matthew Weier O’Phinney

Zend\_Http\_UserAgent\_Features\_Adapter\_Browscap
--------------------------------------------------

[](#zend_http_useragent_features_adapter_browscap)

This class provides a features adapter that calls get\_browser() in order to discover mobile device capabilities to inject into UserAgent device instances.

Browscap () is an open project dedicated to collecting an disseminating a “database” of browser capabilities. PHP has built-in support for using these files via the get\_browser() function. This function requires that your php.ini provides a browscap entry pointing to the PHP-specific php\_browscap.ini file which is available at [http://browsers.garykeith.com/stream.asp?PHP\_BrowsCapINI](http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI).

Zend\_Http\_UserAgent\_Features\_Adapter\_Browscap was created by Matthew Weier O’Phinney

Zend\_Mobile\_Push
------------------

[](#zend_mobile_push)

Zend\_Mobile\_Push is a component for implementing push notifications for the 3 major push notification platforms (Apple (Apns), Google (C2dm) and Microsoft (Mpns).

Zend\_Mobile\_Push was contributed by Mike Willbanks.

Zend\_Gdata\_Analytics
----------------------

[](#zend_gdata_analytics)

Zend\_Gdata\_Analytics is an extension to Zend\_Gdata to allow interaction with Google’s Analytics Data Export API. This extension does not encompass any major changes in the overall operation of Zend\_Gdata components.

Zend\_Gdata\_Analytics was contributed by Daniel Hartmann.

Removed features
================

[](#removed-features)

Zend\_Http\_UserAgent\_Features\_Adapter\_WurflApi
--------------------------------------------------

[](#zend_http_useragent_features_adapter_wurflapi)

Due to the changes in licensing of WURFL, we have removed the WurflApi adapter. We will be providing the WurflApi adapter to ScientiaMobile so that users of WURFL will still have that option.

Bug Fixes
=========

[](#bug-fixes)

In addition, over 200 reported issues in the tracker have been fixed. We’d like to particularly thank Adam Lundrigan, Frank Brückner and Martin Hujer for their efforts in making this happen. Thanks also to the many people who ran the ZF1 unit tests and reported their results!

For a complete list of closed issues beginning with 1.12.3, visit:

- [https://github.com/zendframework/zf1/issues?labels=&amp;milestone=&amp;page=1&amp;state=closed](https://github.com/zendframework/zf1/issues?labels=&milestone=&page=1&state=closed)
-

MIGRATION NOTES
===============

[](#migration-notes)

A detailed list of migration notes may be found at:

SYSTEM REQUIREMENTS
===================

[](#system-requirements)

Zend Framework requires PHP 5.2.11 or later. Please see our reference guide for more detailed system requirements:

INSTALLATION
============

[](#installation)

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

REPOSITORY HISTORY
==================

[](#repository-history)

This repository was created based on the release-1.12 branch of a Subversion repository, . It contains a subset of the project history, dating from between the 1.5.0 and 1.6.0 releases, and only contains the tags for the 1.12 series. If you would like an older version, you may access the subversion repository linked above, or download an older version from .

CONTRIBUTING
============

[](#contributing)

Please see [README-GIT.md](README-GIT.md) and [DEVELOPMENT\_README.md](DEVELOPMENT_README.md).

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 appropriate mailing list:

-

If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue in the Zend Framework issue tracker at:

-

If you would like to be notified of new releases, you can subscribe to the fw-announce mailing list by sending a blank message to:

- .

LICENSE
=======

[](#license)

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

ACKNOWLEDGEMENTS
================

[](#acknowledgements)

The Zend Framework team would like to thank all the contributors to the Zend Framework project, our corporate sponsor, and you, the Zend Framework user. Please visit us sometime soon at .

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~0 days

Total

2

Last Release

609d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1095778?v=4)[Francis Gonzales](/maintainers/FraGoTe)[@FraGoTe](https://github.com/FraGoTe)

---

Top Contributors

[![froschdesign](https://avatars.githubusercontent.com/u/103362?v=4)](https://github.com/froschdesign "froschdesign (337 commits)")[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (182 commits)")[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (102 commits)")[![mhujer](https://avatars.githubusercontent.com/u/353372?v=4)](https://github.com/mhujer "mhujer (80 commits)")[![jaydiablo](https://avatars.githubusercontent.com/u/136907?v=4)](https://github.com/jaydiablo "jaydiablo (53 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (39 commits)")[![ezimuel](https://avatars.githubusercontent.com/u/475967?v=4)](https://github.com/ezimuel "ezimuel (25 commits)")[![OndraM](https://avatars.githubusercontent.com/u/793041?v=4)](https://github.com/OndraM "OndraM (22 commits)")[![siad007](https://avatars.githubusercontent.com/u/2149445?v=4)](https://github.com/siad007 "siad007 (15 commits)")[![aripringle](https://avatars.githubusercontent.com/u/1278449?v=4)](https://github.com/aripringle "aripringle (12 commits)")[![holtkamp](https://avatars.githubusercontent.com/u/776405?v=4)](https://github.com/holtkamp "holtkamp (12 commits)")[![mlocati](https://avatars.githubusercontent.com/u/928116?v=4)](https://github.com/mlocati "mlocati (9 commits)")[![GeLoLabs](https://avatars.githubusercontent.com/u/149005863?v=4)](https://github.com/GeLoLabs "GeLoLabs (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![adeelnawaz](https://avatars.githubusercontent.com/u/2161678?v=4)](https://github.com/adeelnawaz "adeelnawaz (7 commits)")[![croensch](https://avatars.githubusercontent.com/u/903943?v=4)](https://github.com/croensch "croensch (6 commits)")[![jeremyquinton](https://avatars.githubusercontent.com/u/1847770?v=4)](https://github.com/jeremyquinton "jeremyquinton (5 commits)")[![erdraug](https://avatars.githubusercontent.com/u/1729320?v=4)](https://github.com/erdraug "erdraug (5 commits)")[![itscaro](https://avatars.githubusercontent.com/u/266018?v=4)](https://github.com/itscaro "itscaro (5 commits)")[![bkendig-disney](https://avatars.githubusercontent.com/u/128535388?v=4)](https://github.com/bkendig-disney "bkendig-disney (4 commits)")

---

Tags

frameworkZF1

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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