Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"http",
"range",
"requests",
"php",
"psr-7"
],
"is_fork": false,
"size_kb": 127,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 43164
},
"pushed_at": "2025-08-25T14:34:30Z",
"created_at": "2017-11-21T22:12:39Z",
"owner_type": "User",
"updated_at": "2026-07-19T23:45:30Z",
"description": "⛳️ A PHP library for parsing and handling HTTP range requests.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://ben.ramsey.dev",
"name": "Ben Ramsey",
"type": "User",
"login": "ramsey",
"company": null,
"location": "Nashville, TN",
"followers": 1706,
"avatar_url": "https://avatars.githubusercontent.com/u/42941?v=4",
"created_at": "2008-12-28T03:48:12Z",
"is_verified": null,
"public_repos": 94,
"account_age_days": 6418
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2025-03-02T05:17:03Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2025-03-01T21:43:47Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-03-01T21:27:33Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2021-08-08T19:37:11Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2018-12-31T21:21:49Z"
},
{
"tag": "0.1.0-alpha",
"kind": "prerelease",
"published_at": "2018-05-29T18:07:39Z"
}
],
"recent_commits": [
{
"oid": "1d02a6770247175a4a02327c6f413a099d1c0dc2",
"body": null,
"is_bot": false,
"headline": "chore: prepare for version 2.0.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-02T05:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece5c086d2390e23d9ffecead5756263cb9564a1",
"body": null,
"is_bot": false,
"headline": "chore(deps): update ramsey/collection from ^2.0 to ^2.1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-02T05:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c01b7ec0cb82cd977cdd0241dc19d358af754bf0",
"body": null,
"is_bot": false,
"headline": "chore: set 2.x-dev as an alias for the main branch",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T23:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b63fdce8b87df7b257862ba64724072758c34781",
"body": "Type declarations have been added to all properties, parameters, and\nreturns. All `$totalSize` parameters have been narrowed from mixed to\n`float | int | string`.",
"is_bot": false,
"headline": "feat!: modernize code and type all the things",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T23:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ceba89ac5c980355dffd99de015c4e7ac6bb47",
"body": null,
"is_bot": false,
"headline": "chore: update coding standards for PHP >=8.2",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T22:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab5709d76542e8712b2af19c9557f0748c81084",
"body": null,
"is_bot": false,
"headline": "chore: update minimum PHP version to 8.2",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T21:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d773d9ca0b30a4715cbdcd5faaae664cae64f8da",
"body": null,
"is_bot": false,
"headline": "fix: handle spaces within ranges",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T21:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abae41c7fd9e49dbfdeba6a2fa109a0f474848b4",
"body": null,
"is_bot": false,
"headline": "chore: prepare for version 1.2.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T21:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d943bc72f6acd27a6ba270a06ae5e08fd2e269",
"body": "PR adds `psr/http-message` version 2 as an acceptable dependency.",
"is_bot": false,
"headline": "Support psr/http-message v2 (#9)",
"author_name": "Alin Eugen Deac",
"author_login": "aedart",
"committed_at": "2025-03-01T21:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b835615ae5480a21a77877ba9984e97c1f5377e",
"body": null,
"is_bot": false,
"headline": "ci: allow dependabot to update GH actions",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T21:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "414f694795ce3861d24c7156b2a632067615e18b",
"body": null,
"is_bot": false,
"headline": "chore: remove FUNDING file",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T21:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1c6f7204bb0241964734c04453d10cffa4a3d1",
"body": "[skip ci]",
"is_bot": false,
"headline": "chore: remove type coverage badge",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T20:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062a2094df3eaafaa6bd4a78a87a413b5710e3c7",
"body": null,
"is_bot": false,
"headline": "test: use annotations for data providers in newer PHPUnit versions",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T20:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6179232c02b865ceed2925f7f1d958bbbae3c731",
"body": null,
"is_bot": false,
"headline": "chore: prepare for running tests across multiple PHP versions",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T20:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b29f6b055b0f15a9f1883863fb6cd6c9be959b",
"body": null,
"is_bot": false,
"headline": "ci: update workflow",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T20:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b5dffa43b87f290f3e3c4bf9b13449307796f65",
"body": null,
"is_bot": false,
"headline": "ci: add a workflow to auto-update dependencies",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T19:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560b23e061880d3c01a6f5aeb940e7688d687ef8",
"body": null,
"is_bot": false,
"headline": "chore: drop use of ramsey/devtools",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T19:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3241e353e2216fbedd21b5e9888d02bf1f2aa097",
"body": null,
"is_bot": false,
"headline": "chore: fix badge image URL for build status",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-02-28T19:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e516e7d038e3ad56e297a1033c760a281e60e64e",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.1.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T19:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1699221b2b83bd87b0afbb9544e2e6734b773f30",
"body": null,
"is_bot": false,
"headline": "style: suppress errors about missing native \"mixed\" type hint",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T19:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741fe6871533064cf76e3be0182f989f8017aeb8",
"body": null,
"is_bot": false,
"headline": "ci: run unit tests on PHP 8.1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T19:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f02cd2abe581bb708d35211f6f3e21e157b26dc4",
"body": null,
"is_bot": false,
"headline": "chore: clean up for coding standards and static analysis",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T19:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e2abb8b78e86b6833de4150d8928162242ea05",
"body": null,
"is_bot": false,
"headline": "chore: use ramsey/devtools and update to PHP 7.4",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T15:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75fc18e3775ef741be16d09abf86de6e29a50d1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'orkhanahmadov-master'",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T15:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111265d2db081362d3e692c91455434cd899470c",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T15:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de98f0d339b77ebbb47d8af31b2086ec319a124d",
"body": "…into orkhanahmadov-master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/orkhanahmadov/http-range …",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T15:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5254b85536c4a91b15d2a3df0db8d3f3d041ef29",
"body": null,
"is_bot": false,
"headline": "chore: bring package up-to-date with current package standards",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-08T15:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee521be8bd6898376da68846d5ea4929fc0c65ea",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Orkhan Ahmadov",
"author_login": null,
"committed_at": "2021-04-14T15:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2c430416d803695c9cb4a09fab012c03bf0ab87",
"body": null,
"is_bot": false,
"headline": "PHP8 support",
"author_name": "Orkhan Ahmadov",
"author_login": "orkhanahmadov",
"committed_at": "2021-04-14T09:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad4f63d276ad7b7680f0fb249dd0b4c8e2b122c",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2019-11-10T00:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd56d9764d8dac4e1596e76eb87e225547d56566",
"body": null,
"is_bot": false,
"headline": "Add CodeTriage statement",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2019-01-07T02:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4239e07bbf43f9693f31b4f273b2aff991a3c80",
"body": null,
"is_bot": false,
"headline": "Update the changelog for version 1.0.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-31T21:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4abd05f1819ee2c3994f505383c4b0a2b4aeb112",
"body": null,
"is_bot": false,
"headline": "Polish docblock documentation",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-31T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5659a6c1d987cb06793245aae620132400763972",
"body": null,
"is_bot": false,
"headline": "Fix links in README",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-31T19:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6b3498a723fb080d49b5e19e68bf9c234f2226",
"body": null,
"is_bot": false,
"headline": "Update library for PHP 7.2 and implement strict types",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-31T19:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318c61e2058d67adbb7279d3b269979ab7c389c2",
"body": null,
"is_bot": false,
"headline": "Update tooling and documentation in preparation for 1.0.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-31T18:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8da3ca7e150c6186d42e937a28d3fbbfa36a395",
"body": "Add php 7.3 to travis build",
"is_bot": false,
"headline": "Merge pull request #4 from staabm/patch-1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-12-05T16:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4dafd127dd115769c9f3788c7eed5e9f9791341",
"body": null,
"is_bot": false,
"headline": "Add php 7.3 to travis build",
"author_name": "Markus Staab",
"author_login": "staabm",
"committed_at": "2018-12-05T11:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1d2319224544736897926abb0e1c1b1c16d14d",
"body": "Fix docblock issues",
"is_bot": false,
"headline": "Merge pull request #2 from Cloudstek/cloudstek/doc",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-05-08T14:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576b68654ea771b3a146597b42f1a7b66293edf2",
"body": null,
"is_bot": false,
"headline": "Fix whitespace issues and add phpcs.xml",
"author_name": "Maarten de Boer",
"author_login": null,
"committed_at": "2018-04-26T20:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02fbebded6d722e87f7bb55082e0b77e798001c",
"body": "Issues with missing use statements prevented code completion from working.",
"is_bot": false,
"headline": "Fix docblock issues",
"author_name": "Maarten de Boer",
"author_login": null,
"committed_at": "2018-04-26T15:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d103952a369fe54346ba5711cdd4c59e2190f9",
"body": null,
"is_bot": false,
"headline": "Allow single item ranges (i.e. \"1-25,30,45,50-60,71\")",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2018-01-05T22:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24bd3ad0b310186aa911b35aa4c75c05b7d26f89",
"body": null,
"is_bot": false,
"headline": "Update example in README file",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-12-04T17:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61186ccde8c07bdf70c6969222f1d7483816b7fd",
"body": null,
"is_bot": false,
"headline": "Add composer \"coverage-html\" script helper",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-12-04T17:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31547f0cd8f7c780f9cbe0d9a8192a70cd4a983",
"body": null,
"is_bot": false,
"headline": "Add getLength() method to return the length of the range",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-12-04T17:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c20e7b6b0d493082de68bf9bd72df983336bb27",
"body": null,
"is_bot": false,
"headline": "Change \"size\" to \"totalSize\" for clarity",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-12-04T17:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4536bfd84348949691c4bee96321fe27c5df3d",
"body": null,
"is_bot": false,
"headline": "Include range string and size in NotSatisfiableException",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-12-01T08:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf77ef72cf90c1fe9279eb07d9584f4eeeca06c",
"body": null,
"is_bot": false,
"headline": "Fix PSR-7 link in README",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-11-28T01:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39a1ad541e0e43d85a1a09c84c544ca78b92bd6",
"body": "Originally, I had been thinking that one might pass in their response\nobject and this class could make changes to it, such as adding headers,\netc. Since objects implementing ResponseInterface should be immutable,\nI'll need to reconsider how this library can help set the appropriate\nheaders, based on the request and response.",
"is_bot": false,
"headline": "Remove the response parameter, since ResponseInterface is immutable",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-11-28T01:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "097bcab3dc78f9c9b8530139db833a97c946b62c",
"body": null,
"is_bot": false,
"headline": "Add example to the README",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-11-21T22:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a662e69018342c4c2380baa2f798c4d33647fbb",
"body": null,
"is_bot": false,
"headline": "Introduce initial implementation that parses range strings",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-11-21T22:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027fbdccde81a686a6e4b0857b19e2aff4753ec3",
"body": null,
"is_bot": false,
"headline": "Add initial project files and structure",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2017-11-21T21:40:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2025-03-02T05:17:03Z",
"latest_release_tag": "2.0.0",
"releases_from_tags": false,
"days_since_last_push": 334,
"active_weeks_last_year": 0,
"days_since_latest_release": 510,
"mean_days_between_releases": 493.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "ramsey/http-range",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"requests",
"range"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/ramsey/http-range",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/ramsey/http-range",
"versions_count": 6,
"total_downloads": 258207,
"dependents_count": 5,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5195,
"first_published_at": null,
"latest_published_at": "2025-03-02T05:13:45Z",
"latest_version_yanked": null,
"days_since_latest_publish": 510
}
]
},
"popularity": {
"forks": 6,
"stars": 34,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": 4362,
"source_files_sampled": 29,
"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": 18,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "psr/http-message",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.0"
},
{
"name": "ramsey/collection",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.1"
},
{
"name": "symfony/polyfill-ctype",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.23"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/http-message",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/collection",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "captainhook/captainhook",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "captainhook/plugin-composer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ergebnis/composer-normalize",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "mockery/mockery",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-parallel-lint/php-console-highlighter",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-parallel-lint/php-parallel-lint",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/extension-installer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-mockery",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/coding-standard",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/conventional-commits",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "roave/security-advisories",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 18,
"direct_count": 3,
"indirect_count": 15
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ramsey",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/42941?v=4"
},
{
"type": "User",
"login": "aedart",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1523223?v=4"
},
{
"type": "User",
"login": "staabm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/120441?v=4"
},
{
"type": "User",
"login": "orkhanahmadov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7041590?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.939
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"continuous-integration.yml",
"merge-me.yml"
],
"has_docs_dir": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": "1d02a6770247175a4a02327c6f413a099d1c0dc2",
"ran_at": "2026-07-25T16:43:50Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-12-22T08:39:50Z",
"oldest_open_prs": [
{
"number": 11,
"created_at": "2025-08-25T14:34:30Z",
"last_comment_at": "2025-08-25T14:35:34Z",
"last_comment_author": "codecov"
},
{
"number": 12,
"created_at": "2026-03-27T09:17:09Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-03-01T21:15:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ramsey/http-range",
"host": "github.com",
"name": "http-range",
"owner": "ramsey"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 46 is calibrated to 44 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 46,
"calibrated": 44,
"calibration": "2026-08-02"
}
}
],
"value": 44,
"inputs": {
"security": 29,
"vitality": 20,
"community": 60,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 66,
"ai_readiness": 34,
"weighted_overall_raw": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 20,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 334,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 334 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 334
}
}
],
"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": "weak",
"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": 6,
"latest_release_tag": "2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 510,
"mean_days_between_releases": 493.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 510 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 510
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~493.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 493.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 520,
"days_since_last_human_commit": 520,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 520 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 520
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 6,
"stars": 34,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"packages": [
"ramsey/http-range"
],
"dependents": 5,
"ecosystems": "packagist",
"total_downloads": 258207,
"monthly_downloads": 5195
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,195 downloads/month across packagist",
"points": 49.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5195,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "5 packages depend on it",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 5
}
}
],
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.939
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/6 decided PRs merged",
"points": 20,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 6
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 73,
"inputs": {
"followers": 1706,
"owner_type": "User",
"is_verified": null,
"owner_login": "ramsey",
"public_repos": 94,
"account_age_days": 6418
},
"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,706 followers of ramsey",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1706,
"login": "ramsey"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "94 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 94
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"ramsey/http-range"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 510
},
"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 510 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 510
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 66,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"http",
"range",
"requests",
"php",
"psr-7"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 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 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"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": 34,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.538,
"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": "28 of 52 human commits state their intent (structured subject or explanatory body)",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 52
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 30,
"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 52",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 52
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 4362,
"source_files_sampled": 29,
"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/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.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-25T16:43:57.459087Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/ramsey/http-range.svg",
"full_name": "ramsey/http-range",
"license_state": "standard",
"license_spdx": "MIT"
}