https://github.com/rakit/session
PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session
https://github.com/rakit/session
Last synced: 5 months ago
JSON representation
PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session
- Host: GitHub
- URL: https://github.com/rakit/session
- Owner: rakit
- Created: 2016-01-14T15:56:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T20:47:07.000Z (over 8 years ago)
- Last Synced: 2025-09-13T13:43:17.545Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rakit Session
==========
PHP Session Manager
## Features
* Flash support
* PDO Session handler
* Cookie Session handler with encrypted cookie (optional)
* File Session handler (without file locking)
## Installation
Using composer
```
composer require rakit/session
```
## Examples
look at [samples folder](https://github.com/rakit/session/tree/master/samples)