Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduluz1976/session
PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session. Fork from rakit/session project.
https://github.com/eduluz1976/session
Last synced: 8 days ago
JSON representation
PHP Session Manager library. Provides PDO, File, and Cookie session driver. Support flash session. Fork from rakit/session project.
- Host: GitHub
- URL: https://github.com/eduluz1976/session
- Owner: eduluz1976
- Created: 2019-11-11T17:06:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T17:10:13.000Z (about 5 years ago)
- Last Synced: 2024-03-14T00:29:14.844Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)