{"id":36987892,"url":"https://github.com/asyncphp/process","last_synced_at":"2026-01-13T23:14:08.430Z","repository":{"id":62488999,"uuid":"78367574","full_name":"asyncphp/process","owner":"asyncphp","description":"Simple abstraction for starting and stopping processes","archived":false,"fork":false,"pushed_at":"2020-06-18T16:25:36.000Z","size":7,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T09:32:41.771Z","etag":null,"topics":["async","parallel","process"],"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/asyncphp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-08T20:08:17.000Z","updated_at":"2018-07-09T04:55:57.000Z","dependencies_parsed_at":"2022-11-02T09:31:12.807Z","dependency_job_id":null,"html_url":"https://github.com/asyncphp/process","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/asyncphp/process","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyncphp%2Fprocess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyncphp%2Fprocess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyncphp%2Fprocess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyncphp%2Fprocess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asyncphp","download_url":"https://codeload.github.com/asyncphp/process/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyncphp%2Fprocess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28404090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["async","parallel","process"],"created_at":"2026-01-13T23:14:07.696Z","updated_at":"2026-01-13T23:14:08.422Z","avatar_url":"https://github.com/asyncphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Process\n\n[![Build Status](https://travis-ci.org/asyncphp/process.svg?branch=master)](https://travis-ci.org/asyncphp/process)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/asyncphp/process/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/asyncphp/process/?branch=master)\n\nSimple abstraction for starting and stopping processes.\n\n## Installation\n\n```\ncomposer require asyncphp/process\n```\n\n## Usage\n\n```php\nuse AsyncPHP\\Process\\PosixHandler;\n\n$loop-\u003estart($id = \"server\", $command = \"start-server.sh\", $background = true);\nsleep(60);\n$loop-\u003estop($id);\n```\n\n## Compatibility\n\nThis library uses `exec` and `ps` to start and find processes. It will not work on systems where `exec` has been disabled, or where `ps -e/E` does not return the environment variables of a process. I've tested on macOS Sierra and Ubuntu Trusty `14.04`.\n\n## Versioning\n\nThis library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.\n\nAll methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyncphp%2Fprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasyncphp%2Fprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyncphp%2Fprocess/lists"}