Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 37197
},
"pushed_at": "2023-11-08T09:32:58Z",
"created_at": "2018-07-28T06:25:03Z",
"owner_type": "User",
"updated_at": "2026-07-14T22:55:04Z",
"description": "Helper classes to use any PSR7 implementation as your main request and response",
"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://tnyholm.se",
"name": "Tobias Nyholm",
"type": "User",
"login": "Nyholm",
"company": "Eneba",
"location": "Stockholm",
"followers": 1336,
"avatar_url": "https://avatars.githubusercontent.com/u/1275206?v=4",
"created_at": "2011-12-20T12:59:42Z",
"is_verified": null,
"public_repos": 716,
"account_age_days": 5328
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2023-11-08T09:32:58Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2021-05-12T11:12:00Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2020-11-27T08:00:43Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-06-06T12:17:52Z"
},
{
"tag": "0.4.2",
"kind": "patch",
"published_at": "2020-06-06T10:36:14Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2019-11-05T20:37:09Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2019-11-04T10:44:39Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2018-09-02T10:42:21Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2018-08-03T08:48:40Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2018-08-01T07:25:15Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2018-07-30T04:20:54Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2018-07-28T18:16:26Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2018-07-28T08:03:35Z"
}
],
"recent_commits": [
{
"oid": "4335801d851f554ca43fa6e7d2602141538854dc",
"body": null,
"is_bot": false,
"headline": "Allow psr/http-message 2 (#56)",
"author_name": "Alexander M. Turek",
"author_login": "derrabus",
"committed_at": "2023-11-08T09:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b846a689844cef114e8079d8c80f0afd96745ae3",
"body": null,
"is_bot": false,
"headline": "Release 1.0.2 (#45)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2021-05-12T11:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c24343720a01ef09f52021b982ea9875c129fd8",
"body": "* Add a test for numeric header\r\n\r\n* Check header name is not an integer",
"is_bot": false,
"headline": "Add support for numeric headers to fromGlobals (#44)",
"author_name": "Takamichi Urata",
"author_login": "takamichi",
"committed_at": "2021-05-10T20:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33aa7c9e6c3ff7dfae08375df47f3f0e748e4ed5",
"body": "* createStreamFromFile on files without upload error\r\n\r\n* Update ServerRequestCreator.php\r\n\r\n* Update ServerRequestCreator.php\r\n\r\n* code formatting\r\n\r\n* Check if upload is okey\r\n\r\nCo-authored-by: Nyholm <tobias.nyholm@gmail.com>",
"is_bot": false,
"headline": "createStreamFromFile on files without upload error (#43)",
"author_name": "kint@",
"author_login": "frkinta",
"committed_at": "2021-05-10T20:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7542bd761f79b4e51121f8c79566a4c358d77a9b",
"body": "In January 2020 Zend has moved on to become the Laminas project.\r\nWith this change the old zend packages have become archived and should be changed for the newer Laminas releases.\r\n(See https://framework.zend.com/blog/2019-04-17-announcing-laminas.html for further reference)",
"is_bot": false,
"headline": "Rename Zend packages / namespaces to Laminas (#41)",
"author_name": "Marvin Lukaschek",
"author_login": "Groruk",
"committed_at": "2021-03-09T20:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c134aeb5dd6521c7978798663470dabf0528c96",
"body": "* Allow installing on PHP 8\r\n\r\n* Fix tests for PHP 8 and latest PHPUnit\r\n\r\nThe mentioned BC issue doesn't seem to exist anymore, and the 'void'\r\nreturn type declaration is mandatory for latest PHPUnit. Tested all the\r\nway down to PHP 7.1 and PHPUnit 7.5.\r\n\r\n* Add PHP 8 to test matrix & fix styleci config\r\n\r\n* Add new PHPUnit cache file to gitignore",
"is_bot": false,
"headline": "Add PHP 8 support (#40)",
"author_name": "Eduardo Dobay",
"author_login": "edudobay",
"committed_at": "2020-11-15T15:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862529918766fb3825116d39e96feabf1e4bee4e",
"body": "* Prepare for 1.0\r\n\r\n* minor\r\n\r\n* Make argument nullable",
"is_bot": false,
"headline": "Prepare for 1.0 (#39)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2020-06-06T12:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db66c848394d7f62b9fa429b4ba33e19a793a74",
"body": "* Do not imply having parsed the request body\r\n\r\nStrictly follow the PSR-7 guidance where $_POST is used for a request’s\r\nparsed body only for very specific requests. All other requests should\r\nresult in a null value and leave other parsing up to application logic.\r\n\r\n* Address assumptions made about MIME types\r\n\r\n* Add tests for filling parsedBody\r\n\r\n* Fix StyleCI response",
"is_bot": false,
"headline": "Do not imply having parsed the request body (#27)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2020-06-06T11:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab2962c970a1776447894e4fd3825a3d69dee61",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.4.2 (#38)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2020-06-06T10:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9fca4254441ea49ece70cc44643c63537d078a8",
"body": "* CS fixes to make travis green\r\n\r\n* Added funding",
"is_bot": false,
"headline": "CS fixes to make travis green (#37)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2020-06-06T08:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60dcbc29418efde13e7eb86f71ebff1256b6638e",
"body": "* Added support for numeric headers\r\n\r\n* PHPdoc\r\nrequire ^1.3 of psr7 for tests to pass",
"is_bot": false,
"headline": "Added support for numeric headers (#36)",
"author_name": "Nicolai Cornelis",
"author_login": "nickdnk",
"committed_at": "2020-06-06T08:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a526e9170e6e33a13efc2b61703ca476b7ea68",
"body": "* Update SCHEME detection.\r\n\r\n* Update tests accordingly.\r\n\r\n* Add more tests for the new HTTPS related keys.\r\n\r\n* add support for `X-Forwarded-Proto` header\r\n\r\n* Revert \"Add more tests for the new HTTPS related keys.\"\r\n\r\nThis reverts commit 9e37276d7eebb67f074b1f63bd109f2c5eaaa49e.\r\n\r\n* revert test change\r\n\r\n* Added change log",
"is_bot": false,
"headline": "Issue #29: Update URI Scheme detection (#32)",
"author_name": "Pol Dellaiera",
"author_login": "drupol",
"committed_at": "2019-11-05T20:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1fa9e8685024a45c7b84844c14a48e49044b0a8",
"body": null,
"is_bot": false,
"headline": "Prepare 0.4.0 (#31)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2019-11-04T10:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d037683112c0915b87739f052b651e4d6edeb8b",
"body": "The `Host` header, according to [RFC2616 section 14.23](https://tools.ietf.org/html/rfc2616#section-14.23), may contain a port-number.\r\n\r\nThe current implementation doesn't handle this, and effectively ends up producing an `UriInterface` instance that returns a host-name string with the port-number \n[…]\no also return the port-number, just the host-name.\r\n\r\nThis PR includes a regression-test (which did fail) and a fix, as well as regression tests for IPv6 host/port + some additional tests for IP names",
"is_bot": false,
"headline": "Add missing support for Host-header with port-number (#26)",
"author_name": "Rasmus Schultz",
"author_login": "mindplay-dk",
"committed_at": "2019-02-03T16:56:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58d2e23542a3b3b7fb84aa1488fd32d698b2e5cc",
"body": "* Added BC test\r\n\r\n* minir",
"is_bot": false,
"headline": "Added BC test (#24)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2019-02-03T16:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b71a848fcb066fb805b7a9ab3f41ff65bffcde8",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.3.0 (#23)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-09-02T10:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2adef410d983fa8cab9284541ded825e7085104e",
"body": "It is possible for StreamFactoryInterface::createStreamFromFile to fail\r\nand throw a RuntimeException. One such case may occur when the file\r\nupload has failed and the tmp_name is empty.\r\n\r\nServerRequestCreator should not exit on such an error, and should be\r\nable to create a list of UploadedFile instances included those with\r\nerrors. When StreamFactoryInterface::createStreamFromFile fails, use an\r\nempty Stream instead.",
"is_bot": false,
"headline": "Fallback to an empty Stream in UploadedFile (#21)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2018-09-02T09:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5828a7325caccc3320f6838448c2532afed3850",
"body": null,
"is_bot": false,
"headline": "Add MIT license (#19)",
"author_name": "Jonas Karlsson",
"author_login": "Mohjive",
"committed_at": "2018-09-02T09:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58111c55ff168f830a6d4c7d674ed3630fc1a7cb",
"body": null,
"is_bot": false,
"headline": "Mark as final (#17)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2018-08-05T10:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f72c4a57acf774d0049e46091929803976283b",
"body": null,
"is_bot": false,
"headline": "Code style fixes (#12)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-02T20:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d2d4709cb760d43e477c87be3bca3c38064ac2",
"body": "* Add default request body to fromGlobals\r\n\r\n* Fallback to null if fopen returns false",
"is_bot": false,
"headline": "Add default request body to fromGlobals (#16)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2018-08-02T19:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a002a9f90ee3f87b1769e5f0cb5a1c03e127e43",
"body": null,
"is_bot": false,
"headline": "Added proper author tags (#9)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-02T18:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4deea0815b8a77023af763d1bb6a6d92a86c31f",
"body": "getallheaders() is generally only available on Apache servers. The\r\ninterface already contains a suitable fallback method. It makes sense\r\nto have fromGlobals() automatically fallback to it.",
"is_bot": false,
"headline": "Use getHeadersFromServer as fallback (#14)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2018-08-02T18:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040e7858599b6984aa5dd806951d448825a2003e",
"body": null,
"is_bot": false,
"headline": "Mark getHeadersFromServer as static (#13)",
"author_name": "Martijn van der Ven",
"author_login": "Zegnat",
"committed_at": "2018-08-02T16:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9904dbcc478339addec05f73950bcc2b9a7ed80",
"body": "* Adapt to latest changes of nyholm/psr7\r\n\r\n* Do not use dev",
"is_bot": false,
"headline": "Adapt to latest changes of nyholm/psr7 (#10)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-02T14:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "457d4afcece317ec4a80098606e421dc008da545",
"body": null,
"is_bot": false,
"headline": "Added changelog for 0.2.0 (#8)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-01T07:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a225a5c735a9357e3a4a81ca8359c045ded08333",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-01T07:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fedb39073592753e1c419a81192316bcf31e95c",
"body": null,
"is_bot": false,
"headline": "Use branch alias to nyholm/psr7 (#7)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-01T07:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07742f75c2db37707247a4b40e4c1e20bb2ff7be",
"body": "* Prepare for stable PSR\r\n\r\n* Better use statements",
"is_bot": false,
"headline": "Prepare for stable PSR (#6)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-31T18:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e7240106914f08ac395aea348bec81538b1e6f",
"body": "* Create an interface\r\n\r\n* cs\r\n\r\n* Added getHeadersFromServer\r\n\r\n* cs\r\n\r\n* Added tests\r\n\r\n* cs\r\n\r\n* Added changelog\r\n\r\n* Allow to set body\r\n\r\n* cs",
"is_bot": false,
"headline": "Create an interface (#5)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-30T04:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd031e312e2a0b103a2d758e833b3447039575d",
"body": "* Use ServerRequestCreator class\r\n\r\n* Updated tests\r\n\r\n* Added comment\r\n\r\n* cs",
"is_bot": false,
"headline": "Use ServerRequestCreator class (#4)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T17:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ed0cfc597833652a3a8311d253a2edb08cf52c",
"body": "* Removed useless \"continue\"\r\n\r\n* Apply fixes from StyleCI",
"is_bot": false,
"headline": "Removed useless \"continue\" (#2)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T08:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267aaced42cbbf59170b7c9de7c3c2e87e7faff0",
"body": null,
"is_bot": false,
"headline": "Added links",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T08:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b81a11720861ccf6a2af0057f9da37d145f2634",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T08:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fd2e1ca607d5395d55762607975faa33636074",
"body": null,
"is_bot": false,
"headline": "Added more tests from nyholm/psr7",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T08:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65bd532847db80068df1ea62bd16f14516b02dc9",
"body": null,
"is_bot": false,
"headline": "Minor fix",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2807a407312318fc443cc554ee04e9faa15b3e1a",
"body": null,
"is_bot": false,
"headline": "Fixed tests",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3f66ac9a47b15e0724fd1f749ca39d1253c107",
"body": null,
"is_bot": false,
"headline": "Updated readme",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0a83068a6c7bf41a2509cd8f44b44d094c05b0",
"body": "Apply fixes from StyleCI",
"is_bot": false,
"headline": "Merge pull request #1 from Nyholm/analysis-zOVr6P",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7bde6f53dab4ca24bf2990f2cd4847c3ee28d6",
"body": null,
"is_bot": false,
"headline": "Apply fixes from StyleCI",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e16b560455a949436194242788f4ecf2a4b7fa0",
"body": null,
"is_bot": false,
"headline": "Added some tests",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d528b9b68864cfc3b4df9dc5559a3df5d30a810b",
"body": null,
"is_bot": false,
"headline": "Init commit",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-28T07:16:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 0,
"latest_release_at": "2023-11-08T09:32:58Z",
"latest_release_tag": "1.1.0",
"releases_from_tags": false,
"days_since_last_push": 987,
"active_weeks_last_year": 0,
"days_since_latest_release": 987,
"mean_days_between_releases": 213.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "nyholm/psr7-server",
"exists": true,
"license": "MIT",
"keywords": [
"psr-7",
"psr-17"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/nyholm/psr7-server",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/Nyholm/psr7-server",
"versions_count": 13,
"total_downloads": 29151402,
"dependents_count": 339,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2323721,
"first_published_at": null,
"latest_published_at": "2023-11-08T09:30:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 987
}
]
},
"popularity": {
"forks": 26,
"stars": 96,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-09-02",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 26,
"total_forks": 26
},
"star_history": null,
"open_issues_and_prs": 20
},
"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": 24179,
"source_files_sampled": 3,
"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": 6,
"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-factory",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/http-factory",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "nyholm/nsa",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "nyholm/psr7",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 33,
"open_issues": 14,
"closed_ratio": 0.417,
"closed_issues": 10,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Nyholm",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1275206?v=4"
},
{
"type": "User",
"login": "Zegnat",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/490579?v=4"
},
{
"type": "User",
"login": "derrabus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1506493?v=4"
},
{
"type": "User",
"login": "edudobay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4432091?v=4"
},
{
"type": "User",
"login": "Mohjive",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4301873?v=4"
},
{
"type": "User",
"login": "Groruk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5796460?v=4"
},
{
"type": "User",
"login": "nickdnk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8411314?v=4"
},
{
"type": "User",
"login": "drupol",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/252042?v=4"
},
{
"type": "User",
"login": "mindplay-dk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/103348?v=4"
},
{
"type": "User",
"login": "takamichi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1865622?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.643
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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 29 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": 6,
"reason": "Found 19/30 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 27 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": "4335801d851f554ca43fa6e7d2602141538854dc",
"ran_at": "2026-07-22T18:04:51Z",
"aggregate_score": 3.5,
"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": "2026-04-19T06:58:52Z",
"oldest_open_prs": [
{
"number": 49,
"created_at": "2021-08-04T08:34:27Z",
"last_comment_at": "2026-06-22T13:35:09Z",
"last_comment_author": "gggeek"
},
{
"number": 50,
"created_at": "2021-12-23T22:59:42Z",
"last_comment_at": "2026-06-20T15:21:06Z",
"last_comment_author": "gggeek"
},
{
"number": 51,
"created_at": "2022-02-02T22:59:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2022-08-25T12:01:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2025-03-02T02:51:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2025-05-22T08:28:54Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2023-11-08T09:30:43Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2018-11-01T10:34:16Z",
"last_comment_at": "2018-12-06T13:31:19Z",
"last_comment_author": "mindplay-dk"
},
{
"number": 29,
"created_at": "2019-05-29T06:35:07Z",
"last_comment_at": "2019-11-07T15:43:32Z",
"last_comment_author": "drupol"
},
{
"number": 47,
"created_at": "2021-06-23T12:57:23Z",
"last_comment_at": "2021-08-04T11:31:55Z",
"last_comment_author": "barnabywalters"
},
{
"number": 48,
"created_at": "2021-08-04T08:11:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2022-03-01T04:23:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2023-01-02T17:12:46Z",
"last_comment_at": "2026-06-28T09:27:30Z",
"last_comment_author": "gggeek"
},
{
"number": 58,
"created_at": "2023-10-05T12:26:04Z",
"last_comment_at": "2023-12-06T13:51:55Z",
"last_comment_author": "mindplay-dk"
},
{
"number": 59,
"created_at": "2024-12-31T11:24:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-06-19T20:19:59Z",
"last_comment_at": "2026-06-24T12:40:14Z",
"last_comment_author": "gggeek"
},
{
"number": 63,
"created_at": "2026-06-20T12:14:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2026-06-20T15:25:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-06-24T12:34:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2026-06-28T11:31:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2026-06-29T22:15:54Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Nyholm/psr7-server",
"host": "github.com",
"name": "psr7-server",
"owner": "Nyholm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 35,
"vitality": 18,
"community": 61,
"governance": 60,
"engineering": 34,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 42,
"overall_after_abandonment_multiplier": 25
},
"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": 987,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 987 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 987
}
}
],
"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": 13,
"latest_release_tag": "1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 987,
"mean_days_between_releases": 213.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 987 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 987
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~213.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 213.9
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 5,
"days_since_last_merged_pr": 987,
"days_since_last_human_commit": 987,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 987 days; 5 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained, CI broken",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 987,
"count": 5,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 26,
"stars": 96,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "96 stars",
"points": 32.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 96
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "26 forks",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 26
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"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": 97,
"inputs": {
"packages": [
"nyholm/psr7-server"
],
"dependents": 339,
"ecosystems": "packagist",
"total_downloads": 29151402,
"monthly_downloads": 2323721
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,323,721 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2323721,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "339 packages depend on it",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 339
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.643
},
"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 64% of commits",
"points": 8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 33,
"open_issues": 14,
"closed_issues": 10,
"issue_closed_ratio": 0.417,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "42% of issues closed",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 42
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "33/36 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/30 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"followers": 1336,
"owner_type": "User",
"is_verified": null,
"owner_login": "Nyholm",
"public_repos": 716,
"account_age_days": 5328
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,336 followers of Nyholm",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1336,
"login": "Nyholm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "716 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 716
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"nyholm/psr7-server"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 987
},
"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 987 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 987
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"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": 24,
"status": "met",
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 35,
"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": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.5
},
"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 29 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 19/30 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 27 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": 18
},
"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": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.762,
"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": "32 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 42
}
}
],
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"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": 22,
"status": "met",
"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 42",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 42
}
}
],
"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": 24179,
"source_files_sampled": 3,
"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/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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-22T18:05:10.718456Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/Nyholm/psr7-server.svg",
"full_name": "Nyholm/psr7-server",
"license_state": "standard",
"license_spdx": "MIT"
}