{"id":42559942,"url":"https://github.com/choval/reactphp-curl-proc","last_synced_at":"2026-01-28T20:13:51.704Z","repository":{"id":56952238,"uuid":"167863065","full_name":"choval/reactphp-curl-proc","owner":"choval","description":"Async Curl library for ReactPHP.","archived":false,"fork":false,"pushed_at":"2019-10-11T20:13:12.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T15:54:33.869Z","etag":null,"topics":["async","cookies","curl","php","reactphp"],"latest_commit_sha":null,"homepage":null,"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/choval.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-01-27T21:53:32.000Z","updated_at":"2019-10-11T20:13:14.000Z","dependencies_parsed_at":"2022-08-21T09:20:32.358Z","dependency_job_id":null,"html_url":"https://github.com/choval/reactphp-curl-proc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/choval/reactphp-curl-proc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choval%2Freactphp-curl-proc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choval%2Freactphp-curl-proc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choval%2Freactphp-curl-proc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choval%2Freactphp-curl-proc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/choval","download_url":"https://codeload.github.com/choval/reactphp-curl-proc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choval%2Freactphp-curl-proc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":["async","cookies","curl","php","reactphp"],"created_at":"2026-01-28T20:13:50.947Z","updated_at":"2026-01-28T20:13:51.696Z","avatar_url":"https://github.com/choval.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## reactphp-curl-proc\n\n**WARNING: THIS IS NOT PRODUCTION READY**\n\nAsync Curl library for ReactPHP.\nThis library uses the curl binary of the system.\n\n### Rationale\n\n[HttpClient](https://github.com/reactphp/http-client) and [BuzzBrowser](https://github.com/clue/reactphp-buzz/) are not capable of handling cookies and/or large file uploads.\n\n### Installation\n\n```\ncomposer require choval/reactphp-curl-proc:dev-master\n```\n\n### Usage\n\n```\nuse choval\\React\\Curl;\nuse choval\\React\\CurlResponse;\n\n$loop = React\\EventLoop\\Factory::create();\n$curl = new Curl($loop);\n\n$curl-\u003eget('http://google.com/')\n  -\u003ethen(function(CurlResponse $resp) {\n    echo $resp-\u003egetBody();\n  })\n  -\u003eotherwise(function(Exception $e) {\n    echo 'ERROR: '.$e-\u003egetMessage().PHP_EOL;\n  });\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoval%2Freactphp-curl-proc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchoval%2Freactphp-curl-proc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoval%2Freactphp-curl-proc/lists"}