o2system / kernel
O2System Framework Kernel
Installs: 15 166
Dependents: 10
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Type:package
Requires
- php: ^7.2.0
- filp/whoops: ^2.3
- o2system/spl: *
Requires (Dev)
- dev-master
- v2.0.42
- v2.0.38
- v2.0.31
- v2.0.29
- v2.0.26
- v2.0.25
- v2.0.19
- v2.0.7
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.0
- v1.9.186
- v1.9.184
- v1.9.179
- v1.9.177
- v1.9.176
- v1.9.169
- v1.9.168
- v1.9.165
- v1.9.164
- v1.9.161
- v1.9.158
- v1.9.157
- v1.9.153
- v1.9.152
- v1.9.148
- v1.9.145
- v1.9.143
- v1.9.134
- v1.9.133
- v1.9.130
- v1.9.114
- v1.9.112
- v1.9.111
- v1.9.106
- v1.9.98
- v1.9.95
- v1.9.39
- v1.9.35
- v1.9.18
- v1.9.12
- v1.9.6
- v1.9.4
- v1.8.0
- v1.0.14
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dev
This package is auto-updated.
Last update: 2024-10-29 04:14:47 UTC
README
O2System Kernel
O2System Kernel is a set of PHP classes that is the core of O2System Framework. It contains classes that are loaded at startup. It handles the start-up process as well as input/output requests from the client side whether they are browser requests or command line requests, translating them into router for the framework. It handles registries and services like modules, language, config, and etc. The kernel design pattern is based on Hybrid (or modular) kernels and the kernel bootstrap class it is based on Singleton Design Pattern and has a dependency on 3 major set of PHP classes: O2System\Spl (O2System Standard PHP Library), O2System\Psr (O2System PHP Standard Recommendations) and O2System\Gear (O2System PHP Debugger).
Features
- HTTP Request Input-Output Handler
- Cli Request Input-Output Handler
- Language Service
- Logger Service
- Shutdown Service
Composer Installation
The best way to install O2System Kernel is to use Composer
composer require o2system/kernel
Usage
Documentation is available on this repository wiki or visit this repository github page.
Ideas and Suggestions
Please kindly mail us at support@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 Gear
- O2System Psr
- O2System Spl