PHPackages                             delboy1978uk/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. delboy1978uk/session

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

delboy1978uk/session
====================

Secure Session Manager for PHP™

v1.8.1(4mo ago)26.3k↓91.1%6MITPHPPHP ^8.1CI passing

Since Aug 12Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/session)[ Packagist](https://packagist.org/packages/delboy1978uk/session)[ RSS](/packages/delboy1978uk-session/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (25)Used By (6)

session
=======

[](#session)

[![Latest Stable Version](https://camo.githubusercontent.com/bf1e0aa971ca39915e875afc9b79f21668d838511aa2e22eb68ea9364e96bfb2/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f73657373696f6e2f762f737461626c65)](https://packagist.org/packages/delboy1978uk/session) [![Total Downloads](https://camo.githubusercontent.com/2948fd5bbd734b23958c9dfb9b9eceff7567e903a6e482c5adbcfa77640db512/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f73657373696f6e2f646f776e6c6f616473)](https://packagist.org/packages/delboy1978uk/session) [![License](https://camo.githubusercontent.com/b5d5fd16ba06313ef00216e38589a08b1a79dd590a7e80dcea97b90332187dbd/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f73657373696f6e2f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/session)[![build status](https://github.com/delboy1978uk/session/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/session/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/809ddac98ecf9b71ebb50ec8f3375e7a2a2d36d1287fb2e1d7c18c2283b6428c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f73657373696f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/session/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/65ebf84a9a238cdd751b80c70f70ee35a4e74a09b5c7ab7535dc6147ea56d6ff/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f73657373696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/session/?branch=master)

A reasonably secure session manager for PHP

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

[](#installation)

Use composer:

```
composer require delboy1978uk/session

```

Usage
-----

[](#usage)

```
use Del\SessionManager;

// Starting the session - also takes a name argument
SessionManager::sessionStart();

// Setting a variable
SessionManager::set('name', 'DelBoy');

// Check a session variable exists
$hasName = SessionManger::has('name');

// Getting a variable
$name = SessionManger::get('name');

// Unsetting a variable
SessionManager::destroy('name');

// Ending the session
SessionManager::destroySession();
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance75

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

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

Recently: every ~206 days

Total

22

Last Release

139d ago

PHP version history (3 changes)v1.1.2PHP ^7.1

v1.4.4PHP &gt;7.1

v1.5.1PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (43 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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