PHPackages                             kanyjoz/sessions - 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. kanyjoz/sessions

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

kanyjoz/sessions
================

A Session handler with PSR-15 middleware

1.0.0(1y ago)06MITPHPPHP &gt;=8.3

Since May 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KanyJoz/sessions)[ Packagist](https://packagist.org/packages/kanyjoz/sessions)[ Docs](https://github.com/KanyJoz/sessions)[ RSS](/packages/kanyjoz-sessions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

kanyjoz/sessions
================

[](#kanyjozsessions)

Session handler with PSR-15 middleware

Requirements
------------

[](#requirements)

- PHP 8.3+

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

[](#installation)

```
composer require kanyjoz/sessions

```

Description
-----------

[](#description)

Cookie-based session handler that you can easily slot in your Slim 4+ projects with the PSR-15 middleware. This is a pet project, exercise form that is mostly based , so most credit goes to him. I wanted to create something that I can use to learn code and can be in a public github repository, so others can point out my mistakes and I can learn about open-source contributions.

Slim 4 integration
------------------

[](#slim-4-integration)

```
