PHPackages                             hearstuk/zf1-component-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hearstuk/zf1-component-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hearstuk/zf1-component-auth
===========================

The Zend\_Auth component from Zend Framework 1.12 abstracted out for use with composer.

1.1(12y ago)1810MITPHPPHP &gt;=5.3.0

Since Sep 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/joegreen88/zf1-component-auth)[ Packagist](https://packagist.org/packages/hearstuk/zf1-component-auth)[ Docs](http://github.com/joegreen88/zf1-component-auth)[ RSS](/packages/hearstuk-zf1-component-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

zf1-component-auth [![build status](https://camo.githubusercontent.com/a617c1d2b5ffc1eb72875ac05738f964866441a2448abebd3542dceca3c7e850/68747470733a2f2f7472617669732d63692e6f72672f6a6f65677265656e38382f7a66312d636f6d706f6e656e742d617574682e706e67)](https://camo.githubusercontent.com/a617c1d2b5ffc1eb72875ac05738f964866441a2448abebd3542dceca3c7e850/68747470733a2f2f7472617669732d63692e6f72672f6a6f65677265656e38382f7a66312d636f6d706f6e656e742d617574682e706e67)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#zf1-component-auth-)

The Zend\_Auth component from Zend Framework 1.12 abstracted out for use with composer.

### Storage

[](#storage)

By default Zend\_Auth uses Zend\_Session for its persistent storage, but Zend\_Session has not been configured as a dependency of this package. To use Zend\_Session be sure to require it alongside this package:

```
"require": {
    "hearstuk/zf1-component-auth": "*",
    "hearstuk/zf1-component-session": "*"
}

```

You may instead opt to write your own persistent storage class by implementing Zend\_Auth\_Storage\_Interface.

### Adapter

[](#adapter)

There is no default auth adapter configured for Zend\_Auth so it's up to you to configure one. The adapters shipped in this package each have their own requirements - Zend\_Auth\_Adapter\_DbTable requires Zend\_Db\_Table, for example. You will need to include these dependencies with composer to use these adapters.

You may prefer to write your own adapter by implementing Zend\_Auth\_Adapter\_Interface.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

4667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1ce943f5c99a0be65b726975e3c3d2898dfbdbcf07aa5525f39bd32ac9e8279?d=identicon)[joegreen88](/maintainers/joegreen88)

---

Top Contributors

[![joegreen88](https://avatars.githubusercontent.com/u/1363420?v=4)](https://github.com/joegreen88 "joegreen88 (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hearstuk-zf1-component-auth/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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