{"id":22702506,"url":"https://github.com/vielhuber/parallyzer","last_synced_at":"2025-03-29T19:27:37.639Z","repository":{"id":57077899,"uuid":"193987128","full_name":"vielhuber/parallyzer","owner":"vielhuber","description":"⛓️ A poor mans php tool for running multiple, non-blocking (php-)scripts. ⛓️","archived":false,"fork":false,"pushed_at":"2019-07-15T12:40:59.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T06:47:16.174Z","etag":null,"topics":["parallel-computing","php","threads"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vielhuber.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-26T22:45:04.000Z","updated_at":"2019-07-15T12:41:12.000Z","dependencies_parsed_at":"2022-08-24T14:56:10.775Z","dependency_job_id":null,"html_url":"https://github.com/vielhuber/parallyzer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vielhuber%2Fparallyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vielhuber%2Fparallyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vielhuber%2Fparallyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vielhuber%2Fparallyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vielhuber","download_url":"https://codeload.github.com/vielhuber/parallyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246233299,"owners_count":20744803,"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":["parallel-computing","php","threads"],"created_at":"2024-12-10T07:13:45.122Z","updated_at":"2025-03-29T19:27:37.620Z","avatar_url":"https://github.com/vielhuber.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛓️ parallyzer ⛓️\n\nparallyzer is a poor mans php tool for running multiple, non-blocking (php-)scripts in separate cpu threads.\n\n## features\n\n-   runs on linux and mac\n-   no extensions like [pthreads](https://www.php.net/manual/de/book.pthreads.php) required\n-   runs php scripts or any other commands\n-   watch the output in a definable interval\n-   supports file based output logging\n\n## installation\n\n```bash\ncomposer require vielhuber/parallyzer\n```\n\n```php\nrequire __DIR__ . '/vendor/autoload.php';\nuse vielhuber\\parallyzer\\parallyzer;\n$p = new parallyzer();\n```\n\n## usage\n\n```php\n$p-\u003eadd('php test.php', 100); // adds the command \"php test.php\" in 100 parallel threads to the worker\n$p-\u003eadd('ls -s', 25); // adds the command \"ls -s\" in 25 parallel threads to the worker\n$p-\u003eobserve(1); // enables live observing with an update interval of 1 second\n$p-\u003elog('logs'); // enables output logging in the folder \"logs\"\n$p-\u003erun(); // runs the machinery\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvielhuber%2Fparallyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvielhuber%2Fparallyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvielhuber%2Fparallyzer/lists"}