switon / kernel
Application bootstrap and provider lifecycle for Switon Framework
v1.0.0
2026-05-10 03:22 UTC
Requires
- php: >=8.3
- switon/core: ^1.0
- switon/di: ^1.0
- switon/event: ^1.0
- switon/yaml: ^1.0
Requires (Dev)
- switon/testing: ^1.0
README
Application bootstrap and provider lifecycle for Switon Framework.
Installation
composer require switon/kernel
Requirements: PHP 8.3+
Quick Start
use Switon\Kernel\Kernel; class AppKernel extends Kernel { public function start(): void { parent::start(); // Attach HTTP server, CLI loop, worker, etc. } } (new AppKernel(__DIR__))->start();
Docs: https://docs.switon.dev/latest/kernel
License
MIT.