PHPackages                             foa/auth-session-bundle - 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. foa/auth-session-bundle

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

foa/auth-session-bundle
=======================

Integration of Aura.Auth and Aura.Session

0.2.0(8y ago)148BSD-2-ClausePHP

Since Nov 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/friendsofaura/FOA.Auth_Session_Bundle)[ Packagist](https://packagist.org/packages/foa/auth-session-bundle)[ RSS](/packages/foa-auth-session-bundle/feed)WikiDiscussions master Synced 1mo ago

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

FOA.Auth\_Session\_Bundle
=========================

[](#foaauth_session_bundle)

Integrate `aura/session` and `aura/auth`.

Foreword
--------

[](#foreword)

PHP version compatibilty
------------------------

[](#php-version-compatibilty)

See `.travis.yml` file.

### Installation

[](#installation)

```
composer require foa/auth-session-bundle

```

### Quality

[](#quality)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/22eb81e8cee72fb53110530245cebab5114cc39a8e6b96ff91de062e4917dd8d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f667269656e64736f66617572612f464f412e417574685f53657373696f6e5f42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/friendsofaura/FOA.Auth_Session_Bundle/)[![Code Coverage](https://camo.githubusercontent.com/45488d928ed0ee2b5bdd74ec3dce8b052a8cd6526878b76539a8edc72ab2412c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f667269656e64736f66617572612f464f412e417574685f53657373696f6e5f42756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/friendsofaura/FOA.Auth_Session_Bundle/)[![Build Status](https://camo.githubusercontent.com/56889a374d4d7e4c19977225895ecfd0e0d4931964a9e27f43ce0a4f031ee4e1/68747470733a2f2f7472617669732d63692e6f72672f667269656e64736f66617572612f464f412e417574685f53657373696f6e5f42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/friendsofaura/FOA.Auth_Session_Bundle)

> First install the dependencies via the command : composer install

To run the unit tests at the command line, issue `./vendor/bin/phpunit`.

This library attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

### Community

[](#community)

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our [Google Group](http://groups.google.com/group/auraphp), follow [@auraphp on Twitter](http://twitter.com/auraphp), or chat with us on #auraphp on Freenode.

Getting Started
---------------

[](#getting-started)

### Instantiation

[](#instantiation)

```
$session_factory = new \FOA\Auth_Session_Bundle\SessionFactory();
$session = $session_factory->newInstance($_COOKIE);
$segment = new \FOA\Auth_Session_Bundle\Segment($session, 'Aura\Auth\Session');
$auth_factory = new \Aura\Auth\AuthFactory($_COOKIE, $session, $segment);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~960 days

Total

2

Last Release

3245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29dba0e6add8d89fd3fc6126b213d5d2f57538ea78318963025d6ea98db34161?d=identicon)[harikt](/maintainers/harikt)

---

Top Contributors

[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (24 commits)")[![joshk](https://avatars.githubusercontent.com/u/8701?v=4)](https://github.com/joshk "joshk (1 commits)")

---

Tags

authAuthenticationsession

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/foa-auth-session-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/foa-auth-session-bundle/health.svg)](https://phpackages.com/packages/foa-auth-session-bundle)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[kreait/firebase-tokens

A library to work with Firebase tokens

24040.8M14](/packages/kreait-firebase-tokens)[ezimuel/php-secure-session

Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256

4006.6k1](/packages/ezimuel-php-secure-session)

PHPackages © 2026

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