Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)