Search by

doppar / orion

doppar

External process orchestration for Doppar — run shell commands individually, in concurrency-limited pools, or chained into piped pipelines.

Package info

github.com/doppar/orion

pkg:composer/doppar/orion

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

4.0.0 2026-09-16 16:37 UTC

This package is auto-updated.

Last update: 2026-09-19 14:13:42 UTC


README

Build Status Total Downloads Latest Stable Version License

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.