{"id":88569,"library":"react-child-process","title":"ReactPHP Child Process","description":"Event-driven library for executing child processes with ReactPHP.","status":"active","version":"0.6.7","language":"php","source_language":null,"source_url":"https://github.com/reactphp/child-process","tags":["reactphp","child-process","async","event-driven"],"install":[{"cmd":"composer require react/child-process","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Process","correct":"use React\\ChildProcess\\Process;"}],"quickstart":{"code":"use React\\ChildProcess\\Process;\n\n$process = new Process('ls -la');\n$process->start();\n$process->on('exit', function ($exitCode) {\n    echo \"Process exited with code $exitCode\\n\";\n});","lang":"php","description":"Execute a shell command asynchronously and handle its exit."},"warnings":[{"fix":"Integrate with React\\EventLoop\\Loop::run().","message":"Requires an event loop (e.g., React\\EventLoop) to run; not standalone.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'async':18 'child':2,10,16 'child-process':15 'driven':6,21 'event':5,20 'event-driven':4,19 'execut':9 'librari':7 'process':3,11,17 'reactphp':1,13,14","created_at":"2026-06-19T08:34:27.596789+00:00","updated_at":"2026-06-19T08:34:27.596789+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/reactphp/child-process","github":"https://github.com/reactphp/child-process","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}