genai / console
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.
v1.0.1
2026-07-10 02:09 UTC
Requires
- php: >=5.3.0
- genai/boot: *
- genai/container: *
Suggests
- genai/attribute: PHP 8 build-time #[Command] scanning via GenAI\Console\Processor\CommandProcessor.
- genai/di: #[Command] extends GenAI\Di\Component so the di processor registers commands as beans.