PHPackages                             aesonus/session-storage - 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. aesonus/session-storage

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

aesonus/session-storage
=======================

Allows for access to session superglobal with a fluent interface

v3.0(7y ago)0101MITPHPPHP ^7.2

Since Feb 2Pushed 7y agoCompare

[ Source](https://github.com/Aesonus/session-storage)[ Packagist](https://packagist.org/packages/aesonus/session-storage)[ RSS](/packages/aesonus-session-storage/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (1)Versions (9)Used By (0)

[![Build Status](https://camo.githubusercontent.com/4c4651d917ce92287bb6ca841d52bd06c47ddcbd4268811c5f41e85ef4254730/68747470733a2f2f7472617669732d63692e6f72672f4165736f6e75732f73657373696f6e2d73746f726167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Aesonus/session-storage)

Session Storage
===============

[](#session-storage)

Allows for access to session superglobal with a fluent interface

Installation
------------

[](#installation)

```
composer require aesonus/session-storage

```

Usage
-----

[](#usage)

Instantiate a new instance:

```
$session = new Session();
```

Set the key before setting, getting, or clearing data:

```
$session->setKey('foo')->set('bar');
```

Set, get, or clear multiple keys' values using the fluent interface:

```
$value = $session
    ->setKey(0)->set('foo')
    ->setKey(1)->set('bar')
    ->setKey('clearme')->clear();
    ->setKey('getme')->get();
```

Refer to PHP Docs and tests for more information.

Tests
-----

[](#tests)

Require dev dependencies then run the following:

```
./vendor/bin/phpunit

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~82 days

Total

7

Last Release

2684d ago

Major Versions

0.0.2.x-dev → v1.0.02018-03-29

v1.0.2 → v2.02018-08-17

v2.0 → v3.02019-02-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24643115?v=4)[Cory Laughlin](/maintainers/Aesonus)[@Aesonus](https://github.com/Aesonus)

---

Top Contributors

[![Aesonus](https://avatars.githubusercontent.com/u/24643115?v=4)](https://github.com/Aesonus "Aesonus (31 commits)")

### Embed Badge

![Health badge](/badges/aesonus-session-storage/health.svg)

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

PHPackages © 2026

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