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

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

jemer/session
=============

Session manager for php projects

v1.0.0(1y ago)07MITPHP

Since Dec 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/J-Emer/Session)[ Packagist](https://packagist.org/packages/jemer/session)[ RSS](/packages/jemer-session/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Session
=======

[](#session)

Session manager for Php projects.

Useage
------

[](#useage)

```
composer require jemer/session
```

Start a new session by calling the `SessionManager::Instance()->Start` method. Pass in any session properties that you would want.

```
use Jemer\Session\SessionManager;

SessionManager::Instance()->Start([
                    "username" => "Bob",
                    "role" => "manager",
                    "yearsOfService" => 15
                ]);

```

To get a property from the session manager just call its `Get()` and pass in the name of the key. In this case were looking for the "username"

```
echo SessionManager::Instance()->Get("username");

returns: Bob
```

To end the session just call the `SessionManager::Instance()->End()`. This will end the session and remove all values from the `$_SESSION` array.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

528d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61d4bd4e6dee5b06ab7b7d0832d472ebeb41f07c86f4c2da54b45aed93e20fec?d=identicon)[J-Emer](/maintainers/J-Emer)

---

Top Contributors

[![J-Emer](https://avatars.githubusercontent.com/u/90985256?v=4)](https://github.com/J-Emer "J-Emer (5 commits)")

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-stateless-session

A lightweight middleware to make api routing session capable.

186.1k](/packages/overtrue-laravel-stateless-session)

PHPackages © 2026

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