PHPackages                             alpha-zeta/session - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alpha-zeta/session

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alpha-zeta/session
==================

php session library

1.0.4(8mo ago)0621MITPHPPHP ^8.2

Since Sep 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/JackRabbit911/session)[ Packagist](https://packagist.org/packages/alpha-zeta/session)[ RSS](/packages/alpha-zeta-session/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (1)

session
=======

[](#session)

php session library

Install
-------

[](#install)

composer require alpha-zeta/session

Usage
-----

[](#usage)

config/container.php

```
return [
    ...
    SessionInterface::class => fn() => new Session(config('session')),
    ...
];
```

then see Az\\Session\\SessionMiddleware class.

And in anywere:

```
$this->session->foo = 'bar'
$foo = $this->session->foo;
```

for introduce methods see Az\\Session\\Session class

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance72

Regular maintenance activity

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eca0bc5a858e51896af9cb1d265bb10db18de308c234cd896b99d92c45998d1?d=identicon)[JackRabbit911](/maintainers/JackRabbit911)

---

Top Contributors

[![JackRabbit911](https://avatars.githubusercontent.com/u/6129183?v=4)](https://github.com/JackRabbit911 "JackRabbit911 (15 commits)")

---

Tags

phpsession

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alpha-zeta-session/health.svg)

```
[![Health](https://phpackages.com/badges/alpha-zeta-session/health.svg)](https://phpackages.com/packages/alpha-zeta-session)
```

###  Alternatives

[rcastera/session

Session Class

222.2k](/packages/rcastera-session)

PHPackages © 2026

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