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

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

golem/auth-storage-aura
=======================

Aura Session storage adapter for Golem Auth

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

Since Oct 21Pushed 8y ago1 watchersCompare

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

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

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

[](#golem-auth)

[![Latest Stable Version](https://camo.githubusercontent.com/3b49a1a17cbc66e1d95dea1a1e0030c0d79f55d93260cd59d8e6a72747267692/68747470733a2f2f706f7365722e707567782e6f72672f676f6c656d2f617574682d73746f726167652d617572612f762f737461626c652e706e67)](https://packagist.org/packages/golem/auth-storage-aura)[![Build Status](https://camo.githubusercontent.com/fc55d6fc5bfa3dc0b9923f65295fde9df5bfc15d4efe479e5277409ce057b4db/68747470733a2f2f7472617669732d63692e6f72672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d617572612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/spekkionu/golem-auth-storage-aura)[![Code Coverage](https://camo.githubusercontent.com/dc28dd6259353deb11de257948c547e2460ef7222c8d7972e7106dc37307ba1e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d617572612f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spekkionu/golem-auth-storage-aura/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f586eb8c3e66b107356d845c1d96596eaab6ea9564e23c27e85f8746c3776a04/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370656b6b696f6e752f676f6c656d2d617574682d73746f726167652d617572612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spekkionu/golem-auth-storage-aura/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/2503e91b1ccc393ee5ea15b9438a2557c2201d4ea321ab4f12d13a3e9422377a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34313362373234352d656663372d346336332d626163622d6531303665356438306636642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/413b7245-efc7-4c63-bacb-e106e5d80f6d)

Aura Session storage adapter for Golem Auth

Install
-------

[](#install)

Via Composer

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

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_factory = new \Aura\Session\SessionFactory;
$session = $session_factory->newInstance($_COOKIE);
$segment = $session->getSegment('Golem\Auth');
$this->storage = new AuraSessionStorage($segment);
// 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 41% 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 ~199 days

Total

2

Last Release

3340d 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

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

---

Tags

authauthenticationgolem-authphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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