doppar / orion
External process orchestration for Doppar — run shell commands individually, in concurrency-limited pools, or chained into piped pipelines.
Requires
- php: ^8.5
- symfony/process: ^8.1
Requires (Dev)
- doppar/framework: 4.*
- mockery/mockery: ^1.6
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^13.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
About Doppar Orion
Doppar Processes provides a powerful and expressive abstraction for running and managing system-level commands and scripts from within your PHP application. Built on top of the Symfony Process Component, it gives you a fluent interface for executing commands, handling their output, managing timeouts, and controlling processes without having to work directly with the underlying process APIs.
Processes supports both synchronous and asynchronous execution, allowing you to choose whether your application should wait for a command to finish or continue working while a long-running process executes. Output can be captured, streamed in real time, or disabled entirely when it is not needed, giving you control over both process behavior and resource usage.
For applications that need to execute multiple commands, Doppar provides command pipelines and concurrent process execution. Pipelines allow the output of one command to flow into the next, while process pools make it possible to run multiple independent commands in parallel with configurable concurrency limits. Asynchronous processes can also be monitored while running, allowing applications to inspect incremental output, detect conditions, and enforce execution timeouts.
Contributing
Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the Doppar documentation.
Code of Conduct
In order to ensure that the Doppar community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The Doppar framework is open-sourced software licensed under the MIT license.