msoftware / session-library
PHP 会话库
1.2.1
2016-06-05 11:20 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2024-09-14 18:53:13 UTC
README
版本 1.2.0:为 Session 添加新功能(getNames(), getCreationTime(), getLastAccessedTime()),并为 SessionContainer 添加新功能(existsSession(), cleanupInvalidSessions())。使用 ApiGen 生成 API 文档。
版本 1.1.0:为 SessionContainer 添加新功能(getSessionIds(), deleteSession())。
版本 1.0.1:修复 composer.json 中的错误。
版本 1.0.0:PHP 会话库的第一个版本。
此会话库是为没有 http 接口的 PHP 应用程序设计的。如果您有一个运行的 PHP 服务并且需要处理多个会话,则可以使用它。
完整的 PAI 文档可在以下网址获取:http://www.dieletztedomain.de/php-session-library-api-docs/
您可以使用 composer 将其添加到项目中。
composer require msoftware/session-library
最新稳定版本可在以下网址找到:https://packagist.org.cn/packages/msoftware/session-library