{"id":15756755,"url":"https://github.com/mre/process","last_synced_at":"2025-08-29T16:39:04.779Z","repository":{"id":26332939,"uuid":"29781575","full_name":"mre/Process","owner":"mre","description":"A lightweight PHP wrapper for interactive subprocesses","archived":false,"fork":false,"pushed_at":"2019-10-21T13:15:50.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T08:28:58.896Z","etag":null,"topics":["commandline","php","pipe","process","subprocess","wrapper"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-24T15:49:45.000Z","updated_at":"2021-12-21T06:00:47.000Z","dependencies_parsed_at":"2022-08-27T13:43:31.335Z","dependency_job_id":null,"html_url":"https://github.com/mre/Process","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mre/Process","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2FProcess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2FProcess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2FProcess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2FProcess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mre","download_url":"https://codeload.github.com/mre/Process/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mre%2FProcess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272722933,"owners_count":24982352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commandline","php","pipe","process","subprocess","wrapper"],"created_at":"2024-10-04T09:01:28.604Z","updated_at":"2025-08-29T16:39:04.746Z","avatar_url":"https://github.com/mre.png","language":"PHP","readme":"Process\n=======\n\n\nA lightweight wrapper around PHP's subprocess handling.  \nEspecially useful for interactive commands.\n\n\nExample\n-------\n\n```PHP\nrequire_once __DIR__.'/../vendor/autoload.php';\n\nuse \\mre\\Process;\n\n$process = new Process('cat');\n$process-\u003esend('hello');\n$process-\u003esend('world');\n\nforeach ($process-\u003ereceive() as $s)\n{\n    echo $s . PHP_EOL;\n}\n```\n\n\nAlternatives\n------------\n\nFabien Potencier's `Process` library is awesome for non-interactive processes,  \nalthough it has grown quite big. \n\n\nMaintainers\n-----------\n\nThis project was initially started by Christian Lück.\nIt has been deprecated some time ago but I thought it's useful  \nand picked up development again.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmre%2Fprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmre%2Fprocess/lists"}