{"id":19005307,"url":"https://github.com/f3ath/forkrunner","last_synced_at":"2026-06-13T21:32:12.067Z","repository":{"id":14444642,"uuid":"17156174","full_name":"f3ath/forkrunner","owner":"f3ath","description":"A simple library to run a process in multiple processes","archived":false,"fork":false,"pushed_at":"2017-10-03T20:16:43.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T06:30:30.493Z","etag":null,"topics":["parallelism","pcntl","php","php-library","shared-memory"],"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/f3ath.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":"2014-02-25T00:41:01.000Z","updated_at":"2020-04-21T19:51:05.000Z","dependencies_parsed_at":"2022-08-31T09:10:24.520Z","dependency_job_id":null,"html_url":"https://github.com/f3ath/forkrunner","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/f3ath/forkrunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fforkrunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fforkrunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fforkrunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fforkrunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/forkrunner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fforkrunner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34301730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["parallelism","pcntl","php","php-library","shared-memory"],"created_at":"2024-11-08T18:27:04.040Z","updated_at":"2026-06-13T21:32:12.019Z","avatar_url":"https://github.com/f3ath.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ForkRunner\n\nA simple library to run a process in multiple processes\n\n## Installation\nVia composer:\n`$ composer require \"f3ath/forkrunner\"`\n\n## Usage\n```php\n\u003c?php\n$func = function ($n) {\n    return $n * $n;\n};\n$runner = new \\F3\\ForkRunner\\ForkRunner();\n$args = [[3], [4], [5]];\n$result = $runner-\u003erun($func, $args); // [9, 16, 25]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fforkrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Fforkrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fforkrunner/lists"}