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

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

joem/simple-session
===================

Manage session information with a simple interface

v1.0.0(4y ago)16MITPHP

Since Jun 18Pushed 4y ago1 watchersCompare

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

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

A very simple &amp; lightweight session manager for PHP.
========================================================

[](#a-very-simple--lightweight-session-manager-for-php)

I find array accessing in HTML ugly. This package was created through the pain of handling sessions in WordPress templates.

Usage
-----

[](#usage)

```
session_start();

require_once "vendor/autoload.php";

session_has('username'); // false

session_set('username', 'joe');

session_has('username'); // true

session_get('username'); // 'joe'
```

Alternatively, you can directly access the static class methods:

Coming soon
-----------

[](#coming-soon)

- Flash session messages

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1794d 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[code-orange/turbolinks-location

Laravel middleware to insert Turbolinks-Location header into every response

1443.6k](/packages/code-orange-turbolinks-location)

PHPackages © 2026

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