{"id":36399969,"url":"https://github.com/medeirosinacio/php-exec-multithread","last_synced_at":"2026-01-11T16:03:02.182Z","repository":{"id":62526395,"uuid":"256298667","full_name":"medeirosinacio/php-exec-multithread","owner":"medeirosinacio","description":"A thread implementation in PHP using the exec function.","archived":false,"fork":false,"pushed_at":"2020-04-16T18:54:09.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-20T13:35:33.020Z","etag":null,"topics":["multi-threading","php","php-executor","php-multi-process","php-package","php7"],"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/medeirosinacio.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":"2020-04-16T18:34:40.000Z","updated_at":"2021-11-02T01:29:24.000Z","dependencies_parsed_at":"2022-11-02T14:30:37.831Z","dependency_job_id":null,"html_url":"https://github.com/medeirosinacio/php-exec-multithread","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/medeirosinacio/php-exec-multithread","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medeirosinacio%2Fphp-exec-multithread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medeirosinacio%2Fphp-exec-multithread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medeirosinacio%2Fphp-exec-multithread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medeirosinacio%2Fphp-exec-multithread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medeirosinacio","download_url":"https://codeload.github.com/medeirosinacio/php-exec-multithread/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medeirosinacio%2Fphp-exec-multithread/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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":["multi-threading","php","php-executor","php-multi-process","php-package","php7"],"created_at":"2026-01-11T16:03:02.125Z","updated_at":"2026-01-11T16:03:02.176Z","avatar_url":"https://github.com/medeirosinacio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Exec Multithread\n###### php-exec-multithread\n\nA thread implementation in PHP using the exec function.\n\nSend job to worker with data:\n\n```\n\n    $thread = new  ExecMultithread();\n    $thread-\u003esetProjectRoot('./');\n    \n    for ($i = 0; $i \u003c 5; $i++) {\n    \t$data = \"Bla Bla Bla... ID \" . md5(rand(0, 5000));\n    \t$thread-\u003estartProcess('worker', $data);\n    }\n    \n    $thread-\u003egetProcessesInfo();\n\n\n```\n\nget data worker:\n\n```\n\n   $data = ExecMultithread::convertData($argv[1])\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedeirosinacio%2Fphp-exec-multithread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedeirosinacio%2Fphp-exec-multithread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedeirosinacio%2Fphp-exec-multithread/lists"}