Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 447,
"has_wiki": false,
"homepage": "https://clue.engineering/2018/introducing-reactphp-socks",
"languages": {
"PHP": 107646
},
"pushed_at": "2026-04-14T13:13:06Z",
"created_at": "2014-05-12T19:32:39Z",
"owner_type": "User",
"updated_at": "2026-06-02T18:36:27Z",
"description": "Async SOCKS proxy connector client and server implementation, tunnel any TCP/IP-based protocol through a SOCKS5 or SOCKS4(a) proxy server, built on top of ReactPHP.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "1.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://clue.engineering",
"name": "Christian Lück",
"type": "User",
"login": "clue",
"company": "@MakersHub-Inc / @clue-engineering",
"location": "~Aachen, Germany",
"followers": 1246,
"avatar_url": "https://avatars.githubusercontent.com/u/776829?v=4",
"created_at": "2011-05-09T13:10:28Z",
"is_verified": null,
"public_repos": 102,
"account_age_days": 5552
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-04-14T13:13:23Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-08-31T14:43:41Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2021-08-06T13:07:56Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2020-10-23T12:35:35Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-06-19T08:58:40Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-11-20T11:41:11Z"
},
{
"tag": "v0.8.7",
"kind": "patch",
"published_at": "2017-12-17T14:50:59Z"
},
{
"tag": "v0.8.6",
"kind": "patch",
"published_at": "2017-09-17T15:11:42Z"
},
{
"tag": "v0.8.5",
"kind": "patch",
"published_at": "2017-09-01T10:38:20Z"
},
{
"tag": "v0.8.4",
"kind": "patch",
"published_at": "2017-08-02T16:09:56Z"
},
{
"tag": "v0.8.3",
"kind": "patch",
"published_at": "2017-07-18T10:44:51Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2017-05-09T21:13:36Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2017-04-21T19:04:12Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2017-04-18T08:14:15Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2017-04-14T16:43:38Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2016-11-29T06:23:12Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2016-11-25T10:27:11Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2016-11-21T08:46:26Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2016-11-07T23:32:56Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2016-03-19T16:56:03Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2015-07-20T09:24:07Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2014-11-13T23:53:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2014-09-27T15:33:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2014-05-19T22:16:56Z"
}
],
"recent_commits": [
{
"oid": "b178d76c86edf286c67e48b75e5dbde2cc0cb028",
"body": null,
"is_bot": false,
"headline": "Prepare v1.5.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-14T13:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd58a0540d3906d2552f863ca9e30070c89038c7",
"body": "Avoid unneeded shutdown timer on already closed connection",
"is_bot": false,
"headline": "Merge pull request #125 from clue-labs/endconnection",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-14T11:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664c39f4da52c8919b89b81bef88342d69fcc43a",
"body": null,
"is_bot": false,
"headline": "Avoid unneeded shutdown timer on already closed connection",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-14T11:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd1c2d52f5decfd172eefcc0f9dc0933f4d4ff4",
"body": "Improve PHP 8.5+ support by avoiding deprecated `setAccessible()` calls",
"is_bot": false,
"headline": "Merge pull request #124 from clue-labs/php8.5",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-13T11:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88abc987cf3d92440962751d22dfed4420761837",
"body": null,
"is_bot": false,
"headline": "Improve PHP 8.5+ support by avoiding deprecated `setAccessible()` calls",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-13T10:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2cfadddcf4557b51740fa6de1cfde5a69738db0",
"body": "Improve PHP 8.4+ support by avoiding implicitly nullable types",
"is_bot": false,
"headline": "Merge pull request #123 from clue-labs/php8.4",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-13T00:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f467d7e5cbdaf21c15a23297c2cc39b6a5f4743",
"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": "2026-04-13T00:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9103215205498efb147f0eb24cf869fe3929d2",
"body": "Update test environment to report failed assertions",
"is_bot": false,
"headline": "Merge pull request #122 from clue-labs/assertions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-12T23:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9791590cf58eec3301eb6234fe53eb44caf7d52b",
"body": null,
"is_bot": false,
"headline": "Update test environment to report failed assertions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-12T22:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8954482e01f0de96f97f1b9b9eafece139e8a36",
"body": "Use reactphp/async instead of clue/reactphp-block",
"is_bot": false,
"headline": "Merge pull request #121 from clue-labs/async",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-12T17:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "114352e849d6da05276d9e6cdb5265c24dccbfb0",
"body": null,
"is_bot": false,
"headline": "Use reactphp/async instead of clue/reactphp-block",
"author_name": "Fabian Meyer",
"author_login": "dinooo13",
"committed_at": "2026-04-12T17:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228cd2ad1e110dd91ba253197fb0ee76b86c7e3c",
"body": null,
"is_bot": false,
"headline": "Update tests to close any server sockets",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-12T17:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d518c592ff474971cddd519dd9b31f3205d6e525",
"body": "Update test environment to fix tests on legacy PHP 7.2 with PHPUnit 8.5",
"is_bot": false,
"headline": "Merge pull request #120 from clue-labs/phpunit8",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2026-04-12T11:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd2e4814ac65d276570e094e641a6abe78ee21b",
"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-04-12T10:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c131185c3da7ce63cf196dc295d4e621cdcdbd",
"body": "Avoid creation of dynamic property (PHP 8.2+)",
"is_bot": false,
"headline": "Merge pull request #118 from clue-labs/dynamic-properties",
"author_name": "Cassandra Esser",
"author_login": "cassifyit",
"committed_at": "2024-05-28T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f2df28a41845220ec9e379426c39ce595d18c8",
"body": null,
"is_bot": false,
"headline": "Avoid creation of dynamic property (PHP 8.2+)",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-28T12:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0009ca30474342245263e6440d5cd6fdd9a0165",
"body": "Update close handler to avoid unhandled promise rejections",
"is_bot": false,
"headline": "Merge pull request #117 from clue-labs/unhandled-rejections",
"author_name": "Cassandra Esser",
"author_login": "cassifyit",
"committed_at": "2024-05-28T10:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f1e91fe4d90569a7eb915f822f2a97aec021d9",
"body": "Update tests to remove defunct badssl.com",
"is_bot": false,
"headline": "Merge pull request #116 from clue-labs/no-badssl",
"author_name": "Cassandra Esser",
"author_login": "cassifyit",
"committed_at": "2024-05-28T09:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039ce02c33520b25e2a914335e7555249fba5fde",
"body": null,
"is_bot": false,
"headline": "Update close handler to avoid unhandled promise rejections",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-28T09:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35481d25b0cad28b9d6ec3f4a29b4b41b1eb7f1",
"body": null,
"is_bot": false,
"headline": "Update tests to remove defunct badssl.com",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-28T07:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c20199415d85fdcb3048ffc4c121f1c4fd74e4d5",
"body": "Fix typos in documentation",
"is_bot": false,
"headline": "Merge pull request #112 from yadaiio/typos",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-28T06:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c54e66307a963f64f6037704ab3fff712cef6cff",
"body": "Run tests on PHP 8.3 and update test suite",
"is_bot": false,
"headline": "Merge pull request #113 from yadaiio/test_suite",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2024-05-27T19:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f013e9edf4a678f51eddae366c825a30c0d2972",
"body": null,
"is_bot": false,
"headline": "Run tests on PHP 8.3 and update test suite",
"author_name": "Yada Clintjens",
"author_login": "yadaiio",
"committed_at": "2024-05-27T19:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742389ca79b14990f163b7582492cf6e6748c615",
"body": null,
"is_bot": false,
"headline": "Fix typos in documentation",
"author_name": "Yada Clintjens",
"author_login": "yadaiio",
"committed_at": "2023-11-08T13:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3bd2ca5f43fea4b3bc4ef055179e0e6714730d",
"body": null,
"is_bot": false,
"headline": "Prepare v1.4.0 release",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-08-31T14:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea703c3cbe0c316b67326d5048218389f8e9280e",
"body": "Mark passwords and URIs as `#[\\SensitiveParameter]` (PHP 8.2+)",
"is_bot": false,
"headline": "Merge pull request #109 from SimonFrings/SensitiveParameter",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T14:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163371822a035e5d8471239ce897c3a0db4cb259",
"body": null,
"is_bot": false,
"headline": "Mark passwords and URIs as `#[\\SensitiveParameter]` (PHP 8.2+)",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-08-31T14:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f9be9272b1467612723142bc81af8806b881a1",
"body": "Test on PHP 8.2",
"is_bot": false,
"headline": "Merge pull request #108 from SimonFrings/php8.2",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-08-31T12:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c3f91893583b42811dc26bcfc5e83ddb7d1c889",
"body": null,
"is_bot": false,
"headline": "Test on PHP 8.2",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-08-31T12:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bcb929dc14a530f846320631e341350f5e70440",
"body": "Forward compatibility with upcoming Promise v3",
"is_bot": false,
"headline": "Merge pull request #106 from clue-labs/promise-v3",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-08-31T07:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79117f470e56bcfca2b504aa2173c0a0f434fe9f",
"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-08-30T14:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a49c805ebc1ddd2228c702a75cd938a77588b71",
"body": "Fix legacy HHVM build by downgrading Composer",
"is_bot": false,
"headline": "Merge pull request #107 from SimonFrings/hhvm",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-06-22T08:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c326be7ddee65412bb52330c9bf9f18faf5ffca2",
"body": null,
"is_bot": false,
"headline": "Fix legacy HHVM build by downgrading Composer",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-06-22T08:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685614df95dfd77cb9c6ca830f7ec7dc499772fe",
"body": null,
"is_bot": false,
"headline": "Forward compatibility with upcoming Promise v3",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-06-22T07:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3a6f46bb73c010ef49660b3eee4697a8d50031",
"body": "Support PHP 8.1",
"is_bot": false,
"headline": "Merge pull request #105 from clue-labs/php8.1",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-02-08T08:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5838918cbc8459b5373f823bfe901c80cbb270c",
"body": "Fix invalid references in exception stack trace",
"is_bot": false,
"headline": "Merge pull request #104 from clue-labs/trace",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2022-02-08T08:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab733e27b2ed110b7c9131f78834a50f3899a17",
"body": null,
"is_bot": false,
"headline": "Support PHP 8.1",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-02-08T08:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14500c47a6c90d7ac52ce0963063af438f8111e2",
"body": null,
"is_bot": false,
"headline": "Fix invalid references in exception stack trace",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2022-02-08T08:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f90edf489313301e87292c51d41faf8c21138513",
"body": null,
"is_bot": false,
"headline": "Prepare v1.3.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-06T13:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5707c2ddeb8af8ead411706eacd45d932de5ba3c",
"body": "Minor documentation improvements",
"is_bot": false,
"headline": "Merge pull request #102 from clue-labs/docs",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-05T11:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec44317acf8b481a4ef63cd8ae234f3f60ef254f",
"body": null,
"is_bot": false,
"headline": "Minor documentation improvements",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-05T11:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ed77d360be9c53b849033aa2e7e0883a4c57f5",
"body": "Simplify usage by supporting new Socket API without nullable loop",
"is_bot": false,
"headline": "Merge pull request #101 from clue-labs/socket",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-05T11:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32da2c8c58d591bd2f62040aec03cecc905193da",
"body": null,
"is_bot": false,
"headline": "Simplify usage by supporting new Socket API without nullable loop",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-08-05T11:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0d4c1c56608196eb228e71e36a8db182f4f9c1",
"body": "Simplify usage by updating to new default loop and making `Connector` optional",
"is_bot": false,
"headline": "Merge pull request #100 from clue-labs/default-loop",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-07-22T12:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d3feeea7dd1424ed255062413d3eda37f7ed766",
"body": null,
"is_bot": false,
"headline": "Simplify usage by making `Connector` optional",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-07-22T12:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd0691e31715313428e7c34d03951543855dc921",
"body": null,
"is_bot": false,
"headline": "Simplify usage by supporting new default loop",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-07-22T11:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712d85ce0c620a1855ae1eb0caa9b8627e1b348c",
"body": "Add badge to show number of project installations",
"is_bot": false,
"headline": "Merge pull request #99 from PaulRotmann/badge",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-07-02T13:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fe00694de51d7a0c524654c4b48cf7a6c7926f",
"body": null,
"is_bot": false,
"headline": "Add badge to show number of project installations",
"author_name": "Paul",
"author_login": "PaulRotmann",
"committed_at": "2021-07-01T13:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64bc0d18639478ff6679d21fbf69e96a2bdcf34",
"body": "Improve code examples and documentation",
"is_bot": false,
"headline": "Merge pull request #98 from clue-labs/readme",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-04-21T11:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e497952543d1845be575edb577443b55c212c96",
"body": null,
"is_bot": false,
"headline": "Improve example code to be more consistent",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-04-21T11:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0e726ab731ef47721ba8010afc3f45d0e4df4c",
"body": null,
"is_bot": false,
"headline": "Improve documentation, use fully qualified class names in all examples",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-04-21T06:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc99a10317dfb63fea84ab6d24da377f5c92017",
"body": "Use GitHub actions for continuous integration (CI)",
"is_bot": false,
"headline": "Merge pull request #97 from SimonFrings/ci",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2021-03-31T09:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ecf61af38616d5ecd62dd37bbfe93e2dd502d7",
"body": null,
"is_bot": false,
"headline": "Support PHP 8",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-03-31T08:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ee56f9b1c71714ca1e1694f374b9f63f11cb23",
"body": null,
"is_bot": false,
"headline": "Set Xdebug's stack limit to 256 for legacy PHP",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2021-03-31T08:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1054cf670219e181075b62a70e7270026a4d566b",
"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-03-31T08:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d87448e8990ab18f5c72cda0195cf1c506baf8",
"body": null,
"is_bot": false,
"headline": "Prepare v1.2.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-10-23T12:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f43641be4f4ad07a77cd1be6df42477d83e63bb",
"body": "Update PHPUnit configuration schema for PHPUnit 9.3 and use Number Codes if Error Constants are undefined",
"is_bot": false,
"headline": "Merge pull request #96 from SimonFrings/tests",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-10-23T12:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d3b3ca5dc4e46368fde58338f9d87f415318f7",
"body": "Update to reactphp/http v1.0.0, add improved HTTP examples and adapt documentation",
"is_bot": false,
"headline": "Merge pull request #95 from SimonFrings/http",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-10-23T12:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9da3a576f6c540a926f8ff8fc3519e4cbc7f44a",
"body": null,
"is_bot": false,
"headline": "Use Number Codes if Error Constants are undefined",
"author_name": "simon",
"author_login": "SimonFrings",
"committed_at": "2020-10-23T10:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364f75b852097798671f2ba6a79e75e861128c14",
"body": null,
"is_bot": false,
"headline": "Update PHPUnit configuration schema for PHPUnit 9.3",
"author_name": "simon",
"author_login": "SimonFrings",
"committed_at": "2020-10-23T10:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f60f89f1060989a934d2cb2526a358edf9ddb6b",
"body": null,
"is_bot": false,
"headline": "Add improved HTTP examples and adapt documentation",
"author_name": "simon",
"author_login": "SimonFrings",
"committed_at": "2020-10-23T10:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60fa846a7f9d8039908d4c39670b438842ae9780",
"body": null,
"is_bot": false,
"headline": "Update to reactphp/http v1.0.0",
"author_name": "simon",
"author_login": "SimonFrings",
"committed_at": "2020-10-23T10:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f23446e2ba6bea24f2ca17fe4f8309357a3671",
"body": null,
"is_bot": false,
"headline": "Prepare v1.1.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-06-19T09:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec070beb365f2a4b41851bf9e293c2dfcd7b1283",
"body": "Run tests on PHPUnit 9",
"is_bot": false,
"headline": "Merge pull request #93 from SimonFrings/tests",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-06-17T20:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74fd46d862b0d0b3adcd834850d17d903439036e",
"body": null,
"is_bot": false,
"headline": "Run tests on PHPUnit 9",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-06-16T09:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b7efb2ee423171795977dd4c175efa51bf507ab",
"body": "Avoid PHP warnings due to lack of args in exception trace on PHP 7.4",
"is_bot": false,
"headline": "Merge pull request #92 from clue-labs/trace",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-06-15T09:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc0e89f387fee8dfcfbb53e93061ac115e735c6",
"body": null,
"is_bot": false,
"headline": "Avoid PHP warnings due to lack of args in exception trace on PHP 7.4",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-06-15T08:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319f8331214317245eb57d5513077726ed32c7a9",
"body": "Clean up test suite, add .gitattributes to exclude dev files from exports and run tests on PHP 7.4 and simplify test matrix",
"is_bot": false,
"headline": "Merge pull request #91 from SimonFrings/tests",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2020-05-29T08:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b658d461950e7e41b93c98203fd8aeb5f23e23a7",
"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-05-29T08:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d38bbf6288ae646f306963a34df58c805482c279",
"body": null,
"is_bot": false,
"headline": "Clean up test suite",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-05-28T10:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c115cbb212b199b6c9c8a249bbde48433e42a70d",
"body": null,
"is_bot": false,
"headline": "Add .gitattributes to exclude dev files from exports",
"author_name": "Simon Frings",
"author_login": "SimonFrings",
"committed_at": "2020-05-28T10:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3935ff45d8dcd1453ba9c6e589b17b53f6f5ac60",
"body": "Link to using SSH proxy (SSH tunnel) as an alternative",
"is_bot": false,
"headline": "Merge pull request #88 from clue-labs/ssh-proxy",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-12-15T16:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404ecb38e2c5e0be6c24ce5d26b32c32f303665f",
"body": null,
"is_bot": false,
"headline": "Link to using SSH proxy (SSH tunnel) as an alternative",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-12-15T16:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60ae627807b4b04de0c5beca2344f6df666b802",
"body": null,
"is_bot": false,
"headline": "Prepare v1.0.0 release",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-20T11:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db7fa75f025a0c0d5d86aeb975ecb1bfad6c4f2",
"body": "URI scheme socks5:// acts only as an alias for default socks:// scheme",
"is_bot": false,
"headline": "Merge pull request #87 from clue-labs/socks5-uri",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-20T09:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4f80b4eeefa0f67f8e42b9aa22ecabb5157a6e",
"body": null,
"is_bot": false,
"headline": "URI scheme socks5:// acts only as an alias for default socks:// scheme",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-19T19:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1003eafbdda7c00adb984ab738cc9a5c4bfe705",
"body": "Improve documentation for examples and link to other projects",
"is_bot": false,
"headline": "Merge pull request #85 from clue-labs/examples",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-19T19:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26e005fc856b582986f9caea164a2e21a2c6699",
"body": null,
"is_bot": false,
"headline": "Improve documentation for examples and link to other projects",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-19T18:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c602a0f58d57c635e64f585cf2d5bfedeae82059",
"body": " Replace Server::setAuth() with optional `Server` constructor parameter",
"is_bot": false,
"headline": "Merge pull request #84 from clue-labs/server-auth",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-17T16:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6231abc9110540dc30e5ac4b9f6d991498718ff0",
"body": null,
"is_bot": false,
"headline": "Replace Server::setAuth() with optional constructor parameter",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-17T15:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a14c290bf54ec5485c6da1b3bc23b56aeab4e74",
"body": null,
"is_bot": false,
"headline": "Change Server::setAuth() to use bool as async promise resolution value",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-17T13:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace33941f031c27ff9fe07a2d4052f278b46918c",
"body": "Improve error reporting by always including target URI in exceptions",
"is_bot": false,
"headline": "Merge pull request #83 from clue-labs/error-messages",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-16T11:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb37efcfcbfd6f44f28a36e0f7fb35bc0961e93c",
"body": null,
"is_bot": false,
"headline": "Improve error reporting by always including target URI in exceptions",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-16T11:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f88aa610d0d2b89dc728ac509dfa1b3bbd167bb",
"body": "Improve promise cancellation and clean up any garbage references",
"is_bot": false,
"headline": "Merge pull request #82 from clue-labs/cancellation",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-16T11:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920be8d8b9e77ddc0730bbda57eba48e91d05c91",
"body": null,
"is_bot": false,
"headline": "Improve promise cancellation and clean up any garbage references",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-16T10:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469b8ee8cb74f859f3861ff13884c4e3f9e05547",
"body": "Remove explicit SOCKS4a handling and merge into SOCKS4 protocol handling and remove explicit SOCKS4a handling and merge into SOCKS4 protocol handling",
"is_bot": false,
"headline": "Merge pull request #81 from clue-labs/socks4a",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-16T08:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ff8c47c95c9e4207cd949dbde51f6512b379cc",
"body": null,
"is_bot": false,
"headline": "Remove unneeded Server::setProtocolVersion() method",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-15T15:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2e29531add9422186772b0626d1390e975219b",
"body": null,
"is_bot": false,
"headline": "Remove explicit SOCKS4a handling and merge into SOCKS4 protocol handling",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-15T15:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c7ba0010f093901aa5793c444b332fdac8e8b8",
"body": "Add Server::listen() method instead of accepting socket in constructor",
"is_bot": false,
"headline": "Merge pull request #80 from clue-labs/listen",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T16:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60adee7cde7462e4a0d8295dfe3a09d3a6370515",
"body": null,
"is_bot": false,
"headline": "Add Server::listen() method instead of accepting socket in constructor",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T15:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919fa4d0ac0731a5ad79d9c00cd95f4994a1f0ad",
"body": "Mark all classes as final and all internal APIs as `@internal`",
"is_bot": false,
"headline": "Merge pull request #79 from clue-labs/internal",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T15:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94e41c7526f4247e89812cc4d20184712bc64d41",
"body": "Remove undocumented \"connection\" event from Server and drop explicit Evenement dependency",
"is_bot": false,
"headline": "Merge pull request #78 from clue-labs/events",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T13:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94c73243b901a3f2a1bd7d9120ffffa66d60c76",
"body": null,
"is_bot": false,
"headline": "Mark classes as final to discourage inheritance",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T10:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b77b4008642b5b43619ce8889ce0500d0463a5",
"body": null,
"is_bot": false,
"headline": "Mark internal API as @internal",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T10:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa478fe092ef92325c45702605d8dd8a22e494aa",
"body": null,
"is_bot": false,
"headline": "Do not emit undocumented events on foreign connection objects",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T09:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce16df7ff8787f4a8c8e447abce9944c66945ce3",
"body": null,
"is_bot": false,
"headline": "Remove undocumented \"connection\" event and explicit Evenement dependency",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-11-13T09:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c252676b68475d1f81ac4cba67b495fc73f1c68f",
"body": "Update project homepage",
"is_bot": false,
"headline": "Merge pull request #75 from clue-labs/name",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-05-12T10:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051562658fd3aaa4be9440d3d36b8682778c9691",
"body": null,
"is_bot": false,
"headline": "Update project homepage",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-05-12T08:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f08c0e6d53081362abb0487fc96015ef29ff5d7",
"body": "Clients defaults to SOCKS5 instead of SOCKS4a",
"is_bot": false,
"headline": "Merge pull request #74 from clue-labs/socks5-default",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-02-22T15:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e04049edef840f18dc37dea3e857984b189528",
"body": null,
"is_bot": false,
"headline": "Clients defaults to SOCKS5 instead of SOCKS4a",
"author_name": "Christian Lück",
"author_login": "clue",
"committed_at": "2018-02-22T15:01:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 12,
"latest_release_at": "2026-04-14T13:13:23Z",
"latest_release_tag": "v1.5.0",
"releases_from_tags": false,
"days_since_last_push": 98,
"active_weeks_last_year": 1,
"days_since_latest_release": 98,
"mean_days_between_releases": 353
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "clue/socks-react",
"exists": true,
"license": "MIT",
"keywords": [
"async",
"socks client",
"socks server",
"tcp tunnel",
"proxy server",
"reactphp",
"socks5",
"socks4a"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/clue/socks-react",
"is_deprecated": false,
"latest_version": "v1.5.0",
"repository_url": "https://github.com/clue/reactphp-socks",
"versions_count": 24,
"total_downloads": 1125868,
"dependents_count": 56,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 9416,
"first_published_at": null,
"latest_published_at": "2026-04-14T13:12:51Z",
"latest_version_yanked": null,
"days_since_latest_publish": 98
}
]
},
"popularity": {
"forks": 26,
"stars": 118,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2015-02-22",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-05-08",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-09-16",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2019-03-19",
"count": 2
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-10-04",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
}
],
"complete": true,
"collected": 26,
"total_forks": 26
},
"star_history": {
"days": [
{
"date": "2014-05-19",
"count": 1
},
{
"date": "2014-06-13",
"count": 1
},
{
"date": "2014-09-27",
"count": 1
},
{
"date": "2014-11-01",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-06-17",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-10-17",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-11-18",
"count": 1
},
{
"date": "2016-01-15",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-02-05",
"count": 2
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-10-07",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-26",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-06-01",
"count": 2
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-02-16",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-26",
"count": 3
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-04",
"count": 2
},
{
"date": "2019-05-18",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-05",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-10-10",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-31",
"count": 2
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
}
],
"complete": true,
"collected": 117,
"total_stars": 118
},
"open_issues_and_prs": 0
},
"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": 24542,
"source_files_sampled": 23,
"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": 8,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "react/promise",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.3 || ^2.1 || ^1.2"
},
{
"name": "react/socket",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.17"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "react/promise",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/socket",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "clue/connection-manager-extra",
"direct": false,
"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"
},
{
"name": "react/event-loop",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "react/http",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 2,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 88,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 35,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "clue",
"commits": 447,
"avatar_url": "https://avatars.githubusercontent.com/u/776829?v=4"
},
{
"type": "User",
"login": "SimonFrings",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/44357440?v=4"
},
{
"type": "User",
"login": "cassifyit",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/146736500?v=4"
},
{
"type": "User",
"login": "yadaiio",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/137186380?v=4"
},
{
"type": "User",
"login": "WyriHaximus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/147145?v=4"
},
{
"type": "User",
"login": "dinooo13",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44942030?v=4"
},
{
"type": "User",
"login": "sinacek",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1140123?v=4"
},
{
"type": "User",
"login": "PaulRotmann",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/85174210?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.943
},
"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": 4,
"reason": "6 out of 14 merged PRs checked by a CI test -- score normalized to 4",
"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": 5,
"reason": "Found 8/16 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": "b178d76c86edf286c67e48b75e5dbde2cc0cb028",
"ran_at": "2026-07-22T02:18:35Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-14T13:14:14Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-14T11:44:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/clue/reactphp-socks",
"host": "github.com",
"name": "reactphp-socks",
"owner": "clue"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 35,
"vitality": 42,
"community": 54,
"governance": 70,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 42,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 1,
"days_since_last_push": 98,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 98 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 98
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"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": "good",
"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": 74,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v1.5.0",
"releases_from_tags": false,
"days_since_latest_release": 98,
"mean_days_between_releases": 353
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 98 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 98
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~353 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 353
}
}
],
"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": 98,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 98 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 98
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 26,
"stars": 118,
"watchers": 12,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "118 stars",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 118
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "26 forks",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 26
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"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": 65,
"inputs": {
"packages": [
"clue/socks-react"
],
"dependents": 56,
"ecosystems": "packagist",
"total_downloads": 1125868,
"monthly_downloads": 9416
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "9,416 downloads/month across packagist",
"points": 53,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 9416,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "56 packages depend on it",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 56
}
}
],
"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": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.943
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 94% of commits",
"points": 1.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"merged_prs": 88,
"open_issues": 0,
"closed_issues": 35,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "88/90 decided PRs merged",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 88,
"decided": 90
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/16 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"followers": 1246,
"owner_type": "User",
"is_verified": null,
"owner_login": "clue",
"public_repos": 102,
"account_age_days": 5552
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,246 followers of clue",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1246,
"login": "clue"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "102 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 102
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"clue/socks-react"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 98
},
"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 98 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 98
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 56,
"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": "6 out of 14 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://clue.engineering/2018/introducing-reactphp-socks",
"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://clue.engineering/2018/introducing-reactphp-socks",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 14 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"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 8/16 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"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": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.4,
"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": "40 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"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": 24542,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:18:53.580348Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/clue/reactphp-socks.svg",
"full_name": "clue/reactphp-socks",
"license_state": "standard",
"license_spdx": "MIT"
}