{"id":22696738,"url":"https://github.com/fenzland/php-http-client","last_synced_at":"2025-04-13T04:35:21.845Z","repository":{"id":62504162,"uuid":"75831622","full_name":"Fenzland/php-http-client","owner":"Fenzland","description":"A lightweight HTTP client with PHP7.","archived":false,"fork":false,"pushed_at":"2017-12-21T09:25:52.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T21:23:11.458Z","etag":null,"topics":["http","http-client","php","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/Fenzland.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":"2016-12-07T11:56:08.000Z","updated_at":"2022-02-12T14:35:57.000Z","dependencies_parsed_at":"2022-11-02T12:30:25.915Z","dependency_job_id":null,"html_url":"https://github.com/Fenzland/php-http-client","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fenzland%2Fphp-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fenzland%2Fphp-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fenzland%2Fphp-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fenzland%2Fphp-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fenzland","download_url":"https://codeload.github.com/Fenzland/php-http-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665156,"owners_count":21142118,"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":["http","http-client","php","php7"],"created_at":"2024-12-10T05:10:05.466Z","updated_at":"2025-04-13T04:35:21.825Z","avatar_url":"https://github.com/Fenzland.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fenzland HTTP\n================================\n\nA lightweight HTTP client with PHP7.\n\n# Install\n\n```bash\ncomposer require fenzland/http\n```\n\n# Usage\n\n```php\n\nHTTP::scheme('http')-\u003ehost('example.org')-\u003eport(80)-\u003equery('/example/')-\u003eheaders([ 'key'=\u003e'value', ])-\u003emethod('GET')-\u003eversion('1.1')-\u003esend();\nHTTP::withScheme('http')-\u003ewithHost('example.org')-\u003ewithPort(80)-\u003ewithQuery('/example/')-\u003ewithHeaders([ 'key'=\u003e'value', ])-\u003ewithMethod('GET')-\u003ewithVersion('1.1')-\u003esend();\n\nHTTP::url('http://example.org/example/?key=value')-\u003eget();\nHTTP::url('http://example.org/example/?key=value')-\u003ehead();\nHTTP::url('http://example.org/example/?key=value')-\u003eoptions();\nHTTP::url('http://example.org/example/?key=value')-\u003edelete();\nHTTP::url('http://example.org/example/?key=value')-\u003epost(  'id=1\u0026name=Fenz' );\nHTTP::url('http://example.org/example/?key=value')-\u003eput(   'id=1\u0026name=Fenz' );\nHTTP::url('http://example.org/example/?key=value')-\u003epatch( 'id=1\u0026name=Fenz' );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenzland%2Fphp-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffenzland%2Fphp-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenzland%2Fphp-http-client/lists"}