o2system / session
Open Source PHP Session Management Library
Installs: 1 756
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.2.0
- o2system/kernel: *
README
O2System Session
O2System Session is an Open Source Native PHP Session Management Handler Library. It allows different cache storage platform to be used. All but file-based storage require specific server requirements, and a Fatal Exception will be thrown if server requirements are not met.
O2System Session is build for working more powerful with O2System PHP Framework, but also can be integrated with other frameworks as standalone PHP Classes Library with limited features.
Supported Storage Engines Handlers
APC and XCache has been deprecated, OPCache is merged into APCu
Composer Installation
The best way to install O2System Session is to use Composer
composer require o2system/session
Usage
Documentation is available on this repository wiki or visit this repository github page.
Ideas and Suggestions
Please kindly mail us at contact@o2system.id
Bugs and Issues
Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.
System Requirements
- PHP 7.2+
- Composer
- O2System Kernel