{"id":43131699,"url":"https://github.com/gingteam/amphp-runtime","last_synced_at":"2026-01-31T21:44:20.987Z","repository":{"id":45149143,"uuid":"443736589","full_name":"gingteam/amphp-runtime","owner":"gingteam","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-06T10:54:09.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-26T15:45:18.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/gingteam.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}},"created_at":"2022-01-02T10:23:41.000Z","updated_at":"2024-01-21T23:17:28.000Z","dependencies_parsed_at":"2022-09-13T19:31:57.360Z","dependency_job_id":null,"html_url":"https://github.com/gingteam/amphp-runtime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gingteam/amphp-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingteam%2Famphp-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingteam%2Famphp-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingteam%2Famphp-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingteam%2Famphp-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingteam","download_url":"https://codeload.github.com/gingteam/amphp-runtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingteam%2Famphp-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-31T21:44:20.486Z","updated_at":"2026-01-31T21:44:20.983Z","avatar_url":"https://github.com/gingteam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"```php\n// worker.php\n\u003c?php\n\nuse App\\Kernel;\nuse GingTeam\\AmphpRuntime\\Runtime;\n\nrequire_once dirname(__DIR__).'/vendor/autoload.php';\n\n$app = function (array $context) {\n    return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);\n};\n\n$options = [\n    'project_dir' =\u003e dirname(__DIR__, 1),\n    'document_root' =\u003e __DIR__,\n    'port' =\u003e 8000,\n];\n\n$runtime = new Runtime($options);\n\n[$app, $args] = $runtime-\u003egetResolver($app)-\u003eresolve();\n\n$app = $app(...$args);\n\n$runtime-\u003egetRunner($app)-\u003erun();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingteam%2Famphp-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingteam%2Famphp-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingteam%2Famphp-runtime/lists"}