syntaxpilot / session
A fully-featured session management system for PHP.
dev-main
2026-05-25 14:49 UTC
Requires
- php: ^8.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.9
- phpunit/phpunit: ^10.5
Suggests
- ext-redis: Required for RedisSessionHandler and RedisLockingSessionHandler
- ext-sodium: Required for encrypted session handlers
- ext-zlib: Required for CompressedSessionHandler
- mongodb/mongodb: Required for MongoDbSessionHandler
- psr/simple-cache: Useful for cache-backed session integrations
This package is auto-updated.
Last update: 2026-05-25 14:49:40 UTC
README
Installation
The best way to install this package is through composer. If you do not have composer installed you can install it directly from the composer website. After composer is successfully installed run the command line code below.
composer require syntaxpilot/session
Security Vulnerabilities
If you discover a security vulnerability within this package, please send an e-mail to Nicholas via nenglish0321@gmail.com. All security vulnerabilities will be promptly addressed.
Contributing
All contributions are welcome! If you wish to contribute.
License
This project is licensed under the terms of the MIT License.