bjoern-buettner/session
最新稳定版本:1.0.4
Composer 安装命令:
composer require bjoern-buettner/session
包简介
A simple session handler for PHP 8.1 and newer, configurable via environment variables.
README 文档
README
A memcached and file session handler taking care of IP-Locking as well. Simply call the Factory and have it handle all the checks.
Configuration via ENV
- SESSION_DURATION defaults to 7200 and is the session duration in seconds
- ENABLE_MEMCACHED must be set to true if memcached should be supported
- SESSION_PATH must be set if the sessions should be stored outside the system temp directory
统计信息
- 总下载量: 181
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-07