genai / boot
Application kernel with Composer-based package auto-discovery (Laravel style): reads each installed component's extra.genai.processors so the app never hand-lists them, then boots the compiled app into a ready Dispatcher. Build-time uses PHP 8; the Kernel + runtime boot are PHP 5.3-safe.
v1.0.1
2026-07-10 02:09 UTC
Requires
- php: >=5.3.0
- genai/container: *
- genai/property: *
Suggests
- genai/attribute: Build-time scanning/compilation used by Kernel::compile() (PHP 8 only).
- genai/console: CLI front: Kernel::run() dispatches commands to GenAI\Console\ConsoleAutoConfig.
- genai/dto: JSON serialization of #[Dto] results returned from #[RestController]s.
- genai/messaging: Messaging front: Kernel::run() dispatches `consume` to GenAI\Messaging\MessagingAutoConfig.
- genai/web: HTTP front: Kernel::run() dispatches web requests to GenAI\Web\WebAutoConfig.