{"id":41214954,"url":"https://github.com/phore/phore-http-client","last_synced_at":"2026-01-22T23:58:43.196Z","repository":{"id":57039188,"uuid":"143181368","full_name":"phore/phore-http-client","owner":"phore","description":"Http client library","archived":false,"fork":false,"pushed_at":"2024-09-29T13:31:40.000Z","size":126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T00:19:50.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://infracamp.org/project/phore/","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/phore.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-01T16:26:34.000Z","updated_at":"2024-09-29T13:31:44.000Z","dependencies_parsed_at":"2024-05-09T19:47:35.245Z","dependency_job_id":"f383fe22-2f5e-42bc-910f-82442eaae5f9","html_url":"https://github.com/phore/phore-http-client","commit_stats":{"total_commits":91,"total_committers":5,"mean_commits":18.2,"dds":"0.18681318681318682","last_synced_commit":"754441caee0368d58e2e64df33d4bb29ed6dab73"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/phore/phore-http-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phore","download_url":"https://codeload.github.com/phore/phore-http-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-http-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28675277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-22T23:58:42.660Z","updated_at":"2026-01-22T23:58:43.191Z","avatar_url":"https://github.com/phore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phore http-client\n\n[![Actions Status](https://github.com/phore/phore-http-client/workflows/tests/badge.svg)](https://github.com/phore/phore-http-client/actions)\n\nEasy to use http-client with fluent api.\n\n## Example\n\n```\nphore_http_request(\"http://localhost/test.php?case=200\")-\u003ewithMethod()\n```\n\n\n\n## Request caching\n\nRequest Caching requires `phore/cache` package to be installed\n\n```\n$cache = new Cache(new ObjectStore(new FileSystemObjectStoreDriver(\"/tmp/cache1\")));\n\n$req = phore_http_request(\"http://localhost/\")-\u003ewithCache($cache)-\u003esend();\nif ($req-\u003eisFromCache() === true)\n    echo \"From Cache: \" . $req-\u003egetBody();\n```\n\nExamples:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphore%2Fphore-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-http-client/lists"}