PHPackages                             saul-ponce/simple-session-manager - 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. saul-ponce/simple-session-manager

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

saul-ponce/simple-session-manager
=================================

Simple sessions manager

04PHP

Since Aug 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Saul-Ponce/simple-session-manager)[ Packagist](https://packagist.org/packages/saul-ponce/simple-session-manager)[ RSS](/packages/saul-ponce-simple-session-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Sessions
===============

[](#simple-sessions)

Simple sessions manager

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

[](#installation)

Composer

```
composer require edgard-alas/simple-sessions:dev-master
```

Usage
-----

[](#usage)

```
//init session
$sesion = new Session();

//set
$sesion->set('key', 'value');

$sesion->set('key2',  array(
   'key' => 'value'
));

//get
$sesion->get('key');
$sesion->get('key2');

//destroy
$sesion->destroy();
```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60352829?v=4)[EdgardAlas](/maintainers/EdgardAlas)[@EdgardAlas](https://github.com/EdgardAlas)

---

Top Contributors

[![Saul-Ponce](https://avatars.githubusercontent.com/u/67551568?v=4)](https://github.com/Saul-Ponce "Saul-Ponce (1 commits)")

### Embed Badge

![Health badge](/badges/saul-ponce-simple-session-manager/health.svg)

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

###  Alternatives

[groe/craft-sitemap

Craft plugin to generate a sitemap.

231.1k](/packages/groe-craft-sitemap)

PHPackages © 2026

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