{"id":91236,"library":"amphp-process","title":"Amp Process","description":"A fiber-aware process manager based on Amp and Revolt.","status":"active","version":"2.1.0","language":"php","source_language":null,"source_url":"https://github.com/amphp/process","tags":["async","process","fiber","amp","revolt"],"install":[{"cmd":"composer require amphp/process","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Process","correct":"use Amp\\Process\\Process;"}],"quickstart":{"code":"use Amp\\Process\\Process;\n\n$process = new Process('echo hello');\n$process->start();\n$output = $process->join();\necho $output;","lang":"php","description":"Run a shell command asynchronously and capture output."},"warnings":[{"fix":"Install ext-fiber (PHP 8.1+) or ext-uv","message":"Requires ext-fiber or ext-uv for fiber support","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'amp':1,11,17 'async':14 'awar':6 'base':9 'fiber':5,16 'fiber-awar':4 'manag':8 'process':2,7,15 'revolt':13,18","created_at":"2026-06-19T09:15:00.760387+00:00","updated_at":"2026-06-19T09:15:00.760387+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://amphp.org/process","github":"https://github.com/amphp/process","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"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}}