PHPackages                             golem/auth-storage-zend - 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. golem/auth-storage-zend

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

golem/auth-storage-zend
=======================

Zend Session storage adapter for Golem Auth

2.0.0(9y ago)016MITPHPPHP ~5.6|~7.0

Since Oct 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/spekkionu/golem-auth-storage-zend)[ Packagist](https://packagist.org/packages/golem/auth-storage-zend)[ RSS](/packages/golem-auth-storage-zend/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Golem Auth
==========

[](#golem-auth)

[![Latest Stable Version](https://camo.githubusercontent.com/7b4290ba880a044f63f340d9d3bb6435225e1daec686b6e55f81f85d5160ba2b/68747470733a2f2f706f7365722e707567782e6f72672f676f6c656d2f617574682d73746f726167652d7a656e642f762f737461626c652e706e67)](https://packagist.org/packages/golem/auth-storage-zend)[![Build Status](https://camo.githubusercontent.com/01a11c4dce5f1b6394086b8221433c294053d1648c8d8f478472d639b38a6b0b/68747470733a2f2f7472617669732d63692e6f72672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d7a656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/spekkionu/golem-auth-storage-zend)[![Code Coverage](https://camo.githubusercontent.com/a6e1345dc9c549a57588b1879d76dc060a5a0d35a0232691bb8e6aa6403805ab/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d7a656e642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spekkionu/golem-auth-storage-zend/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b6d0f0ab900620f2d6441679e3bf80a8f9fed2f8f2d51dd5bb1a4108a3df9913/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d7a656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spekkionu/golem-auth-storage-zend/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/3785c66efb7ef87f1e7c87a6d32133a7ba6d66a97539120de5f005ee58c06b42/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37646534643732322d616134622d346134352d386366612d6437383165396435343162662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7de4d722-aa4b-4a45-8cfa-d781e9d541bf)

Zend Framework - Zend Session storage adapter for Golem Auth

Install
-------

[](#install)

Via Composer

```
$ composer require golem/auth-storage-zend
```

Usage
-----

[](#usage)

Follow the documentation on [Golem Auth](https://github.com/spekkionu/golem-auth) to create a user model and a user repository class.

```
$session = new \Zend\Session\Container();
$storage = new \Golem\Auth\Storage\ZendSessionStorage($session);
// get an instance of your user repository however you need to
$userRepository = new UserRepository($database_connection);
$auth = new \Golem\Auth($storage, $userRepository);
```

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Total

2

Last Release

3291d ago

Major Versions

1.0.0 → 2.0.02017-05-08

### Community

Maintainers

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

---

Top Contributors

[![spekkionu](https://avatars.githubusercontent.com/u/38191?v=4)](https://github.com/spekkionu "spekkionu (5 commits)")

---

Tags

authauthenticationgolem-authphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/golem-auth-storage-zend/health.svg)

```
[![Health](https://phpackages.com/badges/golem-auth-storage-zend/health.svg)](https://phpackages.com/packages/golem-auth-storage-zend)
```

###  Alternatives

[zf-commons/zfc-user

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

4851.1M70](/packages/zf-commons-zfc-user)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[socalnick/scn-social-auth

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

21974.2k3](/packages/socalnick-scn-social-auth)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[jeremykendall/slim-auth

Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components

24824.6k](/packages/jeremykendall-slim-auth)[openeuropa/oe_authentication

Authentication against the OpenEuropa Authentication service.

17314.8k2](/packages/openeuropa-oe-authentication)

PHPackages © 2026

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