amphp / http-server-session
Session management for Amp's HTTP server.
Fund package maintenance!
amphp
Installs: 5 429
Dependents: 7
Suggesters: 0
Security: 0
Stars: 16
Watchers: 10
Forks: 5
Open Issues: 2
Requires
- php: >=8.1
- amphp/amp: ^3
- amphp/cache: ^2
- amphp/http: ^2
- amphp/http-server: ^3
- amphp/serialization: ^1
- amphp/sync: ^2
- paragonie/constant_time_encoding: ^2.2
Requires (Dev)
- amphp/php-cs-fixer-config: ^2
- amphp/phpunit-util: ^3
- amphp/redis: ^2
- league/uri: ^6
- phpunit/phpunit: ^9
- psalm/phar: ^4.23
Suggests
- amphp/redis: Allows storing session data in Redis
Conflicts
- amphp/redis: <2 || >=3
This package is auto-updated.
Last update: 2023-05-22 16:18:07 UTC
README
amphp/http-server-session
is a non-blocking session handler for use with amphp/http-server
.
Requirements
- PHP 7
Installation
composer require amphp/http-server-session
Documentation
TBD.
Security
If you discover any security related issues, please email bobwei9@hotmail.com
or me@kelunik.com
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE for more information.