JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"php",
"reactphp",
"cache"
],
"is_fork": false,
"size_kb": 116,
"has_wiki": false,
"homepage": "https://reactphp.org/cache/",
"languages": {
"PHP": 25532
},
"pushed_at": "2026-07-01T10:27:59Z",
"created_at": "2012-12-26T19:22:03Z",
"owner_type": "Organization",
"updated_at": "2026-06-13T22:20:18Z",
"description": "Async, Promise-based cache interface for ReactPHP.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "3.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://reactphp.org",
"name": "ReactPHP",
"type": "Organization",
"login": "reactphp",
"company": null,
"location": null,
"followers": 473,
"avatar_url": "https://avatars.githubusercontent.com/u/1696866?v=4",
"created_at": "2012-05-01T21:59:23Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 5194
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-11-30T16:05:20Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2021-02-02T08:42:48Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-09-18T12:15:00Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2019-07-11T14:55:42Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2019-07-04T16:26:08Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2018-06-25T12:55:07Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2017-12-20T16:49:30Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2016-02-25T19:01:20Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2016-02-25T19:01:34Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2016-02-25T19:01:49Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2016-02-25T19:02:05Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2016-02-25T19:02:19Z"
}
],
"recent_commits": [
{
"oid": "9e5a775ec96754fd385bf13d883dc2a55c758f1d",
"body": "…PHP-7.2-1\n\n[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version",
"is_bot": false,
"headline": "Merge pull request #67 from reactphp/3.x-update-test-environment-for-…",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-05-10T22:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2273ef6987ebf61372cd9953d2c60c071dd32a0",
"body": "These changes ensure we can continue to run PHPUnit on PHP 7.2 by updating PHPUnit to 8.5. This is due to recent improvements in composer as discussed in https://github.com/reactphp/event-loop/pull/284.",
"is_bot": false,
"headline": "[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2026-04-25T12:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8254a3e249b756292581bcf60a770454b29796e3",
"body": "[3.x] Run tests on PHP 8.5",
"is_bot": false,
"headline": "Merge pull request #66 from WyriHaximus-labs/3.x-PHP8.5",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-10-19T18:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803bed161b0006f62579fb0003eea5aa82fc5827",
"body": "Builds on top of #63",
"is_bot": false,
"headline": "[3.x] Run tests on PHP 8.5",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-10-16T10:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37266b7a4d39d32bcb02037a8c88708c214c5440",
"body": "Run tests on PHP 8.4 and update test environment",
"is_bot": false,
"headline": "Merge pull request #63 from PaulRotmann/PHP8.4",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-04-01T17:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e09ad43215d0f7f11097ef61508f8406715ad5f",
"body": null,
"is_bot": false,
"headline": "Run tests on PHP 8.4 and update test environment",
"author_name": "Paul Rotmann",
"author_login": "PaulRotmann",
"committed_at": "2025-03-25T09:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4869f4686699b4302b4d390c6740fc87cebe069",
"body": "Support `iterable` type for all methods working with multiple keys",
"is_bot": false,
"headline": "Merge pull request #62 from clue-labs/iterable",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-01-03T08:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07bf96b767d64ac142a92858f5bfd79a6ca8caa8",
"body": null,
"is_bot": false,
"headline": "Support `iterable` type for all methods working with multiple keys",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-07-06T19:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8795e3fb65472b38e221541da540adaad18b565",
"body": "Add PHPStan to test environment with `max` level",
"is_bot": false,
"headline": "Merge pull request #61 from clue-labs/phpstan",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2024-06-03T12:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68c6d4dc2a5aac08946199e989625fa3f2656b1",
"body": null,
"is_bot": false,
"headline": "Add PHPStan to test environment with `max` level",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-21T21:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f2cd99fcea5d59e469af9f3581458363ff1e8c9",
"body": "Add native types to public API",
"is_bot": false,
"headline": "Merge pull request #60 from clue-labs/types",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2024-05-19T19:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a512b3ab448c4725da0b4330a6ac66ff8ff986d",
"body": "Update to require Promise v3",
"is_bot": false,
"headline": "Merge pull request #59 from clue-labs/promise-v3",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2024-05-17T09:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7832707972f1f4541ffdfdf0662dcc7403a32df6",
"body": null,
"is_bot": false,
"headline": "Add native types to public API",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-16T10:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b701854fbd06e895d3843e62bd4031bbf391128",
"body": "Update to require PHP 7.1+",
"is_bot": false,
"headline": "Merge pull request #58 from clue-labs/php7.1",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2024-02-13T15:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d16441c6954e831221ee5117df94cafb05717d",
"body": null,
"is_bot": false,
"headline": "Update to require Promise v3",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-02-11T11:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0a214545c9d83b06318822dd5b47ba6355e121",
"body": null,
"is_bot": false,
"headline": "Update PHP language syntax, documentation and tests",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-02-10T19:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e0e06c1446906da85044763768d5861080cc67",
"body": null,
"is_bot": false,
"headline": "Update to require PHP 7.1+",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-02-03T21:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c674806387a6e1d4d4b57087d5a5ed268f08f318",
"body": "Hello `3.x` development branch",
"is_bot": false,
"headline": "Merge pull request #57 from WyriHaximus-labs/3.x-development",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2024-01-31T10:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eafbd1f5a745d39a4bbcdddb303b1b7920146ae",
"body": "Once this PR is merged, we can start working on the new [v3.0.0\nmilestone](https://github.com/reactphp/cache/milestone/10). The default\nbranch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released.\n\nRefs:\nRoad map ticket for cache: #56\nPlans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481\nPR templated from: https://github.com/friends-of-reactphp/mysql/pull/185",
"is_bot": false,
"headline": "Hello `3.x` development branch",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2024-01-30T17:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c51f36d5f3c23cfcc2b5dc5e443bb5ff085605",
"body": "Run tests on PHP 8.3 and update test suite",
"is_bot": false,
"headline": "Merge pull request #55 from clue-labs/php8.3",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2024-01-04T09:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66bbb36db38d52df1da5c643095d73a9363358e1",
"body": null,
"is_bot": false,
"headline": "Run tests on PHP 8.3 and update test suite",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-12-24T12:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47c472b64aa5608225f47965a484b75c7817d5b",
"body": null,
"is_bot": false,
"headline": "Prepare v1.2.0 release",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-11-30T15:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc120f30778f396ca9b73ff68cc2990e45ca8768",
"body": "Update test suite and report failed assertions",
"is_bot": false,
"headline": "Merge pull request #54 from clue-labs/update-tests",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-11-14T13:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7b7062caba9ada42f01f241971b9751e60be36",
"body": null,
"is_bot": false,
"headline": "Update test suite and report failed assertions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-11-14T09:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f72fe900006e69b34ff2b2a868ef8b5396fbe1",
"body": "Test on PHP 8.2",
"is_bot": false,
"headline": "Merge pull request #52 from WyriHaximus-labs/1.x-test-on-php.8.2",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-27T10:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19886b1e4daa68e4f6ff6e4f804f5f2005df216f",
"body": "With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.\n\nRefs: https://github.com/reactphp/event-loop/pull/258",
"is_bot": false,
"headline": "Test on PHP 8.2",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-08-23T06:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161426edd093aa825d3f93b62a7f6091be7cfca2",
"body": "chore(docs): remove leading dollar sign",
"is_bot": false,
"headline": "Merge pull request #51 from nhedger/chore/remove-dollar-sign",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-06-24T09:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08450788d7083b445aa90798ec3b603de47bc1c3",
"body": null,
"is_bot": false,
"headline": "chore(docs): remove leading dollar sign",
"author_name": "Nicolas Hedger",
"author_login": "nhedger",
"committed_at": "2022-06-20T14:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b669a2ed8df0979acb7cc6abcfc51a5e5c6c10",
"body": "Fix legacy HHVM build by downgrading Composer",
"is_bot": false,
"headline": "Merge pull request #49 from SimonFrings/hhvm",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-04-15T19:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11235cb8a447093310c4035293d3bfbc0e0a408",
"body": null,
"is_bot": false,
"headline": "Fix legacy HHVM build by downgrading Composer",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-04-12T08:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f04a2f2efac468435ecc8f1a1784ed8a206f1d5",
"body": "Add badge to show number of project installations",
"is_bot": false,
"headline": "Merge pull request #48 from SimonFrings/installations",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-03-17T12:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0ec9eedf6773b991a13a7475c0de73a2dd696a",
"body": null,
"is_bot": false,
"headline": "Add badge to show number of project installations",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-03-16T13:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa7d1f6ba92a70946e75293153d301efade5039",
"body": "Support PHP 8.1",
"is_bot": false,
"headline": "Merge pull request #47 from SimonFrings/php",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-11-16T12:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9b3c7c48bc771cae9d573dfac6073f69fd5bf9",
"body": null,
"is_bot": false,
"headline": "Support PHP 8.1",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-11-15T15:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434cf90836bc571ce2255b4f457e12bdc5a82a43",
"body": "Use GitHub actions for continuous integration (CI)",
"is_bot": false,
"headline": "Merge pull request #45 from SimonFrings/ci",
"author_name": "Jan Sorgalla",
"author_login": "jsor",
"committed_at": "2021-02-06T13:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ddc610a8a1426fa04a069656900251cbd6083f",
"body": null,
"is_bot": false,
"headline": "Support PHP 8",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-02-03T12:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54afe31079f9ed246cbadb77b820eb72a8dc368a",
"body": "Bye bye Travis CI, you've served us well.",
"is_bot": false,
"headline": "Use GitHub actions for continuous integration (CI)",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-02-03T11:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf736a2cccec7298bdf745db77585966fc2ca7e",
"body": "…eturn-types\n\nAlign DocBlock Promise return types",
"is_bot": false,
"headline": "Merge pull request #44 from WyriHaximus-labs/align-docblock-promise-r…",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-02-02T06:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f55ee41827609116138f709e84c0aca2c73af690",
"body": "Currently most of the docblocks provide a return type inside the\nPromiseInterface like bool or array. This commit aligns it for all\nmethods on the interface.",
"is_bot": false,
"headline": "Align DocBlock Promise return types",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-02-01T15:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
"body": null,
"is_bot": false,
"headline": "Prepare v1.1.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-09-18T12:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cede72e9f64a013e4305e168d9b90480676e5a10",
"body": "Update PHPUnit configuration schema for PHPUnit 9.3",
"is_bot": false,
"headline": "Merge pull request #43 from SimonFrings/tests",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2020-08-28T17:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42298c7893216157512375134be21d11160cdbb8",
"body": null,
"is_bot": false,
"headline": "Update PHPUnit configuration schema for PHPUnit 9.3",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-08-28T12:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ef5205b2a08f545909631f3ea727217c9ebd30",
"body": "…cense\n\nAdd full core team to the license",
"is_bot": false,
"headline": "Merge pull request #42 from WyriHaximus-labs/add-full-core-team-to-li…",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2020-08-26T22:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d5d8f7747303b5316984f0fc49450c4b047c29",
"body": null,
"is_bot": false,
"headline": "Add full core team to composer authors list",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2020-08-24T17:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0dad809052f8ac77fb097cb40b2c939c9e3b68",
"body": "Added the full core team in order of joining the team",
"is_bot": false,
"headline": "Add full core team to the license",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2020-08-24T16:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cfb7b17dac9e1c2868299554d91cf6b254d585e",
"body": "Run tests on PHPUnit 9, run tests on PHP 7.4, simplify test matrix and clean up test suite",
"is_bot": false,
"headline": "Merge pull request #41 from SimonFrings/tests",
"author_name": "Jan Sorgalla",
"author_login": "jsor",
"committed_at": "2020-07-19T09:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49bbd0c4c796426d0acc90f5ce655e3f31cd7d94",
"body": null,
"is_bot": false,
"headline": "Clean up test suite",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-07-17T10:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c393d4c06f399870af27f3bbc793c64dd5a6ed45",
"body": null,
"is_bot": false,
"headline": "Run tests on PHP 7.4 and simplify test matrix",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-07-17T09:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0585326384ab2270d56778ea853f76a70a49ef",
"body": null,
"is_bot": false,
"headline": "Run tests on PHPUnit 9",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-07-17T08:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d88223a576dcc26709982e1349ff50cfb82eb20",
"body": "Forward compatibility with react/promise 3",
"is_bot": false,
"headline": "Merge pull request #39 from WyriHaximus-labs/promise-3",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-04-28T10:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dba66344084738d0667e0225c1b53cb128b1b8c",
"body": null,
"is_bot": false,
"headline": "Forward compatibility with react/promise 3",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2020-04-26T16:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c71a48783832016faa14c3f1db446c509ab6271",
"body": "Add .gitattributes to exclude dev files from exports",
"is_bot": false,
"headline": "Merge pull request #40 from reedy/gitattributes",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2019-12-07T10:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b9f09d4124d04ed04c419b5c291bba753e690c",
"body": null,
"is_bot": false,
"headline": "Add .gitattributes to exclude dev files from exports",
"author_name": "Sam Reed",
"author_login": "reedy",
"committed_at": "2019-12-02T16:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
"body": null,
"is_bot": false,
"headline": "Prepare v1.0.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-07-11T13:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42d149e15b8312918327d5be2ba757cd2f23ff9",
"body": null,
"is_bot": false,
"headline": "Prepare v0.6.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-07-04T14:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13ce1acd54512a669591e0282ad3a59541b3615",
"body": "[RFC] Use arrays instead of iterable for multiple cache items",
"is_bot": false,
"headline": "[RFC] Use arrays instead of iterable for multiple cache items (#37)",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2019-07-04T06:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6194915958954fba45fc53d501f443537a4040d3",
"body": "Documentation for TTL precision with millisecond accuracy or below",
"is_bot": false,
"headline": "Documentation for TTL precision with millisecond accuracy or below (#38)",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2019-07-04T06:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc8ba6343297d7cf91867a10f71c3611cf5b9ba",
"body": null,
"is_bot": false,
"headline": "Documentation for TTL precision with millisecond accuracy or below",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-07-03T18:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60b54aa20059cd73b140d20c3174d05aea5c5e5",
"body": "Using arrays makes the API slightly stricter and allows consumers to\nconsistently rely on associative arrays for getMultiple() and\nsetMultiple().",
"is_bot": false,
"headline": "Use arrays instead of iterable for multiple cache items",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-07-03T15:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760eedf1d3048cbd08137c60451ed9058a412af0",
"body": "Use high-resolution timer for cache TTL on PHP 7.3+",
"is_bot": false,
"headline": "Use high-resolution timer for cache TTL on PHP 7.3+ (#35)",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2019-04-27T12:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a54388bef7ec3d941b402938758689eb2e7417",
"body": null,
"is_bot": false,
"headline": "Use high-resolution timer for cache TTL on PHP 7.3+",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-04-27T12:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67abab227ff871dd7e5b235ab26e81287657f5d2",
"body": "Allow legacy HHVM to fail in Travis CI config",
"is_bot": false,
"headline": "Merge pull request #36 from clue-labs/who-needs-hhvm",
"author_name": "Jan Sorgalla",
"author_login": "jsor",
"committed_at": "2019-04-27T11:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94cde9a49f174d5de1e101db0abc182767d23d7",
"body": "HHVM decided to drop support for PHP, so it's questionable if supporting\nit in the future is worth the effort.\nhttps://hhvm.com/blog/2019/02/11/hhvm-4.0.0.html\n\nThis PR does not aim to discuss how useful HHVM is and whether or not we\nwant to continue supporting it. It only aims to make the test output\nconsistent by ignoring legacy HHVM fails in the build matrix to not mark\nthe complete test suite as failed.\n\nRefs https://github.com/clue/php-socket-raw/pull/42 and others.",
"is_bot": false,
"headline": "Allow legacy HHVM to fail in Travis CI config",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-04-27T10:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab224148532be59632484b570406f2fb93638c9d",
"body": "Improve documentation",
"is_bot": false,
"headline": "Merge pull request #34 from clue-labs/documentation",
"author_name": "Jan Sorgalla",
"author_login": "jsor",
"committed_at": "2019-01-12T15:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8762fe5b49e435c63ed376339a874c606bd17f4e",
"body": null,
"is_bot": false,
"headline": "Improve documentation",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-01-12T13:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8012204e100d6435aec1e7d67d52a51dbe32c2f4",
"body": "Add support for getMultiple(), setMultiple(), deleteMultiple(), clear() and has() (inspired by PSR-16)",
"is_bot": false,
"headline": "Merge pull request #32 from krlv/psr-16_getMultiple_setMultiple",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2019-01-12T12:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ad88361a630aa727e31aff999d216bdf59178df",
"body": null,
"is_bot": false,
"headline": "PSR-16 method has: resolve with false instead of reject on a cache miss",
"author_name": "krlv",
"author_login": "krlv",
"committed_at": "2018-10-30T20:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867279e5b568c9f4606a6f96216df4efe0664267",
"body": null,
"is_bot": false,
"headline": "Add PSR-16 methods: deleteMultiple, clear, has",
"author_name": "krlv",
"author_login": "krlv",
"committed_at": "2018-10-30T07:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03aad31499a0ade7ef11c4e0f28c5f39ff6a18d6",
"body": null,
"is_bot": false,
"headline": "Add PSR-16 methods support: getMultiple and setMultiple",
"author_name": "krlv",
"author_login": "krlv",
"committed_at": "2018-10-26T04:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6d7f36490f610a27df77ecc75c53327c1dbabd",
"body": "…alls\n\nPrefix all global functions calls with \\ to skip the look up and resolve process and go straight to the global function",
"is_bot": false,
"headline": "Merge pull request #31 from WyriHaximus-labs/escape-global-function-c…",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-10-04T18:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f501c66b9fe73e215fffaeca3e6c4ae0dc2e2da",
"body": "…lve process and go straight to the global function",
"is_bot": false,
"headline": "Prefix all global functions calls with \\ to skip the look up and reso…",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-10-03T18:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
"body": null,
"is_bot": false,
"headline": "Prepare v0.5.0 release",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-06-25T12:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834c1bd44d2047f912a28801c717a6dc62d7c92a",
"body": "Rename remove() to delete() for consistency with PSR-16",
"is_bot": false,
"headline": "Merge pull request #30 from clue-labs/delete",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-06-08T14:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dad4b353fd03324df31bc190a3da738cd95e9b8",
"body": null,
"is_bot": false,
"headline": "Rename remove() to delete() for consistency with PSR-16",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-06-08T12:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6136d21d219fcb2763c42204104d250a2f970fc3",
"body": "Add cache expiration support (TTL)",
"is_bot": false,
"headline": "Merge pull request #29 from clue-labs/ttl",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-06-08T12:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1879cb0f4b0d202e824fa2f3d3af38291fc902a2",
"body": null,
"is_bot": false,
"headline": "Use sorted array to store TTL and improve memory consumption",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-06-08T12:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e95c28179666b7d690425230bb00131941f60b",
"body": null,
"is_bot": false,
"headline": "TTL skeleton with expiration queueing using SplPriorityQueue",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-05-06T18:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31c442b7ba6ad4e5b8eb30fd8d2ed48d594f551",
"body": "Add $default to return instead of null on cache miss for get()",
"is_bot": false,
"headline": "Merge pull request #27 from clue-labs/default",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-03-30T13:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5b8745bdffc6f970ddfa11ba6d96a79456bfe3",
"body": null,
"is_bot": false,
"headline": "Add $default to return instead of null on cache miss for get()",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-03-30T09:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd10ecfef9b6356a11115ad1d3a7b6983e69b33",
"body": "Simple LRU implementation for ArrayCache",
"is_bot": false,
"headline": "Merge pull request #26 from clue-labs/lru",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-03-30T05:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3322972478e28c23de936eca96b7843ae787926",
"body": null,
"is_bot": false,
"headline": "Simple LRU implementation for ArrayCache",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-03-26T20:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9478319a255a1e1346980c06f101f2df6958c1f9",
"body": "Return Promise for set and remove",
"is_bot": false,
"headline": "Merge pull request #23 from WyriHaximus-labs/return_promises",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-03-26T12:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584e3c23721738de1ad4384bfb41d95bb16da75d",
"body": null,
"is_bot": false,
"headline": "Describe current behavior on the cache interface",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-03-26T12:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2326af8b9c647992fc7092f523cd1fc4563c85",
"body": null,
"is_bot": false,
"headline": "Return Promise for set and remove",
"author_name": "Maciej Mroziński",
"author_login": null,
"committed_at": "2018-03-26T12:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3792eaf71106932e4ca1850a52dbb492f5b690d5",
"body": "Cache miss resolves with null value",
"is_bot": false,
"headline": "Merge pull request #22 from WyriHaximus-labs/implement-13",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-02-15T12:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9400f3f354813be6163a4ea86f788d173a7dd13",
"body": null,
"is_bot": false,
"headline": "Failing get should resolve with null",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-02-15T12:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a2a913fca154c7672f7a32192fd41ddf5b18e7",
"body": "…ation-current-behavior\n\nDescribe current behavior on the cache interface",
"is_bot": false,
"headline": "Merge pull request #21 from WyriHaximus-labs/cache-interface-document…",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-02-05T14:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ee8054a0bbe44c90c0d0a9ba792479a1127b8a",
"body": null,
"is_bot": false,
"headline": "Describe current behavior on the cache interface",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2018-02-05T14:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75494f26b4ef089db9bf8c90b63c296246e099e8",
"body": null,
"is_bot": false,
"headline": "Prepare v0.4.2 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-12-20T16:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9a9ce14d78638c98d2700f399df3d865f97e5d",
"body": "Forward compatibility with PHPUnit 5 and PHPUnit 6",
"is_bot": false,
"headline": "Merge pull request #18 from clue-labs/phpunit",
"author_name": "Jan Sorgalla",
"author_login": "jsor",
"committed_at": "2017-12-20T15:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a23d51a1a8c3fbadf8c28b00835542c1844cbc6",
"body": null,
"is_bot": false,
"headline": "Lock Travis distro so new defaults will not break the build",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-12-20T14:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb6d7f4a75b1fb1d21af869a600360e742bc476",
"body": null,
"is_bot": false,
"headline": "Forward compatibility with PHPUnit 5 and PHPUnit 6",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-12-20T14:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ffcfb0945680d922b33520802d2f17a3cfa381",
"body": "Add PHPUnit 4.8 to require-dev",
"is_bot": false,
"headline": "Merge pull request #14 from shaunbramley/dev-phpunit-4.8",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-01-15T10:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1910991463fd6e31eb46341e29ba053846770466",
"body": null,
"is_bot": false,
"headline": "add phpunit 4.8 to require-dev, force travisci to use local phpunit",
"author_name": "Shaun Bramley",
"author_login": null,
"committed_at": "2017-01-14T22:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fda9a36d04129de342a71eda07332191ff3b78",
"body": "Improve documentation",
"is_bot": false,
"headline": "Merge pull request #10 from clue-labs/doc",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-01-11T23:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc39d5a1c4ac7079fb6be82d52bf9932d3edfa6",
"body": "Fix autoload paths",
"is_bot": false,
"headline": "Merge pull request #12 from clue-labs/autoload",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2017-01-10T09:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cb85cd94ddce0f8da2c096a3b755b794bb4f4d6",
"body": null,
"is_bot": false,
"headline": "Fix autoload paths",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2016-12-26T22:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79879b36cbf5f3d88714dac78105c4757a76093",
"body": null,
"is_bot": false,
"headline": "Add links to promise lib",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2016-02-25T18:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec4671c91a726a297947e5f59e9e5c55aa64342",
"body": null,
"is_bot": false,
"headline": "Add installation and license instructions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2016-02-25T18:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e288c67a6c56451ad6b2acd0f19565250a8fdcd",
"body": null,
"is_bot": false,
"headline": "Documentation for CacheInterface and ArrayCache",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2016-02-25T18:49:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 4,
"latest_release_at": "2022-11-30T16:05:20Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_last_push": 21,
"active_weeks_last_year": 3,
"days_since_latest_release": 1330,
"mean_days_between_releases": 274.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "react/cache",
"exists": true,
"license": "MIT",
"keywords": [
"cache",
"caching",
"promise",
"reactphp"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/react/cache",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/reactphp/cache",
"versions_count": 12,
"total_downloads": 136068680,
"dependents_count": 50,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6780009,
"first_published_at": null,
"latest_published_at": "2022-11-30T15:59:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1330
}
]
},
"popularity": {
"forks": 18,
"stars": 445,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2014-06-07",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 9706,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "react/promise",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "react/promise",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 1,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 51,
"open_issues": 1,
"closed_ratio": 0.909,
"closed_issues": 10,
"closed_unmerged_prs": 6
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "clue",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/776829?v=4"
},
{
"type": "User",
"login": "WyriHaximus",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/147145?v=4"
},
{
"type": "User",
"login": "cboden",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/617694?v=4"
},
{
"type": "User",
"login": "SimonFrings",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/44357440?v=4"
},
{
"type": "User",
"login": "igorw",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/88061?v=4"
},
{
"type": "User",
"login": "jsor",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/55574?v=4"
},
{
"type": "User",
"login": "krlv",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3404064?v=4"
},
{
"type": "User",
"login": "whatthejeff",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/306525?v=4"
},
{
"type": "User",
"login": "nhedger",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/649677?v=4"
},
{
"type": "User",
"login": "PaulRotmann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/85174210?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.368
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"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": 9,
"reason": "Found 14/15 approved changesets -- score normalized to 9",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": "9e5a775ec96754fd385bf13d883dc2a55c758f1d",
"ran_at": "2026-07-22T17:05:30Z",
"aggregate_score": 4,
"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-05-10T22:28:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-01T10:27:59Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 56,
"created_at": "2024-01-30T14:22:58Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/reactphp/cache",
"host": "github.com",
"name": "cache",
"owner": "reactphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 40,
"vitality": 40,
"community": 64,
"governance": 73,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 21,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 21 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"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": 12,
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 1330,
"mean_days_between_releases": 274.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1330 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1330
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~274.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 274.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 72,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 72 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 72
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"forks": 18,
"stars": 445,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "445 stars",
"points": 42.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 445
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"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": 91,
"inputs": {
"packages": [
"react/cache"
],
"dependents": 50,
"ecosystems": "packagist",
"total_downloads": 136068680,
"monthly_downloads": 6780009
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,780,009 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6780009,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "50 packages depend on it",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 50
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 12,
"top_contributor_share": 0.368
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 37% of commits",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 51,
"open_issues": 1,
"closed_issues": 10,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "51/57 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 51,
"decided": 57
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/15 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 473,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "reactphp",
"public_repos": 19,
"account_age_days": 5194
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "473 followers of reactphp",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 473,
"login": "reactphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~14 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"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": [
"react/cache"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 1330
},
"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 1330 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1330
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"php",
"reactphp",
"cache"
],
"has_wiki": false,
"homepage": "https://reactphp.org/cache/",
"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": "https://reactphp.org/cache/",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": 40,
"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": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4
},
"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": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 14/15 approved changesets -- score normalized to 9",
"points": 6.8,
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": 14
},
"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": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": 9706,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:05:54.391836Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/reactphp/cache.svg",
"full_name": "reactphp/cache",
"license_state": "standard",
"license_spdx": "MIT"
}