Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 50,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 820
},
"pushed_at": "2023-09-22T11:17:21Z",
"created_at": "2018-01-22T17:06:37Z",
"owner_type": "Organization",
"updated_at": "2026-06-30T15:14:31Z",
"description": "Interface for PSR-15 server middleware",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.php-fig.org",
"name": "PHP-FIG",
"type": "Organization",
"login": "php-fig",
"company": null,
"location": null,
"followers": 783,
"avatar_url": "https://avatars.githubusercontent.com/u/468401?v=4",
"created_at": "2010-11-05T04:42:54Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 5738
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2023-04-11T06:15:39Z"
}
],
"recent_commits": [
{
"oid": "459eeb7efeae55b4102a951c4ecc93a11ce58d0f",
"body": "Enhancement: Add link to source to `composer.json`",
"is_bot": false,
"headline": "Merge pull request #10 from localheinz/feature/source",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-09-22T11:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b594d434e4d97c53fdc8f03c22d52efc8e517df",
"body": null,
"is_bot": false,
"headline": "Enhancement: Add link to source to composer.json",
"author_name": "Andreas Möller",
"author_login": "localheinz",
"committed_at": "2023-09-21T14:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
"body": "Support `psr/http-message` v2",
"is_bot": false,
"headline": "Merge pull request #9 from ghostwriter/feature/http-message-v2",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-04-11T06:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa57e57a7a7a509fa2501306b6ff78c0a12f0e6",
"body": "Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>",
"is_bot": false,
"headline": "Support `psr/http-message` v2",
"author_name": "Nathanael Esayeas",
"author_login": "ghostwriter",
"committed_at": "2023-04-04T12:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adcb26d2fb28018fea3319d0035e46e8d08eb8c8",
"body": "Update url to HTTPS",
"is_bot": false,
"headline": "Merge pull request #8 from J0WI/patch-1",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2020-09-17T16:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94abe06eb1a27c7a8ca4dd254a4370d70599f04b",
"body": null,
"is_bot": false,
"headline": "Update url to HTTPS",
"author_name": "J0WI",
"author_login": "J0WI",
"committed_at": "2020-09-17T16:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780c6808074df604f30fc72bb6aaa889f1ff10e9",
"body": "docs: Standardize the README",
"is_bot": false,
"headline": "Merge pull request #4 from gnumoksha/patch-1",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2019-05-23T18:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a794fd216a094321c0fb5ba3f73b62b7c11708",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Tobias Sette",
"author_login": "gnumoksha",
"committed_at": "2019-05-23T16:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ab2a6bab712765ea9bb37f9cb0d7b626c1be71",
"body": null,
"is_bot": false,
"headline": "chore: revert README title",
"author_name": "Tobias Sette",
"author_login": "gnumoksha",
"committed_at": "2019-05-23T16:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc5d702ac27a516ec168f8fc19dbeeacf02156e",
"body": "What:\r\nStandardizes the README file providing a common language and an implementation link.\r\n\r\nWhy:\r\nThere are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.",
"is_bot": false,
"headline": "docs: Standardize the README",
"author_name": "Tobias Sette",
"author_login": "gnumoksha",
"committed_at": "2019-05-21T05:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"body": "Update docblocks with official documentation",
"is_bot": false,
"headline": "Merge pull request #3 from shadowhand/fix/phpdoc-summary",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2018-10-30T17:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aad1c57354a158e3582560cf304bcae216d874b",
"body": null,
"is_bot": false,
"headline": "Update docblocks with official documentation",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2018-10-26T16:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01237126449cadfb66b60a5a818de9e9dde6bf3",
"body": "Fixed PSR-15 link",
"is_bot": false,
"headline": "Merge pull request #1 from oscarotero/patch-1",
"author_name": "Michael Cullum",
"author_login": "michaelcullum",
"committed_at": "2018-01-22T22:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b5484f9da56a68c4be7770951d658b390fc211",
"body": null,
"is_bot": false,
"headline": "Fixed PSR-15 link",
"author_name": "Oscar Otero",
"author_login": "oscarotero",
"committed_at": "2018-01-22T22:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
"body": null,
"is_bot": false,
"headline": "Prepare for adoption of PSR-15",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2018-01-22T17:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e605a7f47a002e857a3b9bb992010e2f859e4560",
"body": "Add replace to composer configuration",
"is_bot": false,
"headline": "Merge pull request #1 from http-interop/replace-composer",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-11-09T21:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec95aab47631395361a398e69bcf333fba96d99",
"body": "Refs http-interop/http-server-handler#4",
"is_bot": false,
"headline": "Add replace to composer configuration",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-11-09T18:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23278152afcedba38779614cc8eec898731c5734",
"body": null,
"is_bot": false,
"headline": "Prepare for split between handler and middleware",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-11-09T18:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49e1f9f6c584e704317b563302e566b8ce11858",
"body": "Update interfaces to the latest version of PSR-15",
"is_bot": false,
"headline": "Merge pull request #71 from mnapoli/update-from-psr",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-09-18T15:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393734d4cea0a962307f3c8de93306b7bac9d2d4",
"body": "Propagate changes from https://github.com/php-fig/fig-standards/pull/926 to this repository.",
"is_bot": false,
"headline": "Update interfaces to the latest version of PSR-15",
"author_name": "Matthieu Napoli",
"author_login": "mnapoli",
"committed_at": "2017-08-07T14:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee0614e185f19b27029ef1cf5b5d07ca207119d",
"body": "Fix composer keywords",
"is_bot": false,
"headline": "Merge pull request #67 from schnittstabil/fix-keywords",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-07-24T13:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e240656b97faecb72cbf2e5f2edc12fe3452c61",
"body": "Replace readme with a link to PSR-15",
"is_bot": false,
"headline": "Merge pull request #69 from http-interop/fix/replace-readme",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-07-24T13:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3ad17ecdc98e2dbb059c3ed89d3f58327cbd30",
"body": "Trying to maintain the proposal in two different places is cumbersome.",
"is_bot": false,
"headline": "Replace readme with a link to PSR-15",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-03-23T22:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385145b0570125efa60e7ba667e7dc0b2b43ac56",
"body": null,
"is_bot": false,
"headline": "Fix composer keywords",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2017-02-08T11:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a801fe60e70d5d608b61d56b2dcde29516c81b9",
"body": "Fix middleware interface name (remove `Server` prefix)",
"is_bot": false,
"headline": "Merge pull request #52 from schnittstabil/fix-remove-server-prefix",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-01-14T15:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ceaa1c66bcfe016be9dcbbe77bc1e406c85d16c",
"body": "…s-compatibility-argument\n\nRemove misplaced/superfluous compatibility argument.",
"is_bot": false,
"headline": "Merge pull request #58 from schnittstabil/remove-misplaced-superfluou…",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2017-01-14T15:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4415bfbf63101f4121812e631fb74195e47d315d",
"body": "Obviously, this sentence is off-topic, it is neither about delegates nor\ncallable. It may support the _Why doesn't middleware use `__invoke`?_ reasons,\nbut if we rewrite and move it there, it would be superfluous: that section\nalready contains the compatibility argument:\n\n> #### Why doesn't middlewa\n[…]\n`__invoke`?\n> Doing so would conflict with existing middleware that implements the\n> double-pass approach and may want to implement the middleware interface.\n\nTherefore, I suggest to simply remove it.",
"is_bot": false,
"headline": "Remove misplaced/superfluous compatibility argument.",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2017-01-11T20:26:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "382bda0fb6eddb6b2183887c6e281a99a5963157",
"body": null,
"is_bot": false,
"headline": "Fix middleware interface name (remove `Server` prefix)",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2017-01-09T07:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff4fb65317875b2bccbb6b7b22eec18b5a96f04",
"body": "Change namespace",
"is_bot": false,
"headline": "Merge pull request #51 from atanvarno69/master",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-12-16T18:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e98888805819f46e15e8f6e53bd800fb7bcb3c",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "atanvarno",
"author_login": "atanvarno69",
"committed_at": "2016-12-15T13:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fed9d9f90a3df890380084580443431547b65e7",
"body": null,
"is_bot": false,
"headline": "Update DelegateInterface.php",
"author_name": "atanvarno",
"author_login": "atanvarno69",
"committed_at": "2016-12-15T12:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7b35ddab0f376d9bb832232dbe4cfc1417a538",
"body": "…e.php",
"is_bot": false,
"headline": "Update and rename ServerMiddlewareInterface.php to MiddlewareInterfac…",
"author_name": "atanvarno",
"author_login": "atanvarno69",
"committed_at": "2016-12-15T12:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6b26df12f5c8850a34c0713ad758f9a2d3c413",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "atanvarno",
"author_login": "atanvarno69",
"committed_at": "2016-12-15T12:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd47985af5ce4de141534bbc1f42978686351805",
"body": "Remove recusive middleware stack argument",
"is_bot": false,
"headline": "Merge pull request #49 from schnittstabil/fix-recusive-argument",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-12-14T03:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343118fadc058a9636bb452fb91867568c04baa2",
"body": "Remove (declined) Functional Interfaces",
"is_bot": false,
"headline": "Merge pull request #48 from schnittstabil/remove-functional-interfaces",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-12-13T02:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b396baa56578a28dc0211574cf17f9b8e74435e5",
"body": null,
"is_bot": false,
"headline": "Remove recusive middleware stack argument",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2016-12-12T18:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35968800a9891a1286ed03e2602c7e6fdc246de6",
"body": null,
"is_bot": false,
"headline": "Remove (declined) Functional Interfaces",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2016-12-12T17:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63d05ccd82037b77d14652fab661b8cb9e008d1",
"body": "Change DelegateInterface request type hint",
"is_bot": false,
"headline": "Merge pull request #45 from schnittstabil/fix-delegate-interface-types",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-12-05T17:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945b132e55f4cda579cb2aa47bfb802f0a52d0a4",
"body": null,
"is_bot": false,
"headline": "Change DelegateInterface type-hint to ServerRequestInterface",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2016-12-05T16:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da2815938aa6077b58e0cdb1c78f9c9e8da955b4",
"body": "Fix _relevant links_ links",
"is_bot": false,
"headline": "Merge pull request #30 from schnittstabil/fix-readme-typo",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-21T14:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e172e677bcb824d5510578a537efc1f2360d8747",
"body": null,
"is_bot": false,
"headline": "Fix _relevant links_ links",
"author_name": "Michael Mayer",
"author_login": "schnittstabil",
"committed_at": "2016-11-20T11:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c50a4c571b2ac6c8efcdb4371cb06e1c90820c",
"body": "Import PSR meta as README",
"is_bot": false,
"headline": "Merge pull request #26 from http-interop/feature/import-meta-as-readme",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-19T15:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5043d1cf6a8bb2ec852caa07df1923657f35b00b",
"body": null,
"is_bot": false,
"headline": "Mention middleware/delegate process conflict",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-19T15:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0de819988e68f4a4b7e853e4efeacf49035804",
"body": null,
"is_bot": false,
"headline": "Make some minor changes to keep terms consistent",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-19T13:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6349c8b4d67e064faadf1d197027e9df56b49a",
"body": "Update README",
"is_bot": false,
"headline": "Merge pull request #25 from http-interop/fix/import-meta-as-readme",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-19T13:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33ce2d26a915f92c465df8cbfe2a1ee6b6ce355",
"body": "Rework document based on current interfaces. Add more detail regarding\ndesign decisions and clarify intent to focus on server middleware.",
"is_bot": false,
"headline": "Update README",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-19T13:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351d754fbe4ce9193ea0cff4b3456515cb6a1d8a",
"body": "Remove client middleware from scope",
"is_bot": false,
"headline": "Merge pull request #27 from http-interop/fix/remove-client-middleware",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-07T15:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6bd599ea333ff0ec73a20080a1d26b7f0c8cd47",
"body": "As per the discussion [1] on the FIG mailing list, attempting to define\na specification that work for client side middleware is ill advised.\n\nIt will be far better to address client middleware in a separate\nproposal after the async proposal has been completed.\n\n[1]: https://groups.google.com/d/msg/php-fig/vBk0BRgDe2s/GTaT0yKNBgAJ",
"is_bot": false,
"headline": "Remove client middleware from scope",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-06T21:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea26faac06b40ca44477ceeb258ec0aaf764d92",
"body": "Importing the meta document from PSR-15 for review and editing.",
"is_bot": false,
"headline": "Update README with meta doc",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-11-06T17:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff545c87e97bf4d88f0cb7eb3e89f99aaa53d7a9",
"body": "Rename DelegateInterface::next() to process()",
"is_bot": false,
"headline": "Merge pull request #24 from oscarotero/master",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-09-25T13:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760217be4e5d5d1d3dc7720e0320ccdd2f0ead8c",
"body": null,
"is_bot": false,
"headline": "renamed DelegateInterface::next() to DelegateInteface::process()",
"author_name": "oscarotero",
"author_login": "oscarotero",
"committed_at": "2016-09-25T07:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d2fa685f436b582425dfd3b7154a2449f17cc4",
"body": "rename delegate from $next (or $frame) to $delegate",
"is_bot": false,
"headline": "Merge pull request #18 from http-interop/names-and-descriptions",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-09-24T12:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d759a868c6dd4a59491c30bae90620942e9d8272",
"body": "improve description",
"is_bot": false,
"headline": "rename delegate from $next (or $frame) to $delegate",
"author_name": "Rasmus Schultz",
"author_login": "mindplay-dk",
"committed_at": "2016-08-29T20:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3f0cc8e46dd8248b6a2fd5e1bac659c76a9069",
"body": "Autoload config was broken",
"is_bot": false,
"headline": "Merge pull request #17 from http-interop/fix-autoloader",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-28T17:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cf71950ffcba3670f4dd4bbbf5c983693846a93",
"body": "Please merge and tag as `0.1.1` asap.",
"is_bot": false,
"headline": "Autoload config was broken",
"author_name": "Rasmus Schultz",
"author_login": "mindplay-dk",
"committed_at": "2016-08-28T12:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3a8c670cf70360975407033c287cb273a2002c",
"body": "Change root namespace to Interop",
"is_bot": false,
"headline": "Merge pull request #8 from http-interop/interop-root-namespace",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-27T13:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456ce8782b71ca5fab4ec8acbb3ebbfdc983ce9d",
"body": "This package does not (at this time) represent an accepted PSR.",
"is_bot": false,
"headline": "Change root namespace to Interop",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-25T02:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f355b6d3782aaff508d17c176eed52b800dee61",
"body": "…face\n\nRemove empty middleware interface",
"is_bot": false,
"headline": "Merge pull request #12 from http-interop/remove-stack-and-empty-inter…",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-25T02:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45191131b718d4afaa8789a8d5cacba410f7810e",
"body": "Empty middleware interface does nothing only existed as a convenience\nfor stack/dispatch. By removing the stack interface, we no longer need\nthe empty interface.\n\nThis also removes the need to have a \"client\" middleware interface.\nSince all \"client\" middleware can be used in server context, there is\nno need to imply that it is \"client-only\".\n\nRefs #3\nFixes #11",
"is_bot": false,
"headline": "Remove empty middleware interface",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-23T18:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f2edaa553e0f6717109800e26b5e5a1d64183f",
"body": "Fixed wrong references to renamed interface",
"is_bot": false,
"headline": "Merge pull request #9 from DaGhostman/fix-rename-artefacts",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-20T20:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be1e6c4836bda704a9cd1df532eafa20a06ee32",
"body": null,
"is_bot": false,
"headline": "Fixed references of old to",
"author_name": "Dimitar Dimitrov",
"author_login": "DaGhostman",
"committed_at": "2016-08-20T16:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36b6120d53b7e93c252ddf2f655621e9a94ef2c6",
"body": "Rename Frame to Delegate",
"is_bot": false,
"headline": "Merge pull request #4 from http-interop/frame-next",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-20T15:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd80497b36d86108b200763adb7aaca07f500193",
"body": "Rename PA config file",
"is_bot": false,
"headline": "Merge pull request #7 from http-interop/pa-config",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T01:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c979452f338c132725a0199ae87be192be4da3e5",
"body": "Missed the typo. :(",
"is_bot": false,
"headline": "Rename PA config file",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T01:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a52b718fa7a46fa07d80e0dcf923f9e6c848e41b",
"body": "Attempt to resolve confusion as to the purpose of the \"next\" caller.",
"is_bot": false,
"headline": "Rename Frame to Delegate",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T01:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7659c20e941dcb4c8d2de1d48fa634f7d32cffdb",
"body": "Attempt to fix PA config",
"is_bot": false,
"headline": "Merge pull request #6 from http-interop/fix-pa-config",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T01:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d862ff8101415c3dbe74ab69647879abb099e3",
"body": "PullApprove is still not allowing contributors to review.",
"is_bot": false,
"headline": "Attempt to fix PA config",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T01:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "537ebf3a43001abc0d0778ed5957657866f69e44",
"body": "Add interfaces from the current draft of PSR-15",
"is_bot": false,
"headline": "Merge pull request #1 from mnapoli/add-current-interfaces",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T00:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3660aabcb6d786a03e329ea1cb292f79c26ff784",
"body": "Add PullApprove for reviews",
"is_bot": false,
"headline": "Merge pull request #2 from http-interop/add-pullaprove",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T00:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a9bbf5cced53f60409d8a45e227ae815dc81b9",
"body": null,
"is_bot": false,
"headline": "Add PullApprove for reviews",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-18T00:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a7ba536230b70625fcb45ec4677732b9367789",
"body": null,
"is_bot": false,
"headline": "Add interfaces from the current draft of PSR-15",
"author_name": "Matthieu Napoli",
"author_login": "mnapoli",
"committed_at": "2016-08-17T17:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c57cb68d9393173de773eb51c44407babecb0cf2",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Woody Gilk",
"author_login": "shadowhand",
"committed_at": "2016-08-14T14:59:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2023-04-11T06:15:39Z",
"latest_release_tag": "1.0.2",
"releases_from_tags": false,
"days_since_last_push": 1034,
"active_weeks_last_year": 0,
"days_since_latest_release": 1198,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "psr/http-server-middleware",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"response",
"middleware",
"request",
"psr",
"psr-7",
"psr-15",
"http-interop"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/psr/http-server-middleware",
"is_deprecated": false,
"latest_version": "1.0.2",
"repository_url": "https://github.com/php-fig/http-server-middleware",
"versions_count": 3,
"total_downloads": 107312673,
"dependents_count": 1764,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4660768,
"first_published_at": null,
"latest_published_at": "2023-04-11T06:14:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1198
}
]
},
"popularity": {
"forks": 10,
"stars": 185,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2019-09-09",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 820,
"source_files_sampled": 1,
"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,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "psr/http-message",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0 || ^2.0"
},
{
"name": "psr/http-server-handler",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/http-message",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-server-handler",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 2,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "shadowhand",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/38203?v=4"
},
{
"type": "User",
"login": "schnittstabil",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/6059032?v=4"
},
{
"type": "User",
"login": "atanvarno69",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22321380?v=4"
},
{
"type": "User",
"login": "gnumoksha",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/696797?v=4"
},
{
"type": "User",
"login": "Jean85",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6729988?v=4"
},
{
"type": "User",
"login": "mnapoli",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/720328?v=4"
},
{
"type": "User",
"login": "oscarotero",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/377873?v=4"
},
{
"type": "User",
"login": "mindplay-dk",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/103348?v=4"
},
{
"type": "User",
"login": "localheinz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/605483?v=4"
},
{
"type": "User",
"login": "DaGhostman",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2286949?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.625
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 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": 2,
"reason": "Found 6/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "no dependencies found",
"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": 0,
"reason": "security policy file not 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": null,
"reason": "No tokens found",
"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": "459eeb7efeae55b4102a951c4ecc93a11ce58d0f",
"ran_at": "2026-07-22T17:34:16Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2023-09-22T11:17:21Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/php-fig/http-server-middleware",
"host": "github.com",
"name": "http-server-middleware",
"owner": "php-fig"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 31,
"vitality": 18,
"community": 63,
"governance": 65,
"engineering": 21
},
"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": 1034,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1034 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1034
}
}
],
"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": 1,
"latest_release_tag": "1.0.2",
"releases_from_tags": false,
"days_since_latest_release": 1198,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1198 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1198
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1034,
"days_since_last_human_commit": 1034,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1034 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 1034
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 10,
"stars": 185,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "185 stars",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 185
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"psr/http-server-middleware"
],
"dependents": 1764,
"ecosystems": "packagist",
"total_downloads": 107312673,
"monthly_downloads": 4660768
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,660,768 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4660768,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1,764 packages depend on it",
"points": 20,
"status": "met",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1764
}
}
],
"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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.625
},
"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 62% of commits",
"points": 8.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 62
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"followers": 783,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "php-fig",
"public_repos": 28,
"account_age_days": 5738
},
"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": "783 followers of php-fig",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 783,
"login": "php-fig"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~15 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"psr/http-server-middleware"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 1198
},
"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 1198 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1198
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 6 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": [],
"has_wiki": true,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 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 6/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 not detected",
"points": 0,
"status": "missed",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 17
},
"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": 20,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.528,
"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": "38 of 72 human commits state their intent (structured subject or explanatory body)",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 72
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 72",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 72
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 820,
"source_files_sampled": 1,
"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/1 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:34:32.420623Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/php-fig/http-server-middleware.svg",
"full_name": "php-fig/http-server-middleware",
"license_state": "standard",
"license_spdx": "MIT"
}