illuminate/process
Illuminate Process provides a fluent API to run and manage system processes in Laravel. Start commands, stream output, handle timeouts, work in specific directories, set env vars, capture results, and integrate cleanly with other Illuminate components.
Architecture fit: The package is designed as a core Laravel component, providing a fluent interface for process management that integrates seamlessly with Laravel's service container, logging, and exception handling. It excels in Laravel-native workflows but is tightly coupled to Illuminate dependencies, making standalone use impractical.
Integration feasibility: High for Laravel projects due to first-party support and direct Composer integration. Non-Laravel stacks would require adopting Illuminate's entire service container ecosystem, which introduces significant complexity and bloat.
Technical risk: Low for Laravel environments due to maturity and Symfony Process foundation. Critical risks include shell injection vulnerabilities from unsanitized user input, platform-specific quirks (Windows path handling), and resource exhaustion from unbounded processes (e.g., lineLength(0) without safeguards).
Key questions:
How can I help you explore Laravel packages today?