{"id":19144366,"url":"https://github.com/piotrpress/remoter","last_synced_at":"2025-07-10T18:41:12.878Z","repository":{"id":57677053,"uuid":"489362512","full_name":"PiotrPress/remoter","owner":"PiotrPress","description":"This library is a chainable HTTP Client based on file_get_contents() function.","archived":false,"fork":false,"pushed_at":"2022-05-06T13:49:25.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T06:17:29.545Z","etag":null,"topics":["chain","chainable","file-get-contents","header","headers","http","http-client","httpclient","php","remoter","request","response","url"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/PiotrPress.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-06T13:20:05.000Z","updated_at":"2024-11-28T17:14:44.000Z","dependencies_parsed_at":"2022-09-12T21:21:33.402Z","dependency_job_id":null,"html_url":"https://github.com/PiotrPress/remoter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fremoter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fremoter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fremoter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fremoter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiotrPress","download_url":"https://codeload.github.com/PiotrPress/remoter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240225211,"owners_count":19767878,"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":["chain","chainable","file-get-contents","header","headers","http","http-client","httpclient","php","remoter","request","response","url"],"created_at":"2024-11-09T07:34:40.252Z","updated_at":"2025-02-22T19:27:21.228Z","avatar_url":"https://github.com/PiotrPress.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remoter\n\nThis library is a chainable HTTP Client based on [file_get_contents()](https://www.php.net/manual/en/function.file-get-contents.php) function.\n\n## Installation\n\n```shell\n$ composer require piotrpress/remoter\n```\n\n## Example\n\n```php\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse PiotrPress\\Remoter\\Request;\nuse PiotrPress\\Remoter\\Url;\nuse PiotrPress\\Remoter\\Header;\n\necho ( ( new Request(\n    ( new Url(\n        'https://api.github.com'\n    ) )-\u003esetPath( '/repos/PiotrPress/remoter' ),\n    'GET',\n    ( new Header(\n        [ 'User-Agent' =\u003e 'PiotrPress/Remoter' ],\n        true\n    ) )-\u003eset( 'Accept', 'application/vnd.github.v3+json' )\n) )-\u003esend() )-\u003egetHeader()-\u003eget( 'code' );\n```\n\n## Requirements\n\nPHP \u003e= `7.4` version.\n\n## License\n\n[MIT](license.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fremoter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpress%2Fremoter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fremoter/lists"}