phalanx-php / archon
CLI application framework for Phalanx
v0.7.0
2026-06-08 04:06 UTC
Requires
- php: ^8.4
- phalanx-php/config: ^0.7
- phalanx-php/runtime: ^0.7
Requires (Dev)
- phpunit/phpunit: ^13.0
Suggests
- phalanx-php/stream: For streaming data through console commands
- phalanx-php/worker: For worker process parallelism in CLI tasks
- symfony/runtime: For Symfony Runtime integration via Console::starting()
This package is auto-updated.
Last update: 2026-07-08 09:43:48 UTC
README
Phalanx Console
CLI application framework for Phalanx. Console lets you define command handlers as classes and run interactive, supervised console workflows on the same managed runtime as your services.
Part of the Phalanx framework.