Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snawoot/php-storageless-sessions

Sessions handler which stores session data in HMAC-signed and encrypted cookies
https://github.com/snawoot/php-storageless-sessions

encrypted-cookies encryption hmac hmac-signature jwt jwt-authentication jwt-middleware jwt-token php php-security php-sessions php-storageless-sessions session-handler sessions sessionservice sessionstorage sessionstore

Last synced: 29 days ago
JSON representation

Sessions handler which stores session data in HMAC-signed and encrypted cookies

Awesome Lists containing this project

README

        

# php-storageless-sessions [![Build Status](https://travis-ci.org/Snawoot/php-storageless-sessions.svg?branch=master)](https://travis-ci.org/Snawoot/php-storageless-sessions)
Sessions handler which stores session data in HMAC-signed and encrypted cookies.

---

:heart: :heart: :heart:

You can say thanks to the author by donations to these wallets:

- ETH: `0xB71250010e8beC90C5f9ddF408251eBA9dD7320e`
- BTC:
- Legacy: `1N89PRvG1CSsUk9sxKwBwudN6TjTPQ1N8a`
- Segwit: `bc1qc0hcyxc000qf0ketv4r44ld7dlgmmu73rtlntw`

---

## Requirements
* PHP 5.4.0 or newer
* OpenSSL extension (built-in by default)
* Hash extension (built-in by default)
* Enabled output buffering (`output_buffering=1` or `output_buffering=On` in php.ini)

## Usage
### Plain PHP
```php