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

ActiveLibrary

xervice/session
===============

2.0.0(7y ago)04934MITPHPPHP &gt;=7.1.0

Since Jul 6Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (9)Used By (4)

Xervice: Session
================

[](#xervice-session)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8b2f1d699b79d063a62afc977cf57e4d520a527d3ac4f8d1f3a6c2377e8a47ce/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f73657373696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/session/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/d6b69f06d0039bf007c751c90a3bda0aff3739012044e832d92089130fc9e963/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f73657373696f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/session/?branch=master)

Simple session handler for xervice components.

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

[](#installation)

```
composer require xervice/session

```

Configuration
-------------

[](#configuration)

You must add the plugin \\Xervice\\Session\\Communication\\Plugin\\SessionService to you Kernel stack.

Usage
-----

[](#usage)

```
$session = Locator::getInstance()->session()->facade();

$session->set('key', 'value');
$session->get('key')
$session->has('key')
$session->remove('key')
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

8

Last Release

2817d ago

Major Versions

1.3.1 → 2.0.02018-08-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ba15174c6a847524e2118ff1b34670252159fa2bee234292381e090e3f1b3a1?d=identicon)[mibexx](/maintainers/mibexx)

---

Top Contributors

[![mibexx](https://avatars.githubusercontent.com/u/12134020?v=4)](https://github.com/mibexx "mibexx (16 commits)")

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[api-platform/http-cache

API Platform HttpCache component

223.2M7](/packages/api-platform-http-cache)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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