{"id":33968098,"url":"https://github.com/php-runtime/roadrunner-nyholm","last_synced_at":"2025-12-12T23:58:27.015Z","repository":{"id":62538280,"uuid":"349687008","full_name":"php-runtime/roadrunner-nyholm","owner":"php-runtime","description":"[READ ONLY]","archived":false,"fork":false,"pushed_at":"2025-12-02T15:44:25.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-05T13:48:37.556Z","etag":null,"topics":["roadrunner","runtime"],"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/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["nyholm"]}},"created_at":"2021-03-20T09:57:35.000Z","updated_at":"2025-12-02T15:44:29.000Z","dependencies_parsed_at":"2025-02-18T20:25:40.640Z","dependency_job_id":"5f69507a-9323-4c31-b518-ebd7228d8c2b","html_url":"https://github.com/php-runtime/roadrunner-nyholm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/php-runtime/roadrunner-nyholm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Froadrunner-nyholm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Froadrunner-nyholm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Froadrunner-nyholm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Froadrunner-nyholm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-runtime","download_url":"https://codeload.github.com/php-runtime/roadrunner-nyholm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Froadrunner-nyholm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27695737,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["roadrunner","runtime"],"created_at":"2025-12-12T23:58:25.872Z","updated_at":"2025-12-12T23:58:27.007Z","avatar_url":"https://github.com/php-runtime.png","language":"PHP","readme":"# RoadRunner Runtime with nyholm/psr7\n\nA runtime for [RoadRunner](https://roadrunner.dev/).\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/roadrunner-nyholm\n```\n\n## Usage\n\nDefine the environment variable `APP_RUNTIME` for your application.\n\n```\nAPP_RUNTIME=Runtime\\RoadRunnerNyholm\\Runtime\n```\n\n### PSR-7\n\n```php\n// public/index.php\n\nuse Psr\\Http\\Message\\ServerRequestInterface;\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nreturn function () {\n    return function (ServerRequestInterface $request) {\n        return new \\Nyholm\\Psr7\\Response(200, [], 'Hello PSR-7');\n    };\n};\n\n```\n\n### PSR-15\n\n```php\n// public/index.php\n\nuse Psr\\Http\\Message\\ResponseInterface;\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse Psr\\Http\\Server\\RequestHandlerInterface;\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nclass Application implements RequestHandlerInterface {\n    public function handle(ServerRequestInterface $request): ResponseInterface\n    {\n        return new \\Nyholm\\Psr7\\Response(200, [], 'Hello PSR-15');\n    }\n}\n\nreturn function () {\n    return new Application();\n};\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%2Froadrunner-nyholm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-runtime%2Froadrunner-nyholm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-runtime%2Froadrunner-nyholm/lists"}