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.
Engine | 7.2+ | |
---|---|---|
APCu | Yes |
http://php.net/apcu |
File | Yes |
http://php.net/file |
Memcache | Yes |
http://php.net/memcache |
Memcached | Yes |
http://php.net/memcached |
Redis | Yes |
http://redis.io |
Wincache | Yes |
http://php.net/wincache |
APC and XCache has been deprecated, OPCache is merged into APCu
The best way to install O2System Session is to use Composer
composer require o2system/session
Documentation is available on this repository wiki or visit this repository github page.
Please kindly mail us at contact@o2system.id
Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.
- PHP 7.2+
- Composer
- O2System Kernel