Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odan/session
A middleware oriented session handler for PHP and Slim 4+
https://github.com/odan/session
cookie flash-messages middleware php psr-15 psr-7 session
Last synced: 11 days ago
JSON representation
A middleware oriented session handler for PHP and Slim 4+
- Host: GitHub
- URL: https://github.com/odan/session
- Owner: odan
- License: mit
- Created: 2018-01-13T21:28:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:33:44.000Z (about 2 months ago)
- Last Synced: 2024-10-13T12:44:25.477Z (about 1 month ago)
- Topics: cookie, flash-messages, middleware, php, psr-15, psr-7, session
- Language: PHP
- Homepage: https://odan.github.io/session/
- Size: 188 KB
- Stars: 58
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Session handler
[![Latest Version on Packagist](https://img.shields.io/github/release/odan/session.svg)](https://github.com/odan/session/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Build Status](https://github.com/odan/session/workflows/build/badge.svg)](https://github.com/odan/session/actions)
[![Code Coverage](https://scrutinizer-ci.com/g/odan/session/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/odan/session/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/odan/session/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/odan/session/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/odan/session.svg)](https://packagist.org/packages/odan/session/stats)A middleware (PSR-15) oriented session and flash message handler for PHP.
* Documentation for v6: