Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"router",
"http",
"amphp",
"fast-route",
"php"
],
"is_fork": false,
"size_kb": 80,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 23659
},
"pushed_at": "2024-09-15T16:00:46Z",
"created_at": "2018-03-11T21:41:25Z",
"owner_type": "Organization",
"updated_at": "2026-01-19T00:03:08Z",
"description": "A router for Amp's HTTP Server.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "2.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://amphp.org",
"name": "AMPHP",
"type": "Organization",
"login": "amphp",
"company": null,
"location": null,
"followers": 358,
"avatar_url": "https://avatars.githubusercontent.com/u/8865682?v=4",
"created_at": "2014-09-22T19:31:02Z",
"is_verified": null,
"public_repos": 69,
"account_age_days": 4320
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-08-05T19:33:16Z"
},
{
"tag": "v2.0.0-beta.4",
"kind": "prerelease",
"published_at": "2023-08-01T00:02:25Z"
},
{
"tag": "v2.0.0-beta.3",
"kind": "prerelease",
"published_at": "2023-04-22T15:12:33Z"
},
{
"tag": "v2.0.0-beta.2",
"kind": "prerelease",
"published_at": "2023-04-22T15:12:01Z"
},
{
"tag": "v2.0.0-beta.1",
"kind": "prerelease",
"published_at": "2022-04-10T20:18:07Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2019-08-21T15:53:16Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2018-12-10T19:45:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-03-26T18:45:16Z"
}
],
"recent_commits": [
{
"oid": "c0434ad6b1a0899f1fba5371e991974e77df1140",
"body": "Add missing $logger parameter for Router.",
"is_bot": false,
"headline": "Fix example in README (#11)",
"author_name": "thgs",
"author_login": "thgs",
"committed_at": "2023-11-26T17:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61",
"body": null,
"is_bot": false,
"headline": "Missed reference to old method name",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-08-05T19:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cb253e836f710219b354af785b65298fcfc919f",
"body": null,
"is_bot": false,
"headline": "Add PSR-3 dependency",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T19:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfde53ca8da63d4d47ef6eec8438747ccfef53da",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T19:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1074c12cb22dabf25d3015d48c04376596c354dd",
"body": null,
"is_bot": false,
"headline": "Remove leftover from docs",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4b7f2852dfe399a5c239bd7248dc114c840151",
"body": null,
"is_bot": false,
"headline": "Update docs and remove Middleware parameter",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c9ba0459b66a65a482322d6a961286ad994ad1",
"body": null,
"is_bot": false,
"headline": "Update date",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc88c38224e2e245ac781626f258b613fe6590a",
"body": null,
"is_bot": false,
"headline": "Update description",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2bd7dbe1f3e32aae4eced324cdd4588f318310",
"body": null,
"is_bot": false,
"headline": "Remove minimum-stability",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545d3eab37e372cbab881eda43d118c4b6759307",
"body": "Order of calls is now the order of invocation.",
"is_bot": false,
"headline": "Replace stackMiddleware with addMiddleware",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T18:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa4f1750f8a8432b9fc50c4d423ce4d819dd205",
"body": "Fixes #7.",
"is_bot": false,
"headline": "Allow router to start without routes, require logger",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T17:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565eeb20ec61ea785d5fcd2c98b462004d018caf",
"body": null,
"is_bot": false,
"headline": "Remove separate test namespace",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T17:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e823c96337eeebaa5a88e1790b708fe1e740dc95",
"body": null,
"is_bot": false,
"headline": "Add note about middleware and fallback handler",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-08-05T17:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea176349a317c65605c9c52d47fa5f9745a7d2af",
"body": null,
"is_bot": false,
"headline": "Rename internal methods",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2023-08-05T17:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5153ae2396916a1edc8c940c7d56b5bf9dc3fb78",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-08-05T16:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5179dffac3cf8a897d01db05917b810f427e661",
"body": null,
"is_bot": false,
"headline": "Rename stack to stackMiddleware",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-08-05T15:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0e37870af85af18ce46da527d017a22a0822bd",
"body": "Also fixed some new Psalm issues.",
"is_bot": false,
"headline": "Update for changes in http-server v3.0",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-07-31T23:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2462b65f025e4dd6ec8e5ed9357f57ec326a3859",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-04-27T03:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e39051000c6f44873847cae2b5f87c4755f2b5",
"body": null,
"is_bot": false,
"headline": "Forbid cloning and serialization",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-04-27T03:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d08be2868ca5e0a0882b6149c3e2546b1e2b3a53",
"body": null,
"is_bot": false,
"headline": "Fix Psalm issue",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-04-22T15:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85a3d2de6eed5a51aea9408f92c3666edb7c7ac",
"body": null,
"is_bot": false,
"headline": "Update for amphp/http-server beta changes",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-04-22T14:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fc0a47beb40886e312cb3934aaae92cbdbb8965",
"body": null,
"is_bot": false,
"headline": "Use amphp/cache instead of lrucache",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-02-02T01:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c0774b16b845857ae94efc7ab31266b949f28f",
"body": null,
"is_bot": false,
"headline": "Update to Psalm 5.6",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-02-02T01:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbf616608eafe1c0bca0e52ec323077c333fbba",
"body": null,
"is_bot": false,
"headline": "Update to amphp/http 2.x",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2023-02-02T01:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d93a6e7ba6c7b97793bc48655d904b932997f6e",
"body": null,
"is_bot": false,
"headline": "Declare strict types",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-12-25T23:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f3fe8a1773b34e21f9c4686ca2098f98cdeb00",
"body": null,
"is_bot": false,
"headline": "Update composer-require-checker",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-11-12T18:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "badb997a1de30167f105a6d2f46a77c985f65b7e",
"body": null,
"is_bot": false,
"headline": "Update license date",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-04-08T21:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9798e13ebe28d1366707ef70a291a3bc31719f",
"body": null,
"is_bot": false,
"headline": "Make default value constant private",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-04-08T21:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b035a9a970572c9f66e8fe45ea3e2789f0a7a113",
"body": null,
"is_bot": false,
"headline": "Migrate to GitHub Actions, update php-cs-fixer",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2022-04-08T21:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4fe493013dc5e2d1ae3d5cd7451a4ee599c46b",
"body": "All these libs now have beta tags!",
"is_bot": false,
"headline": "Use tagged versions",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-04-08T20:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0493a3737c20efad2c9ec25d76665f159dece36c",
"body": null,
"is_bot": false,
"headline": "Add Psalm",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-04-08T20:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c1bd1f2b78422627262088c9baf01245299786",
"body": null,
"is_bot": false,
"headline": "Make Router::onStart() and onStop() private",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-04-08T20:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4c50198dd46c1b2b3ad5c5903a423066587862",
"body": null,
"is_bot": false,
"headline": "Even Moar",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-04-06T00:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa23b424dbeab0e80999aeca2b87c62db4ba3f2",
"body": null,
"is_bot": false,
"headline": "Moar updates",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-03-29T15:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394436caa34d6bb72b8632545a06230bbdaf2d04",
"body": null,
"is_bot": false,
"headline": "Update for http-server beta changes",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-03-27T17:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d097a1fc1611a24972267113c417bbce43a7dfd",
"body": null,
"is_bot": false,
"headline": "Update for recent renames",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2022-01-10T23:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086efe2695bef01a76560b0121f4526a23748e25",
"body": null,
"is_bot": false,
"headline": "Update for coroutine to launch rename",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2021-11-22T04:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00729beea9b2b6b2177b463d7a85289aa554658",
"body": null,
"is_bot": false,
"headline": "Update for Amp changes",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2021-10-17T04:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e74744d1f9fb761e741ca30fa65caff2063f119",
"body": null,
"is_bot": false,
"headline": "Refactor for Amp v3",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2020-10-25T03:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d40982cbfb130bbcfafcadf9c0b5b5692fe1db94",
"body": null,
"is_bot": false,
"headline": "Add PHP 7.3 and PHP 7.4 to Travis CI",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-04-21T18:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06063c917c6715d792d09528780a86b92743793c",
"body": null,
"is_bot": false,
"headline": "Convert to PSR-2 code style",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-04-21T18:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e97597fc2b34d28d56071b5d0aefa81cf1568d8",
"body": null,
"is_bot": false,
"headline": "Improve installation instructions",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2020-04-21T17:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1897d9686553c3a53b3111629acee80b444d647f",
"body": null,
"is_bot": false,
"headline": "Include installation instruction in the README (#10)",
"author_name": "Olatunbosun Egberinde",
"author_login": "bosunski",
"committed_at": "2020-04-21T16:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a1731f3833f3a4b4e4cd633889eb14b5ef635b",
"body": null,
"is_bot": false,
"headline": "Allow amphp/http-server ^2",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2019-08-21T15:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf4906db09e306af825d268f5cacacfd79214de",
"body": null,
"is_bot": false,
"headline": "Allow amphp/http-server ^1",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-12-10T19:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49dc4ce491179457a9c412090a42c3fb6507b39f",
"body": null,
"is_bot": false,
"headline": "Add minimal documentation",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-26T18:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d9d8c5f0c6ccaf798e20a806d61c2e51730c86",
"body": "Fixes #4.",
"is_bot": false,
"headline": "Decode path before matching",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-26T17:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44ce6f8f380023ea0230228a32a655c538b4e87",
"body": null,
"is_bot": false,
"headline": "Add example and README",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-26T17:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c0e082210f243215d115d7744906e4756b61a0",
"body": null,
"is_bot": false,
"headline": "Add composer scripts",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-26T17:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c86ee1dac8f3f7465d75c44cd08db087245a395",
"body": null,
"is_bot": false,
"headline": "Add tests",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-26T17:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1864097e2716f8ea997fcbd3298893359faf50b",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-23T06:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f213e106f134300a773a2a3390ea6ea3c78f38",
"body": null,
"is_bot": false,
"headline": "Update for amphp/http-server v0.8.0",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-23T05:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd3e2e19d140f84ac88ca5c34dbe98e5d306485",
"body": null,
"is_bot": false,
"headline": "Update for Responder → RequestHandler",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-19T15:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bdf5d9a5949c9daae3f4a4654f04557c4d31217",
"body": null,
"is_bot": false,
"headline": "Fix tests after Response changes",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-13T20:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b9a13a6ce28625ce0d4821dbc858bc9498278d0",
"body": null,
"is_bot": false,
"headline": "Update for Response changes in http-server",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-13T19:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d345f146eb1f9ace80fc977180e631c38a896d92",
"body": null,
"is_bot": false,
"headline": "Fix PHPUnit whitelist",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-12T21:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8240f2479b72a6b7ba397df3288eac5adee233",
"body": null,
"is_bot": false,
"headline": "Make merge() work correctly",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-12T21:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69663e8333c5ecc8dca9d7318aef9e5bf9494267",
"body": null,
"is_bot": false,
"headline": "Allow multiple calls to stack()",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-12T21:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff457b6d92f13b9e7d541f04e4ce5b2a31648fe",
"body": null,
"is_bot": false,
"headline": "Apply prefix on server startup, allow multiple prefixes",
"author_name": "Niklas Keller",
"author_login": "kelunik",
"committed_at": "2018-03-12T21:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff648f9c77d8e0cdb6aa2637734ece73e2c6e98",
"body": null,
"is_bot": false,
"headline": "Fix potential duplicate calls to onStart",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-12T15:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7f7acb2cd8be485b27f1c6bfc4db4164465754",
"body": null,
"is_bot": false,
"headline": "Rename package",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-12T14:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e88cd63dfad427060c5760bdd07814b53b068d",
"body": null,
"is_bot": false,
"headline": "Attach middlewares when starting",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-12T14:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e308a89ca8cdc23fc200bad43e710ec4cea1029f",
"body": null,
"is_bot": false,
"headline": "Add middleware support",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-12T05:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37cb2d1e184bb6acd98eb93f9b393f2ddf288250",
"body": null,
"is_bot": false,
"headline": "Shorten namespace",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-12T05:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa10478448aa9e7629f7ce6f9920bfc0b8ad4c0",
"body": null,
"is_bot": false,
"headline": "Initial commit after split from http-server",
"author_name": "Aaron Piotrowski",
"author_login": "trowski",
"committed_at": "2018-03-11T23:55:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 0,
"latest_release_at": "2023-08-05T19:33:16Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 674,
"active_weeks_last_year": 0,
"days_since_latest_release": 1081,
"mean_days_between_releases": 279.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "amphp/http-server-router",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"router",
"server"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/amphp/http-server-router",
"is_deprecated": false,
"latest_version": "v2.0.0",
"repository_url": "https://github.com/amphp/http-server-router",
"versions_count": 8,
"total_downloads": 550402,
"dependents_count": 35,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 17179,
"first_published_at": null,
"latest_published_at": "2023-08-05T19:16:57Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1081
}
]
},
"popularity": {
"forks": 6,
"stars": 39,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2022-12-17",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": {
"days": [
{
"date": "2018-03-12",
"count": 3
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-04-23",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-11",
"count": 2
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-08-22",
"count": 2
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
}
],
"complete": true,
"collected": 39,
"total_stars": 39
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 13541,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 15,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "amphp/amp",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3"
},
{
"name": "amphp/cache",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2"
},
{
"name": "amphp/http",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2"
},
{
"name": "amphp/http-server",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3"
},
{
"name": "amphp/socket",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2"
},
{
"name": "nikic/fast-route",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1"
},
{
"name": "psr/log",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1|^2|^3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "amphp/amp",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/cache",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/http",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/http-server",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/socket",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "nikic/fast-route",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/log",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/log",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/php-cs-fixer-config",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "amphp/phpunit-util",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "colinodell/psr-testlogger",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "league/uri",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psalm/phar",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 7,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 1,
"closed_ratio": 0.9,
"closed_issues": 9,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "trowski",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/1628287?v=4"
},
{
"type": "User",
"login": "kelunik",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/2743004?v=4"
},
{
"type": "User",
"login": "bosunski",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15146515?v=4"
},
{
"type": "User",
"login": "thgs",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8940963?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.508
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c0434ad6b1a0899f1fba5371e991974e77df1140",
"ran_at": "2026-07-21T19:59:52Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/amphp/http-server-router",
"host": "github.com",
"name": "http-server-router",
"owner": "amphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 41,
"vitality": 18,
"community": 56,
"governance": 57,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 674,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 674 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 674
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 1081,
"mean_days_between_releases": 279.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1081 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1081
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~279.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 279.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "queues_not_read",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 968,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 6,
"stars": 39,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "39 stars",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 39
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"packages": [
"amphp/http-server-router"
],
"dependents": 35,
"ecosystems": "packagist",
"total_downloads": 550402,
"monthly_downloads": 17179
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "17,179 downloads/month across packagist",
"points": 56.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 17179,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "35 packages depend on it",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 35
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.508
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 51% of commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 2,
"open_issues": 1,
"closed_issues": 9,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/5 decided PRs merged",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"followers": 358,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "amphp",
"public_repos": 69,
"account_age_days": 4320
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "358 followers of amphp",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 358,
"login": "amphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "69 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 69
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"amphp/http-server-router"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 1081
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1081 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1081
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"router",
"http",
"amphp",
"fast-route",
"php"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.031,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "2 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 2,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 65",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 65
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 13541,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T20:00:00.518176Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/amphp/http-server-router.svg",
"full_name": "amphp/http-server-router",
"license_state": "standard",
"license_spdx": "MIT"
}