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

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

joem/session
============

A helper library to easily manage sessions.

v1.0.1(4y ago)05MITPHP

Since Jul 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Joe45M/session)[ Packagist](https://packagist.org/packages/joem/session)[ RSS](/packages/joem-session/feed)WikiDiscussions main Synced 4d ago

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

Session
=======

[](#session)

A simple helper library to easily navigate and manage sessions in PHP. Requires PHP 8.

Install
-------

[](#install)

```
composer require joem/session

```

Usage
-----

[](#usage)

```
// Set an index
session()->set('name', 'Joe');

// Get an index
session()->get('name');

// Get an index with a default return type if the index does not exist
session()->get('name', 'Name not found');

// See if an index exists
session()->has('name');
```

Session is inspired by the [Laravel](https://laravel.com/) session object and facade.

Contributing
------------

[](#contributing)

If you would like to contribute, you're more than welcome to propose new changes or accept open issues - just go ahead! Thanks :)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

1751d ago

### Community

Maintainers

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

---

Top Contributors

[![Joe45M](https://avatars.githubusercontent.com/u/43468999?v=4)](https://github.com/Joe45M "Joe45M (2 commits)")

---

Tags

phpphp-librarysession-management

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[moneyphp/money-bundle

Symfony Bundle for the popular Money library

1718.2k](/packages/moneyphp-money-bundle)

PHPackages © 2026

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