{"id":13616490,"url":"https://github.com/andersondanilo/process-pool","last_synced_at":"2025-12-13T03:51:39.429Z","repository":{"id":56947690,"uuid":"134990182","full_name":"andersondanilo/process-pool","owner":"andersondanilo","description":"PHP Process Pool (Using symfony process)","archived":false,"fork":false,"pushed_at":"2024-03-27T11:20:41.000Z","size":17,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-08T17:17:20.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/andersondanilo.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":"2018-05-26T19:45:36.000Z","updated_at":"2024-04-17T08:03:08.000Z","dependencies_parsed_at":"2022-08-21T03:10:23.479Z","dependency_job_id":null,"html_url":"https://github.com/andersondanilo/process-pool","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersondanilo%2Fprocess-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersondanilo%2Fprocess-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersondanilo%2Fprocess-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersondanilo%2Fprocess-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersondanilo","download_url":"https://codeload.github.com/andersondanilo/process-pool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223612087,"owners_count":17173575,"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","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":[],"created_at":"2024-08-01T20:01:29.223Z","updated_at":"2025-12-13T03:51:34.397Z","avatar_url":"https://github.com/andersondanilo.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"PHP Process Pool\n================\n\n[![Latest Version](https://img.shields.io/github/release/andersondanilo/process-pool.svg?style=flat-square)](https://github.com/andersondanilo/process-pool/releases)\n[![Total Downloads](https://poser.pugx.org/andersondanilo/process-pool/downloads)](//packagist.org/packages/andersondanilo/process-pool)\n![CI](https://github.com/andersondanilo/process-pool/workflows/CI/badge.svg)\n\nPHP Process Pool is a simple process pool using symfony process\n\n```php\nuse ProcessPool\\ProcessPool;\nuse Symfony\\Component\\Process\\Process;\n\nfunction processGenerator($count) {\n    for ($i = 0; $i \u003c 10; $i++) {\n        yield new Process(['sleep', $i]);\n    }\n}\n\n$processes = processGenerator(10);\n$pool = new ProcessPool($processes);\n$pool-\u003esetConcurrency(2);\n$pool-\u003ewait();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersondanilo%2Fprocess-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersondanilo%2Fprocess-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersondanilo%2Fprocess-pool/lists"}