{"id":36397487,"url":"https://github.com/php-runtime/psr-guzzle","last_synced_at":"2026-01-11T16:00:44.024Z","repository":{"id":62538263,"uuid":"362746980","full_name":"php-runtime/psr-guzzle","owner":"php-runtime","description":"[READ ONLY]","archived":false,"fork":false,"pushed_at":"2025-02-18T19:10:24.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-06T07:12:33.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/php-runtime.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["nyholm"]}},"created_at":"2021-04-29T08:35:13.000Z","updated_at":"2025-02-18T19:10:28.000Z","dependencies_parsed_at":"2025-02-18T20:24:26.908Z","dependency_job_id":"cc1e244d-2298-4ece-8ac2-2f2eb48a7fbf","html_url":"https://github.com/php-runtime/psr-guzzle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/php-runtime/psr-guzzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Fpsr-guzzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Fpsr-guzzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Fpsr-guzzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Fpsr-guzzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-runtime","download_url":"https://codeload.github.com/php-runtime/psr-guzzle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Fpsr-guzzle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312058,"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":[],"created_at":"2026-01-11T16:00:20.502Z","updated_at":"2026-01-11T16:00:44.003Z","avatar_url":"https://github.com/php-runtime.png","language":"PHP","readme":"# PSR-7 and PSR-15 Runtime\n\nA runtime with `guzzlehttp/psr7`.\n\nIf you are new to the Symfony Runtime component, read more in the [main readme](https://github.com/php-runtime/runtime).\n\n## Installation\n\n```\ncomposer require runtime/psr-guzzle\n```\n\n## Usage\n\nThis runtime is discovered automatically. You can force your application to use\nthis runtime by defining the environment variable `APP_RUNTIME`.\n\n```\nAPP_RUNTIME=Runtime\\PsrGuzzle\\Runtime\n```\n\n### PSR-7\n\n```php\n// public/index.php\n\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse GuzzleHttp\\Psr7;\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nreturn function (ServerRequestInterface $request) {\n    return new Psr7\\Response(200, [], 'PSR-7');\n};\n```\n\n### PSR-15\n\n```php\n// public/index.php\n\nuse Psr\\Http\\Server\\RequestHandlerInterface;\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse Psr\\Http\\Message\\ResponseInterface;\nuse GuzzleHttp\\Psr7;\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nclass Application implements RequestHandlerInterface {\n    // ...\n    public function handle(ServerRequestInterface $request): ResponseInterface\n    {\n        return new Psr7\\Response(200, [], 'PSR-15');\n    }\n}\n\nreturn function (array $context) {\n    return new Application($context['APP_ENV'] ?? 'dev');\n};\n```\n","funding_links":["https://github.com/sponsors/nyholm"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-runtime%2Fpsr-guzzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-runtime%2Fpsr-guzzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-runtime%2Fpsr-guzzle/lists"}