opis/session
最新稳定版本:3.1.0
Composer 安装命令:
composer require opis/session
包简介
Opis Session is a session manager library with support for multiple backend stores
README 文档
README
Session manager
Opis Session is a session manager library with support for multiple backend stores, providing developers with an API which allows them to handle session related information in a standardised way.
The currently available handlers are: File and native store.
Documentation
The full documentation for this library can be found here.
License
Opis Session is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.0
Installation
Opis Session is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/session
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/session": "^4.0"
}
}
统计信息
- 总下载量: 4.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2013-11-14