Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 428,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 295591,
"Shell": 216
},
"pushed_at": "2026-02-21T19:22:42Z",
"created_at": "2013-08-13T14:41:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-01T21:28:34Z",
"description": "Async MySQL database client for ReactPHP.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "0.7.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://reactphp.org",
"name": "Friends of ReactPHP",
"type": "Organization",
"login": "friends-of-reactphp",
"company": null,
"location": null,
"followers": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/28479009?v=4",
"created_at": "2017-05-06T08:47:38Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 3367
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-11-10T12:12:44Z"
},
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2022-09-15T13:42:13Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2021-12-14T11:28:46Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2021-07-19T10:46:10Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2019-05-21T08:56:30Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2019-04-03T12:51:17Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2019-02-05T20:37:10Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2019-01-12T15:33:26Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2018-11-28T19:38:56Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2018-10-18T09:41:03Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-09-21T15:19:20Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2018-06-18T06:50:32Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2018-04-04T16:43:17Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2018-03-26T14:14:42Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2018-03-13T12:25:24Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2014-10-15T16:24:03Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2014-10-15T03:12:03Z"
}
],
"recent_commits": [
{
"oid": "6ceb2358c590a4670b6d57ee89912c9874d18e61",
"body": "Update test environment to fix tests on legacy PHP 7.2 with PHPUnit 8.5",
"is_bot": false,
"headline": "Merge pull request #215 from clue-labs/phpunit8",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2026-02-21T19:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af47973c156b8706cd1681ef19babac6a4de2398",
"body": null,
"is_bot": false,
"headline": "Update test environment to fix tests on legacy PHP 7.2 with PHPUnit 8.5",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-02-15T00:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07c44652a8d1d44cd904c7eda02ab546068c846",
"body": "Update failing tests with invalid URIs",
"is_bot": false,
"headline": "Merge pull request #212 from clue-labs/tests",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-07-16T07:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7485c74aec0d791e1aa943a2d56f6e6ea32f2698",
"body": null,
"is_bot": false,
"headline": "Update failing tests with invalid URIs",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-07-15T19:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c83f109cd56aeb5bbd6ba95422eded3c75e7a4",
"body": "Validate query parameters and reject non-scalars",
"is_bot": false,
"headline": "Merge pull request #211 from clue-labs/scalar-params",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-07-15T15:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fb39ea1bdff0c2d6528d120e87a3f811ac57fd",
"body": "Make `MysqlClient` constructor throw if given `$uri` is invalid",
"is_bot": false,
"headline": "Merge pull request #210 from clue-labs/validate-uri",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-07-15T14:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860f0ced6700f09b10f438c6239a12da50043bd9",
"body": null,
"is_bot": false,
"headline": "Throw `InvalidArgumentException` if query params are invalid",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-07-15T09:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca529b669a17795ef571ed28ce830ae8cb8163bc",
"body": null,
"is_bot": false,
"headline": "Make `MysqlClient` constructor throw if given `$uri` is invalid",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-07-15T07:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ce51b1ddd60b984caae2076b510c652eb28b901",
"body": null,
"is_bot": false,
"headline": "Refactor to pass `Query` object from `MysqlClient` to `Connection`",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-07-15T05:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2db5b5e321f0af351c40bdffbdadff4b85c81bef",
"body": null,
"is_bot": false,
"headline": "Improve type definitions for scalar query params",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-07-15T05:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c455d493ec7bbb3887ae040151ff2d16f83c46",
"body": "Update test matrix to include full MySQL 8 and MySQL 9 support",
"is_bot": false,
"headline": "Merge pull request #209 from clue-labs/mysql8+",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-27T07:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a268ec3ec1c95766bee238472b2b4a8c82acd6fd",
"body": null,
"is_bot": false,
"headline": "Update test matrix to include full MySQL 8 and MySQL 9 support",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-23T15:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13434857b502c104b5ac324baf4b113900e2652",
"body": "Support `AuthSwitchRequest` to switch authentication plugin",
"is_bot": false,
"headline": "Merge pull request #208 from clue-labs/auth-switch",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-22T20:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f241cda820f4c92752c1afc3480af3cb3047d40b",
"body": null,
"is_bot": false,
"headline": "Support `AuthSwitchRequest` to switch authentication plugin",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-22T20:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef58d889dd10193fea72b0dbbb6461066ef57fb",
"body": "Support `caching_sha2_password` authentication (MySQL 8+)",
"is_bot": false,
"headline": "Merge pull request #207 from clue-labs/caching_sha2_password",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-21T18:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5045a76de1ea7e9e2ef74fd5ddbe43e89587704",
"body": null,
"is_bot": false,
"headline": "Support `caching_sha2_password` authentication (MySQL 8+)",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-21T18:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fadbdeca52b22a9e1a7bc346eb1bfb56f73d6df",
"body": "Fail authentication when server requests unknown authentication plugin",
"is_bot": false,
"headline": "Merge pull request #206 from clue-labs/plugin-auth",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-21T18:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84f6cbbf2e758f7af7702071d5ca86f812617fec",
"body": "…for-wider-compatibility-testing\n\nAdd rdbms matrix for wider compatibility testing",
"is_bot": false,
"headline": "Merge pull request #196 from WyriHaximus-labs/0.7.x-add-rdbms-matrix-…",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-21T16:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f1a0cfcb05e60cbdeb3f39cfb4d87f01c8d6de",
"body": "This change set introduces a `rdbms` matrix with the purpose of increasing insurance this package works with up to the latest MySQL/MariaDB versions.\n\nNote that due to MySQL's versioning there are no `v6` and `v7`.\n\nRefs: #194",
"is_bot": false,
"headline": "Add rdbms matrix for wider compatibility testing",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-21T16:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8a8ffab42aaab668663a979d2ccc6ef4c79b2c",
"body": null,
"is_bot": false,
"headline": "Fail authentication when server requests unknown authentication plugin",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-20T21:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ad81fb7c7199b948bf59a7ec7a5e48dd841c27",
"body": "Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2",
"is_bot": false,
"headline": "Merge pull request #205 from clue-labs/pcov",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-05-20T21:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68b506b5a53993b4c5b00cb8f991840a7cca739",
"body": null,
"is_bot": false,
"headline": "Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-05-19T19:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b901c19cdb1337b6e57f96d9bbed66d80c4eca",
"body": "Run tests on PHP 8.4 and update test environment",
"is_bot": false,
"headline": "Merge pull request #204 from PaulRotmann/PHP8.4",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-03-28T10:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c607a99393ee499a897d4bbef2b356dc7d6711",
"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-02-24T14:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e89d211986325b9c91d781a42cb7be6d271d62f",
"body": "Improve PHP 8.4+ support by avoiding implicitly nullable types",
"is_bot": false,
"headline": "Merge pull request #203 from clue-labs/nullable",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2025-02-17T13:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47ed3ffd1a0e2a45f15fa99aca5501f91886e7e",
"body": null,
"is_bot": false,
"headline": "Improve PHP 8.4+ support by avoiding implicitly nullable types",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2025-01-17T11:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01e1cec90217662f01e3c8a990aafc18c9c79a1",
"body": "Add missing namespace import in `MysqlClient`",
"is_bot": false,
"headline": "Merge pull request #193 from bwaidelich/patch-1",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-04-28T21:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5a9e6fe94490802698b242e12eb22d8cbd7762",
"body": "Adds a missing `use` statement for the `PromiseInterface` type to `MysqlClient`.\r\nWithout that change, using the API leads to type warnings:\r\n\r\n```php\r\nfunction someMethod(): PromiseInterface {\r\n return $this->mysql->query(...);\r\n}\r\n// Return value is expected to be '\\React\\Promise\\PromiseInterface', '\\React\\Mysql\\PromiseInterface' returned",
"is_bot": false,
"headline": "Add missing namespace import in `MysqlClient`",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2024-03-20T11:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf70c681bf19b176b4e69e7f44bf5a154af46b5",
"body": "Refactor to move command queue to `MysqlClient` and connection logic to `Connection` class",
"is_bot": false,
"headline": "Merge pull request #190 from clue-labs/good-connection",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-12-05T21:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836ca2d75c6d2eb7a4d97b63397f61623d213d3e",
"body": null,
"is_bot": false,
"headline": "Refactor to move command queuing logic to `MysqlClient`",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-12-03T10:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9ac961a59d49dd708a1139baf59d42ef4626e2",
"body": null,
"is_bot": false,
"headline": "Refactor to move idle connection handling to `Connection`",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-12-03T10:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3bd22d5b9b625053d697819f8f99e36b6366a3",
"body": null,
"is_bot": false,
"headline": "Refactor to differentiate \"connecting\" and \"connected\" state",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-30T12:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5ecf3926687cdb98d75194b2b58e6ad28b2e68",
"body": "Consistently emit close event after quit even if server rejects",
"is_bot": false,
"headline": "Merge pull request #189 from clue-labs/quit-quitting",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-30T11:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e14223a35dd5fe2f73d34734c2b57dbbbf8fe2f",
"body": null,
"is_bot": false,
"headline": "Consistently emit close event after quit even if server rejects",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-30T09:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228beddff867231b952e55ae862c37d45bf2c5bf",
"body": "Rename `MySQL` namespace to `Mysql`",
"is_bot": false,
"headline": "Merge pull request #188 from SimonFrings/namespace",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-29T21:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9429fb81d61994544727f1a2f8f89df45baa838",
"body": null,
"is_bot": false,
"headline": "Rename `MySQL` namespace to `Mysql`",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2023-11-27T15:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adcf7513855bbc38c07ab3f3a7a6f2e794953479",
"body": "Rename `QueryResult` to `MysqlResult`",
"is_bot": false,
"headline": "Merge pull request #187 from SimonFrings/rename",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-27T15:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd32d46c1cd78aeb500e397e55b114970dde055",
"body": null,
"is_bot": false,
"headline": "Rename `QueryResult` to `MysqlResult`",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2023-11-24T10:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e01898679c70d4566978f3f92dc000fbc7c73af",
"body": "Simplify API, add new `MysqlClient` and remove `Factory` and `ConnectionInterface`",
"is_bot": false,
"headline": "Merge pull request #186 from clue-labs/mysqlclient",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-21T19:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4dc4153e3d7945f9c094bb03adb6070bffb7d58",
"body": null,
"is_bot": false,
"headline": "Simplify API, remove `ConnectionInterface`",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-15T09:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3976b18620f07ae1a003b943c297451603cc40",
"body": null,
"is_bot": false,
"headline": "Simplify API, add new `MysqlClient` and remove `Factory`",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-15T09:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6209d11da1a7e1261bbbf4a2e1ab7aa6e20ede26",
"body": "Hello `0.7.x` development branch",
"is_bot": false,
"headline": "Merge pull request #185 from clue-labs/0.7.x-development",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-15T06:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32e2faa9a8bd3309d97bfe54044b1ddf8de40b28",
"body": null,
"is_bot": false,
"headline": "Hello `0.7.x` development branch",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-14T10:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914ff50ebc15934a3847a90f032cccaac215146f",
"body": null,
"is_bot": false,
"headline": "Prepare v0.6.0 release",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2023-11-10T12:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa35f41dcbde511de24304fe89a5609f7f7487a",
"body": "Fix typos in documentation",
"is_bot": false,
"headline": "Merge pull request #184 from yadaiio/typos",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-09T09:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "800e32eb94e9544d708c06584b7172645c20653f",
"body": "Use Promise v3 template types",
"is_bot": false,
"headline": "Merge pull request #183 from clue-labs/template-types",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-09T09:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69629c9faba7a655676c7027ca8c391cfaac4be9",
"body": null,
"is_bot": false,
"headline": "Fix typos in documentation",
"author_name": "Yada Clintjens",
"author_login": "yadaiio",
"committed_at": "2023-11-08T15:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5c9b4773ac88dfc8944add9955ae06936097c1",
"body": null,
"is_bot": false,
"headline": "Use Promise v3 template types",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-08T13:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ccb94d9e9f9ebd1fcbaffa4a90d6e916804c00",
"body": "Reduce default idle time to 1ms",
"is_bot": false,
"headline": "Merge pull request #182 from clue-labs/short-idle",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2023-11-07T08:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420ad29035e90d9cd76c211ffdef38bfab7de4bc",
"body": "Improve CI workflow to await database",
"is_bot": false,
"headline": "Merge pull request #181 from SimonFrings/server_availability",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-06T21:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30a49b92395e1b2f612fdbf156d39c3e728915d",
"body": null,
"is_bot": false,
"headline": "Reduce default idle time to 1ms",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-11-06T16:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c2ecb56c47bd177f7f9f4153b763637bbddba52",
"body": null,
"is_bot": false,
"headline": "Improve CI workflow to await database",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2023-11-06T13:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c636634d6fe255aabe1f76213b3ce97966c1c5",
"body": "Run tests on PHP 8.3 and update test suite",
"is_bot": false,
"headline": "Merge pull request #180 from clue-labs/php8.3",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-11-03T12:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b9d3df6e15c0fe9354d199b0c96f5d558252ff",
"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-11-03T11:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c55f5bd59004fe14a853f688ddd3dc6a8168c6",
"body": "Update close handler to avoid unhandled promise rejections",
"is_bot": false,
"headline": "Merge pull request #178 from clue-labs/unhandled-rejections",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-07-10T12:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c342f3ed127eca946f13856d4f4b467f6d5813c",
"body": null,
"is_bot": false,
"headline": "Update close handler to avoid unhandled promise rejections",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-07-10T09:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13dbbb296b7e231c6e6309e9a7312b7f078fb72",
"body": "Update test suite and report failed assertions",
"is_bot": false,
"headline": "Merge pull request #170 from clue-labs/update-tests",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2023-02-06T06:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9404e9991e5f19217ce5027db5e03863bfc7adb4",
"body": null,
"is_bot": false,
"headline": "Update test suite and report failed assertions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2023-02-04T19:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89067b22fef892b90670722c20368a647c5b5fc6",
"body": "Use reactphp/async instead of clue/reactphp-block",
"is_bot": false,
"headline": "Merge pull request #163 from dinooo13/async",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-10-29T18:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789124fc2cb44ea8699ae8a8a6b2a24628505b6e",
"body": "Change default charset encoding to `utf8mb4` for full UTF-8 support",
"is_bot": false,
"headline": "Merge pull request #165 from clue-labs/utf8mb4",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-10-29T18:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a093d87df088d86b01a8e676239950cd31d39d25",
"body": null,
"is_bot": false,
"headline": "Change default charset encoding to `utf8mb4` for full UTF-8 support",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-10-18T07:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbce63509baff7847f5f909bdf7bb8aa2945ed45",
"body": "Hello `0.6.x` development branch",
"is_bot": false,
"headline": "Merge pull request #164 from clue-labs/0.6.x-development",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-10-16T19:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157fd9478dc9af233ee8d64c0a7be3584de45fd8",
"body": null,
"is_bot": false,
"headline": "Hello `0.6.x` development branch",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-10-16T17:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ba13f3ef2863b8e0136465eca9a4747821b0b3",
"body": null,
"is_bot": false,
"headline": "Use reactphp/async instead of clue/reactphp-block",
"author_name": "Fabian Meyer",
"author_login": "dinooo13",
"committed_at": "2022-10-04T17:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36b92f1ede95f49036b6ba1805736f80fa4d4e0",
"body": null,
"is_bot": false,
"headline": "Prepare v0.5.7 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-09-15T13:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03b74bdb56e1fb0edce9dbf9da7449ff0418da40",
"body": "Handle parser errors by emitting error and closing connection",
"is_bot": false,
"headline": "Merge pull request #159 from clue-labs/parser-errors",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-09-06T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a3fae918a3fdcfdf66f67c2e09ac5a2d33b72c",
"body": "Mark passwords and URIs as `#[\\SensitiveParameter]` (PHP 8.2+)",
"is_bot": false,
"headline": "Merge pull request #162 from clue-labs/sensitiveparameter",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-09-06T20:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e375aee253570886e3b41d712dd2f593a884aa06",
"body": "Test on PHP 8.2",
"is_bot": false,
"headline": "Merge pull request #161 from clue-labs/php8.2",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-08-31T18:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583e1e1bbdd6e7a1526a557b781a5987e425cb52",
"body": null,
"is_bot": false,
"headline": "Mark passwords and URIs as `#[\\SensitiveParameter]` (PHP 8.2+)",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T12:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a73c9be87a244b1ea67a07a28a72bf5c7101fb",
"body": null,
"is_bot": false,
"headline": "Test on PHP 8.2",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T11:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf10acaa60e8ae9aa145a0e9c39a54b05537b2b",
"body": null,
"is_bot": false,
"headline": "Handle parser errors by emitting error and closing connection",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T10:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a05b9e667ffaf0b48e8e8558d2bccf115bc82cd",
"body": null,
"is_bot": false,
"headline": "Make parser more robust by splitting on individual package boundaries",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T10:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d8362c53682817a176f76a92525eb6eda51a6d",
"body": "Forward compatibility with upcoming Promise v3",
"is_bot": false,
"headline": "Merge pull request #157 from clue-labs/promise-v3",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-08-30T19:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d5b083ae30917a748389982452f4a776cfa45d",
"body": "Fix legacy HHVM build by downgrading Composer",
"is_bot": false,
"headline": "Merge pull request #160 from clue-labs/hhvm",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-08-25T16:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbcb6edb71b9dc623a2780c5cd8aff3d3068bb69",
"body": null,
"is_bot": false,
"headline": "Fix legacy HHVM build by downgrading Composer",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-25T16:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6ab607fc8e926c5d302caa7963ec87af8a2c94",
"body": "Fix parsing ERR after result set",
"is_bot": false,
"headline": "Merge pull request #158 from clue-labs/resultset-err",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2022-08-22T18:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ce30f4eb3399546efc9bc73beca86cba0ac0ec6",
"body": null,
"is_bot": false,
"headline": "Fix parsing ERR after result set",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-20T16:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98690d955cc53b83d651f306edd442fec4c4f943",
"body": null,
"is_bot": false,
"headline": "Update to stable reactphp/socket v1.12.0",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-06-26T16:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39dd3a3cf51aa29ead6a3e6b4693bf5f29a15bc",
"body": null,
"is_bot": false,
"headline": "Forward compatibility with upcoming Promise v3",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-06-26T15:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4428da4d625787a0ce1420b497dadcd70ff7bd",
"body": null,
"is_bot": false,
"headline": "Prepare v0.5.6 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-12-14T11:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde8b6f8d4ab4bb5a7ee45c2f1aef03233ca92e3",
"body": null,
"is_bot": false,
"headline": "Merge pull request #150 from clue-labs/php8.1",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-12-06T19:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d406c88dd8cc24e995fe1b6ff674a6c431300177",
"body": null,
"is_bot": false,
"headline": "Support PHP 8.1",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-12-06T11:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b415164fb58e012ab5cb93205be72793ec8b5f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #143 from SimonFrings/gitattributes",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-09-11T16:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc4167383460749358c1b67564919e96b6e9cee8",
"body": null,
"is_bot": false,
"headline": "Add .gitattributes to exclude dev files from export",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-09-09T08:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c40dafffd87207534eee93d9eb6da4381e551fa",
"body": null,
"is_bot": false,
"headline": "Merge pull request #142 from SimonFrings/phpunit",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-09-03T21:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248b00e05d5add52a8119f6393eb3bc515306df4",
"body": null,
"is_bot": false,
"headline": "Run tests on PHP 8",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-09-02T10:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079b7efb666f6576f7601f1f8b07e099429b70ef",
"body": null,
"is_bot": false,
"headline": "Update PHPUnit configuration schema for PHPUnit 9.3",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-30T09:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e2fc4fac1593181537d73c319f2bbee94cd3bb",
"body": null,
"is_bot": false,
"headline": "Run tests on PHPUnit 9",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-30T08:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156a3c3dd3f477700a4c682b2d91e83ec25672d8",
"body": null,
"is_bot": false,
"headline": "Merge pull request #141 from clue-labs/errors",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-08-30T06:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705737bd8e09a5207a4c0b681bff3f20eb8cec3d",
"body": null,
"is_bot": false,
"headline": "Use socket error codes (errnos) for connection rejections",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-30T06:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a729faa191d370a08186e67d9c65b07390b13b1f",
"body": null,
"is_bot": false,
"headline": "Improve error reporting, include MySQL URI in all connection errors",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-29T21:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3d492c3e2dfec2495fab2cc52e887378b68692",
"body": null,
"is_bot": false,
"headline": "Merge pull request #139 from clue-labs/no-backslash-escapes",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-08-29T17:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8d3ec44927d222e7cf8e702473918cf7d13551",
"body": "Support URI scheme to create connection",
"is_bot": false,
"headline": "Merge pull request #138 from SimonFrings/uri",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-08-22T20:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839cda3e5281d1fc2cdb034bded5d3555c332d91",
"body": null,
"is_bot": false,
"headline": "Provide limited support for `NO_BACKSLASH_ESCAPES` SQL mode",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-20T09:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72d4709b133c0c0337051ccbe0c4c91b68d3a98",
"body": null,
"is_bot": false,
"headline": "Support URI scheme to create connection",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-17T07:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648174d78afdb41a8feb15b21dc46c734c7d2868",
"body": null,
"is_bot": false,
"headline": "Merge pull request #137 from SimonFrings/cleanup",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-08-09T15:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf56b6eb5c4a8c92863c725d620cbf6732b48e1",
"body": null,
"is_bot": false,
"headline": "Add errer reporting in example and minor clean up",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-09T08:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52726360cd54fd8f3dc9a23aecea9ed7c5fd008",
"body": null,
"is_bot": false,
"headline": "Replace array() with []",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-06T10:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb07ddd0e25ae7fe6cbd5ee09319ada8694929e",
"body": null,
"is_bot": false,
"headline": "Merge pull request #136 from SimonFrings/socket",
"author_name": "Cees-Jan Kiewiet",
"author_login": "WyriHaximus",
"committed_at": "2021-08-05T21:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "505b89d52050db65eb7aa905f5315544b026c6a0",
"body": null,
"is_bot": false,
"headline": "Use new deafult loop in test suite",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-08-04T11:58:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 2,
"latest_release_at": "2023-11-10T12:12:44Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 153,
"active_weeks_last_year": 2,
"days_since_latest_release": 988,
"mean_days_between_releases": 205.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "react/mysql",
"exists": true,
"license": "MIT",
"keywords": [
"database",
"mysql",
"async",
"reactphp"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/react/mysql",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/friends-of-reactphp/mysql",
"versions_count": 17,
"total_downloads": 461915,
"dependents_count": 45,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10155,
"first_published_at": null,
"latest_published_at": "2023-11-10T12:08:50Z",
"latest_version_yanked": null,
"days_since_latest_publish": 988
}
]
},
"popularity": {
"forks": 70,
"stars": 339,
"watchers": 22,
"fork_history": {
"days": [
{
"date": "2014-02-02",
"count": 1
},
{
"date": "2014-02-18",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-03-16",
"count": 1
},
{
"date": "2015-07-06",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2016-04-14",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-07-16",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-06-24",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2026-04-05",
"count": 2
}
],
"complete": true,
"collected": 69,
"total_forks": 70
},
"star_history": null,
"open_issues_and_prs": 22
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 91686,
"source_files_sampled": 32,
"oversized_source_files": 1,
"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": 9,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "evenement/evenement",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.0 || ^2.1 || ^1.1"
},
{
"name": "react/event-loop",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.2"
},
{
"name": "react/promise",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.2 || ^2.7"
},
{
"name": "react/promise-stream",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.6"
},
{
"name": "react/promise-timer",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.11"
},
{
"name": "react/socket",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.16"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "evenement/evenement",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/event-loop",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/promise",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/promise-stream",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/promise-timer",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/socket",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/async",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 6,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 106,
"open_issues": 15,
"closed_ratio": 0.83,
"closed_issues": 73,
"closed_unmerged_prs": 15
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "clue",
"commits": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/776829?v=4"
},
{
"type": "User",
"login": "WyriHaximus",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/147145?v=4"
},
{
"type": "User",
"login": "bixuehujin",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/1145280?v=4"
},
{
"type": "User",
"login": "jsor",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/55574?v=4"
},
{
"type": "User",
"login": "SimonFrings",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/44357440?v=4"
},
{
"type": "User",
"login": "realFlowControl",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/14161194?v=4"
},
{
"type": "User",
"login": "attozk",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1081912?v=4"
},
{
"type": "User",
"login": "staabm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/120441?v=4"
},
{
"type": "User",
"login": "bwaidelich",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/307571?v=4"
},
{
"type": "User",
"login": "ovr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/572096?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.406
},
"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": 2,
"reason": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 28 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6ceb2358c590a4670b6d57ee89912c9874d18e61",
"ran_at": "2026-07-25T18:45: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-02-21T19:24:03Z",
"oldest_open_prs": [
{
"number": 43,
"created_at": "2018-04-28T00:46:19Z",
"last_comment_at": "2019-07-01T10:10:58Z",
"last_comment_author": "Sarke"
},
{
"number": 148,
"created_at": "2021-12-02T13:29:31Z",
"last_comment_at": "2022-02-03T08:07:01Z",
"last_comment_author": "clue"
},
{
"number": 169,
"created_at": "2023-01-15T18:47:14Z",
"last_comment_at": "2023-03-13T13:55:47Z",
"last_comment_author": "Divi"
},
{
"number": 197,
"created_at": "2024-04-18T17:04:06Z",
"last_comment_at": "2024-09-25T13:33:56Z",
"last_comment_author": "dmarkic"
},
{
"number": 202,
"created_at": "2024-09-26T03:39:47Z",
"last_comment_at": "2024-09-26T06:04:36Z",
"last_comment_author": "dmarkic"
},
{
"number": 213,
"created_at": "2025-07-16T02:17:43Z",
"last_comment_at": "2025-10-22T20:47:01Z",
"last_comment_author": "grooverdan"
},
{
"number": 216,
"created_at": "2026-04-05T12:51:48Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-02-21T19:22:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 41,
"created_at": "2018-04-20T15:11:37Z",
"last_comment_at": "2019-05-29T16:27:51Z",
"last_comment_author": "tonix-tuft"
},
{
"number": 47,
"created_at": "2018-06-15T18:05:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2018-06-15T18:07:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2018-06-15T18:11:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2019-06-21T21:39:53Z",
"last_comment_at": "2022-12-21T13:39:24Z",
"last_comment_author": "nstwfdev"
},
{
"number": 147,
"created_at": "2021-11-25T10:38:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 151,
"created_at": "2021-12-20T06:55:45Z",
"last_comment_at": "2022-09-27T08:19:35Z",
"last_comment_author": "SimonFrings"
},
{
"number": 171,
"created_at": "2023-02-17T05:30:18Z",
"last_comment_at": "2023-03-23T07:26:23Z",
"last_comment_author": "SimonFrings"
},
{
"number": 174,
"created_at": "2023-04-28T11:22:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 175,
"created_at": "2023-04-28T11:53:05Z",
"last_comment_at": "2024-02-28T14:08:16Z",
"last_comment_author": "matejthetree"
},
{
"number": 192,
"created_at": "2024-03-06T23:57:37Z",
"last_comment_at": "2024-09-03T09:29:09Z",
"last_comment_author": "DubbaThony"
},
{
"number": 198,
"created_at": "2024-04-22T20:20:18Z",
"last_comment_at": "2024-04-24T05:30:59Z",
"last_comment_author": "WyriHaximus"
},
{
"number": 200,
"created_at": "2024-06-07T07:27:14Z",
"last_comment_at": "2024-07-30T10:38:48Z",
"last_comment_author": "DubbaThony"
},
{
"number": 201,
"created_at": "2024-09-16T16:42:45Z",
"last_comment_at": "2024-10-11T15:34:30Z",
"last_comment_author": "pfk84"
},
{
"number": 214,
"created_at": "2026-01-28T17:18:27Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/friends-of-reactphp/mysql",
"host": "github.com",
"name": "mysql",
"owner": "friends-of-reactphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 35,
"inputs": {
"security": 30,
"vitality": 27,
"community": 59,
"governance": 69,
"engineering": 47,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 47,
"overall_after_jurisdiction_multiplier": 35
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 27,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 153,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 153 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 153
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 988,
"mean_days_between_releases": 205.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 988 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 988
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~205.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 205.5
}
}
],
"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": 153,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 153 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 153
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 70,
"stars": 339,
"watchers": 22,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "339 stars",
"points": 41,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 339
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "70 forks",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 70
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "22 watchers",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 22
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"packages": [
"react/mysql"
],
"dependents": 45,
"ecosystems": "packagist",
"total_downloads": 461915,
"monthly_downloads": 10155
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,155 downloads/month across packagist",
"points": 53.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10155,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "45 packages depend on it",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 45
}
}
],
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 16,
"top_contributor_share": 0.406
},
"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 41% of commits",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 41
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 28 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"merged_prs": 106,
"open_issues": 15,
"closed_issues": 73,
"issue_closed_ratio": 0.83,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "106/121 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 106,
"decided": 121
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 36,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "friends-of-reactphp",
"public_repos": 7,
"account_age_days": 3367
},
"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": "36 followers of friends-of-reactphp",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 36,
"login": "friends-of-reactphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~9 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"react/mysql"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 988
},
"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 988 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 988
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 47,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"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. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 30,
"security_posture_before_jurisdiction": 40
},
"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": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 28 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 25
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.45,
"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": "45 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 24,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"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": 53,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 91686,
"source_files_sampled": 32,
"oversized_source_files": 1
},
"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": "1/32 source files over 60KB",
"points": 53.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"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-25T18:45:55.797072Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/friends-of-reactphp/mysql.svg",
"full_name": "friends-of-reactphp/mysql",
"license_state": "standard",
"license_spdx": "MIT"
}