Libraries tagged by container console runner
streamcommon/console-runner
967 Downloads
PSR-11 Symfony console runner
genai/console
0 Downloads
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.
italix/console
2 Downloads
Framework CLI runner: commands listed not discovered, dependencies declared like a controller's, PSR-11 container, exit codes that mean something
citomni/cli
1 Downloads
High-performance CLI runtime for CitOmni apps: kernel boot glue, command runner, console dispatch, and CLI error handling.
genai/messaging
77 Downloads
Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships NO broker — each app registers its own Consumer/Producer (Kafka, Pdo, SQS, ...). Shares the same compiled container as the web and CLI fronts.