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

Abandoned → [ellipse/session](/?search=ellipse%2Fsession)ArchivedLibrary

codeinc/session-manager
=======================

Simple session management library written in PHP 7

2.1.6(8y ago)010[1 issues](https://github.com/CodeIncHQ/SessionManager/issues)MITPHPPHP &gt;=7.1

Since Mar 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CodeIncHQ/SessionManager)[ Packagist](https://packagist.org/packages/codeinc/session-manager)[ Docs](https://github.com/CodeIncHQ/SessionManager)[ RSS](/packages/codeinc-session-manager/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (6)Versions (38)Used By (0)

Session manager
===============

[](#session-manager)

This library is a simple session management service written in PHP 7. The library is compatible with PSR-15 and PSR-7. It provides a PSR-15 middleware to attach the session manager to the PSR-7 request object as an attribute.

Saving and writting the session goes through a session handler implementing [`HandlerInterface`](src/Handlers/HandlerInterface.php).

Usage
-----

[](#usage)

```
