Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"php",
"http",
"http-client",
"httpclient",
"psr-18"
],
"is_fork": false,
"size_kb": 195,
"has_wiki": false,
"homepage": "http://httplug.io",
"languages": {
"PHP": 16749
},
"pushed_at": "2025-12-10T17:09:30Z",
"created_at": "2015-04-25T15:56:07Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T07:14:23Z",
"description": "HTTPlug, the HTTP client abstraction for PHP",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "2.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "http://php-http.org",
"name": "The PHP HTTP group",
"type": "Organization",
"login": "php-http",
"company": null,
"location": null,
"followers": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/12104859?v=4",
"created_at": "2015-04-24T20:27:37Z",
"is_verified": null,
"public_repos": 44,
"account_age_days": 4106
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.4.1",
"kind": "patch",
"published_at": "2024-09-23T11:42:35Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2023-04-14T15:10:56Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2022-02-21T09:53:06Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2020-07-13T15:44:28Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2019-12-27T10:08:34Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2018-10-31T09:23:46Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2016-08-31T08:47:30Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-01-26T14:35:50Z"
},
{
"tag": "v1.0.0-beta",
"kind": "prerelease",
"published_at": "2015-12-17T15:26:24Z"
},
{
"tag": "v1.0.0-alpha3",
"kind": "prerelease",
"published_at": "2015-12-13T11:57:39Z"
},
{
"tag": "v1.0.0-alpha2",
"kind": "prerelease",
"published_at": "2015-11-16T14:19:27Z"
},
{
"tag": "v1.0.0-alpha",
"kind": "prerelease",
"published_at": "2015-10-26T10:08:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-06-03T17:59:29Z"
}
],
"recent_commits": [
{
"oid": "37819ce3c78ed2e7d001de68b38e697bbd525f89",
"body": "* Run CI on PHP 8.3 and 8.4",
"is_bot": false,
"headline": "Run CI on PHP 8.3 and 8.4 (#176)",
"author_name": "Graham Campbell",
"author_login": "GrahamCampbell",
"committed_at": "2024-09-23T13:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cad731844891a4c282f3f3e1b582c46839d22f4",
"body": null,
"is_bot": false,
"headline": "prepare release",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2024-09-23T11:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87779285e14780b0a85209bfed8abd9d5fe0322e",
"body": "Make nullable parameter types explicit",
"is_bot": false,
"headline": "Merge pull request #175 from derrabus/bugfix/implicit-nullable",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2024-03-15T16:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1429d6a7a5002b8337d7f9984f12316d67348ac",
"body": null,
"is_bot": false,
"headline": "Make nullable parameter types explicit",
"author_name": "Alexander M. Turek",
"author_login": "derrabus",
"committed_at": "2024-03-15T12:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074c34abccbd8cd7e2128568c2d0e512e7282049",
"body": "cleanup promise phpdoc",
"is_bot": false,
"headline": "Merge pull request #174 from php-http/promise-cleanup",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2024-01-04T18:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8567210ffcae1212547d9ba67675a8eed5947f",
"body": null,
"is_bot": false,
"headline": "cleanup promise phpdoc",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2024-01-04T18:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625ad742c360c8ac580fcc647a1541d29e257f67",
"body": null,
"is_bot": false,
"headline": "prepare release",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T15:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "822dbc92c49f8628b872188135138420390107ca",
"body": "Deprecate Http\\Client\\HttpClient and allow psr/http-message v2",
"is_bot": false,
"headline": "Merge pull request #171 from nicolas-grekas/deprec-sync",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "785c0b795d5e4a16d556410b15c2f9c56e527fbe",
"body": null,
"is_bot": false,
"headline": "Merge branch '2.x' into deprec-sync",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259f4d3afc39a4bd4a0bc523869ee4c883edcd3c",
"body": "Cleanup build",
"is_bot": false,
"headline": "Merge pull request #172 from php-http/cleanup-build",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44b89d7fcc90f75306eb03badb9ab0713b7fe64",
"body": null,
"is_bot": false,
"headline": "php 8.1 and 8.2",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d18287787d378be296c5d433377d391b6bc0a5",
"body": null,
"is_bot": false,
"headline": "cleanup ci actions configuration",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54fcb952f4bf306cad7f46c1f8512e0da8b8df86",
"body": null,
"is_bot": false,
"headline": "semantic branch naming",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2023-04-14T14:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692eb01845aed66b8bdb33e3973f7fec63c32858",
"body": null,
"is_bot": false,
"headline": "Deprecate Http\\Client\\HttpClient and allow psr/http-message v2",
"author_name": "Nicolas Grekas",
"author_login": "nicolas-grekas",
"committed_at": "2023-04-11T09:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f640739f80dfa1152533976e3c112477f69274eb",
"body": null,
"is_bot": false,
"headline": "prepare release",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-21T09:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecccc43521bb4b42d10a3fad1dbf0d3a5da3e42",
"body": "remove slack badge as it does not work",
"is_bot": false,
"headline": "Merge pull request #169 from php-http/slack-badge",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-21T09:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e8b6f8516a96be0eaab16b6e95a533166aabe9",
"body": null,
"is_bot": false,
"headline": "Allow returning a Promise in onRejected then() (#168)",
"author_name": "Enrico Zimuel",
"author_login": "ezimuel",
"committed_at": "2022-02-21T09:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6a1399de639c8680584389c6815516b6de90ec",
"body": "cleanup CI status",
"is_bot": false,
"headline": "Merge pull request #170 from php-http/ci-status",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-17T07:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771758b9bd64d607c768e99d564f83366b7eefe9",
"body": null,
"is_bot": false,
"headline": "cleanup build matrix",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-17T07:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0eb541e5e5e1f56d3b20f3a53bffe00a9c5979",
"body": null,
"is_bot": false,
"headline": "adjust static analysis configuration to BC breaks",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-17T07:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856136f5d92f434452f3cabb7f460bdef83cfcd3",
"body": null,
"is_bot": false,
"headline": "cleanup ci configuration",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-17T07:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931ffbf5f4e268c7e736a2a1aee87ab37278c4fb",
"body": null,
"is_bot": false,
"headline": "remove slack badge as it does not work",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2022-02-17T07:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"body": "Release 2.2.0",
"is_bot": false,
"headline": "Merge pull request #164 from GrahamCampbell/patch-1",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2020-07-13T15:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a403cfbb0f949a84989bd152ac7d73690914244b",
"body": null,
"is_bot": false,
"headline": "Release 2.2.0",
"author_name": "Graham Campbell",
"author_login": "GrahamCampbell",
"committed_at": "2020-07-13T15:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183c36ee13886bccfcf910f67286efd8853dfa2b",
"body": "Delete .travis.yml",
"is_bot": false,
"headline": "Merge pull request #163 from GrahamCampbell/patch-1",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2020-07-13T15:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab2542e7a84cbb557ddb3cd9cc299c7889acae0",
"body": null,
"is_bot": false,
"headline": "Delete .travis.yml",
"author_name": "Graham Campbell",
"author_login": "GrahamCampbell",
"committed_at": "2020-07-13T15:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd345b7c7940ccabeeccfd376b54d9c08f0e347",
"body": "Support PHP 7.1-8.0",
"is_bot": false,
"headline": "Merge pull request #162 from GrahamCampbell/php8",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2020-07-13T15:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb458e4a1f84ec593dae8f862b75692769f86815",
"body": "Co-Authored-By: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>",
"is_bot": false,
"headline": "Support PHP 7.1-8.0",
"author_name": "Graham Campbell",
"author_login": "GrahamCampbell",
"committed_at": "2020-07-13T12:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b242499399ba82700bcd563b7497272cc90459",
"body": null,
"is_bot": false,
"headline": "Remove community health files",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2019-12-30T13:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"body": null,
"is_bot": false,
"headline": "prepare release",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2019-12-27T10:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd87166fe8d41ec7d9b80153554c222671385d13",
"body": "#155 Distinct Network and Request exceptions",
"is_bot": false,
"headline": "PSR-18: Network / Request exception inheritance (#158)",
"author_name": "David Grayston",
"author_login": "davidgrayston",
"committed_at": "2019-12-27T10:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4c56a65728b0c9a5f9f9f50d524d2c1628e677",
"body": "Update phpspec and phpspec-code-coverage",
"is_bot": false,
"headline": "Update phpspec (#157)",
"author_name": "Maxim",
"author_login": "Big-Shark",
"committed_at": "2019-12-17T08:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7bbae48a04929525cecd23efce5eaec1343901b",
"body": "Test on 7.4",
"is_bot": false,
"headline": "Merge pull request #156 from Big-Shark/patch-1",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2019-12-16T07:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33744274aeafdab77022cdfadb5db17fb04bd0b0",
"body": null,
"is_bot": false,
"headline": "Test on 7.4",
"author_name": "Maxim",
"author_login": "Big-Shark",
"committed_at": "2019-12-14T23:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af4427dc789a03245635113c39b53e7d6faf6c7",
"body": "…eption\n\nUse static instead of self for instancing HttpException",
"is_bot": false,
"headline": "Merge pull request #153 from kpn13/static_instead_of_self_for_httpexc…",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2019-10-02T11:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aafc4078e643c68b461e9974cf96d32c86820e0",
"body": null,
"is_bot": false,
"headline": "Use static instead of self for instancing HttpException",
"author_name": "Karim PINCHON",
"author_login": null,
"committed_at": "2019-10-02T09:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f1b189a8f15c2d52a6d1d2cff7b57169973119",
"body": null,
"is_bot": false,
"headline": "Remove exception docblock (#151)",
"author_name": "Mponos George",
"author_login": "gmponos",
"committed_at": "2019-03-05T07:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11f1e36e8c4ea5b9ebeb60109703e21c4103f02",
"body": "tweak readme",
"is_bot": false,
"headline": "Merge pull request #150 from php-http/update-readme",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2018-10-31T11:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fc21724f6fd6859fc3e4405870cb20a4360959",
"body": null,
"is_bot": false,
"headline": "tweak readme",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2018-10-31T11:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3842537338c949f2469557ef4ad4bdc47b58603",
"body": "* Update change log\r\n\r\n* Update readme\r\n\r\n* Prepare release\r\n\r\n* Remove branch alias\r\n\r\n* Update PSR-18 dependency version\r\n\r\n* Fix changelog\r\n\r\n* Mention in the readme that new implementations should use PSR-18\r\n\r\n* Make requested changes\r\n\r\n* Update readme\r\n\r\n* Update change log",
"is_bot": false,
"headline": "Prepare release (#149)",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2018-10-31T09:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4652dda1e87b46c83cf06ef2b01c4004f50b279",
"body": null,
"is_bot": false,
"headline": "Test on php 7.3 (#147)",
"author_name": "Graham Campbell",
"author_login": "GrahamCampbell",
"committed_at": "2018-10-27T12:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a454a15dd99734f4d133010c1fc598ad21d81017",
"body": "Prepare for 2.0",
"is_bot": false,
"headline": "Merge pull request #145 from php-http/2.x",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-10-27T10:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e296052447a8c8c391c619ba2058284e578e033",
"body": "it seems a recent version of hhvm did a BC break, builds that have been successful now fail with\r\n```\r\nFatal error: Uncaught TypeError: Argument 1 passed to spec\\Http\\Client\\Exception\\HttpExceptionSpec::let() must implement interface Psr\\Http\\Message\\RequestInterface, PhpSpec\\Wrapper\\Collaborator given in /home/travis/build/php-http/httplug/spec/Exception/HttpExceptionSpec.php:14\r\n```",
"is_bot": false,
"headline": "stop building with hhvm because it stopped working (#146)",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2018-10-18T10:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9b48a122c2497327ce296bfd6496754c957c1d",
"body": null,
"is_bot": false,
"headline": "Make sure branch alias is better (#140)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-09-05T20:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d9521483243ce2e1980240d78a2968baac24c0a",
"body": "Update according to 0.3 of psr-18",
"is_bot": false,
"headline": "Merge pull request #138 from php-http/patch-psr18-03",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2018-09-05T06:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832daffc71ffcfd1ccf50cd602950df4709335a2",
"body": null,
"is_bot": false,
"headline": "Update according to 0.3 of psr-18",
"author_name": "Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-09-02T11:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16e76df4b8a7e33e42309a501e79fee6b4ccbe8",
"body": null,
"is_bot": false,
"headline": "Adapt to the REVIEW version of PSR18 (#137)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-23T12:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89939cc69cb9887313c72b0a769bed77e5c1dbcf",
"body": null,
"is_bot": false,
"headline": "Better alias (#135)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-08-01T10:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6885b6c94751e64efc1473bedff1706cf86596d9",
"body": "* Adding PSR package\r\n\r\n* Added return types and dropped PHP5\r\n\r\n* Removed redundant comments\r\n\r\n* Removed return type\r\n\r\n* Removed return types\r\n\r\n* Make sure our exception implements the correct interfaces\r\n\r\n* Make it more clear what interface we are implementing\r\n\r\n* minor\r\n\r\n* Use version 0.1\r\n\r\n* Remove HHVM\r\n\r\n* Added change log\r\n\r\n* Small fixes\r\n\r\n* Updated branch alias",
"is_bot": false,
"headline": "Adding PSR package (#128)",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2018-07-30T08:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa7b216322f8157e21025f04f72eda0ee12f89d",
"body": "Show only build status on master",
"is_bot": false,
"headline": "Merge pull request #133 from php-http/Nyholm-patch-1",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2017-12-18T08:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da0c3a3b86c17fc7dddbc16ee8d331c1919c799",
"body": null,
"is_bot": false,
"headline": "Show only build status on master",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2017-12-17T12:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036f86f0cb1f37c13dd9b5e75b71866e7ab3f60b",
"body": "Improve travis config for HHVM and PHP7",
"is_bot": false,
"headline": "Merge pull request #129 from php-http/Nyholm-travis",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2017-08-18T18:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ecae4c6bbe4f9872bda2104ae22d1eebf78461",
"body": null,
"is_bot": false,
"headline": "Do not fail if \"phpenv config-rm\" fails",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2017-08-18T13:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ec0766e9d9f3e743332bcffa5de3932b5d516dd",
"body": null,
"is_bot": false,
"headline": "Test on PHP 7.2",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2017-08-18T13:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4ac283544d15b836fac93c72dfc3c10af07ed1",
"body": null,
"is_bot": false,
"headline": "Improve travis config for HHVM and PHP7",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2017-08-18T12:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32fefee51cb96e99edb0c4bb1d11b5026ad5069",
"body": "Update LICENSE year",
"is_bot": false,
"headline": "Merge pull request #121 from php-http/sagikazarmark-patch-1",
"author_name": "David Buchmann",
"author_login": "dbu",
"committed_at": "2017-01-02T06:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322a137a7feb60f208747e2e071ae226e14feb7d",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2017-01-01T19:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d48cadcd1dfd858fc372fd4c5c7be8ef74b731",
"body": null,
"is_bot": false,
"headline": "Update branch alias and Change Log",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-09-02T09:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
"body": null,
"is_bot": false,
"headline": "Prepare 1.1.0 release",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2016-08-31T08:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5343ca11bd3f9e34c6cdec9186de97f46e9023a2",
"body": "Add specific http promise",
"is_bot": false,
"headline": "Merge pull request #116 from php-http/feature/http-specific-promise",
"author_name": "Tobias Nyholm",
"author_login": "Nyholm",
"committed_at": "2016-08-31T07:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ce613638b6eb514d52e4751794ce48f0f56f02",
"body": null,
"is_bot": false,
"headline": "Add specific http promise",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2016-08-03T10:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5183cf89f7d3f0442dc6c3ec2e72668b50a8f1f3",
"body": "Improve package files",
"is_bot": false,
"headline": "Merge pull request #115 from php-http/improve_package",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-07-15T22:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebc05a95871fb39c04bb9f45a70451eb2b5846c",
"body": null,
"is_bot": false,
"headline": "Improve package files",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-07-15T22:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19deb66509fa3d5a828892a05c9e572c48a5c7ad",
"body": "Fix branch alias",
"is_bot": false,
"headline": "Merge pull request #110 from xabbuh/patch-1",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-28T07:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a6acf5e9a28c7a63b853902e12a90a33434ff6",
"body": null,
"is_bot": false,
"headline": "fix branch alias",
"author_name": "Christian Flothmann",
"author_login": "xabbuh",
"committed_at": "2016-01-27T20:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2061047ca53a08a6b8f52e997b2a76f386b397dd",
"body": "Prepare stable release",
"is_bot": false,
"headline": "Merge pull request #109 from php-http/stable_release",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-26T14:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da2eadaf91968a026e6fd6fa84518484bba20e40",
"body": null,
"is_bot": false,
"headline": "Prepare stable release, closes #108",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-26T13:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6608e8cac176f72fc01e4d31c7716771b13a346e",
"body": "Add Promise return type doc in Async client",
"is_bot": false,
"headline": "Merge pull request #107 from php-http/promise_result",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2016-01-25T22:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0896abcda2e0eff8b255266d95a5203b2bb12c",
"body": "…omise#9",
"is_bot": false,
"headline": "Add Promise return type doc in Async client introduced in php-http/pr…",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-25T22:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d23156211449d25849ffc8a563d7dfc061cb9c",
"body": null,
"is_bot": false,
"headline": "Prepare RC1 release",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-12T16:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f238c888bc4a667659fbeb8921b5fe53152d1bf",
"body": null,
"is_bot": false,
"headline": "Fix composer stability",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-12T09:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55819a14754cc886f291c15dc1c043359465ce95",
"body": null,
"is_bot": false,
"headline": "Update promise dependency",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-12T09:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e7a6a3611630e3ab4de220e4c459c1ce57d92e",
"body": null,
"is_bot": false,
"headline": "Update StyleCI config",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-11T00:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b445cacd9368e8ed6214464cc71f82659155b952",
"body": null,
"is_bot": false,
"headline": "Bump year",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-10T18:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73a0b596c10fd7dc319cd5dea0eb082bb317b21",
"body": null,
"is_bot": false,
"headline": "Update contributing guide",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-10T18:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c9a013cc75d16cad71bf612492bedc65bdc67f",
"body": null,
"is_bot": false,
"headline": "Add package name to puli configuration",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2016-01-07T15:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94262d31a7694b8945b9ef80ebfd439c564afc47",
"body": null,
"is_bot": false,
"headline": "Prepare beta release",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-17T15:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1800c26e980fd26039fedfd7e1458f08bb135e",
"body": "Add puli configuration and binding types",
"is_bot": false,
"headline": "Merge pull request #97 from php-http/puli",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-12-17T15:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9f0979c993838c8156d214c1b02f3a5e3def3a8",
"body": null,
"is_bot": false,
"headline": "Add puli configuration and binding types",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-16T23:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b3d7de0405ef646e447baa13b2c86f8e58088e",
"body": "Add exception explanation, fixes #87",
"is_bot": false,
"headline": "Merge pull request #93 from php-http/exceptions",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-12-15T23:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfbf75b5964603d3c5617ea41dd422f60f25d093",
"body": "Add missing trailing dot\n\nAdd better explanation for workflow exceptions in Async Client\n\nUse FQCN to avoid confusion",
"is_bot": false,
"headline": "Add exception explanation, fixes #87",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-15T22:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fab29d4869173179f914d82e1ca771601e20bdf",
"body": null,
"is_bot": false,
"headline": "Update phpspec config indentation",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T17:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba0ee1d60c4971eb216f5b1506655200f4ed0d7",
"body": null,
"is_bot": false,
"headline": "Exclude StyleCI PRs in travis",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T16:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78087176703a5680ba8da4066bfd28525546c9cf",
"body": null,
"is_bot": false,
"headline": "Revert phpdoc_order",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c522209f83ee4252d2a0ade72161714a43ed3d",
"body": null,
"is_bot": false,
"headline": "Update StyleCI",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T16:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f657cd9c919a5a0141867048aecbedb6d40c1c5a",
"body": "Update files from boilerplate, add styleci",
"is_bot": false,
"headline": "Merge pull request #94 from php-http/styleci",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T15:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "504ab8cf0b4296f81093abd21ef2adcd2fbf1c1b",
"body": null,
"is_bot": false,
"headline": "Update files from boilerplate, add styleci",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-14T14:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c15ae8a07c60bf787c24db334d045ce37e456152",
"body": "Support PHP 7",
"is_bot": false,
"headline": "Merge pull request #91 from php-http/php7-support",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-12-13T12:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2741ac1ce8c0e06d304384f28e23b3db828ada33",
"body": null,
"is_bot": false,
"headline": "Support php7",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2015-12-13T12:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38441d6dc0a460d0c2ba477a8594f5951bdff97c",
"body": null,
"is_bot": false,
"headline": "Prepare 1.0.0-alpha3 release",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-12-13T11:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868ad59c99fe5941a3b362666df06558a84bd9b7",
"body": "Use php-http/promise for the async interface",
"is_bot": false,
"headline": "Merge pull request #90 from php-http/feature/promise-dep",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-12-13T11:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a73d6c614f6a8324cff5ffeb358d11c8b19dded",
"body": null,
"is_bot": false,
"headline": "Use php-http/promise for the async interface",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2015-12-12T22:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35e2c9d51c8b2b8884e569d5cb9462323627472",
"body": null,
"is_bot": false,
"headline": "Async client should not throw exceptions, but always return a Promise",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-11-20T11:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4545ca2018422e440be495bc55b68521acbe5b6",
"body": null,
"is_bot": false,
"headline": "Prepare alpha2",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-11-16T14:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d54ef6852a17ed65854c1454078042a1860b71",
"body": "Merge Async client and Promise in Httplug",
"is_bot": false,
"headline": "Merge pull request #83 from php-http/async",
"author_name": "Joel Wurtz",
"author_login": "joelwurtz",
"committed_at": "2015-11-16T13:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efbeb3b7223bcc20d4679074e9224b7b693586c2",
"body": "…nc#1",
"is_bot": false,
"headline": "Merge Async client and Promise in Httplug, close php-http/httplug-asy…",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-11-16T13:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20623cfc0423e0af1b3029235556b800421a181",
"body": null,
"is_bot": false,
"headline": "Update CONTRIBUTING guide",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-11-16T12:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12663273096f8aa7d9a9b68db071032cd72e5dd",
"body": "Update contact details",
"is_bot": false,
"headline": "Merge pull request #81 from php-http/contact_details",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-11-08T11:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008b1b5914ce0b267ccf202e733783e1b75d668d",
"body": null,
"is_bot": false,
"headline": "Update contact details",
"author_name": "Sági-Kazár Márk",
"author_login": "sagikazarmark",
"committed_at": "2015-11-08T11:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f48230313ecfca9309417d17398d04354bdd6c4",
"body": "A few more improvements",
"is_bot": false,
"headline": "Merge pull request #80 from php-http/improvements",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2015-11-08T11:14:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 0,
"latest_release_at": "2024-09-23T11:42:35Z",
"latest_release_tag": "2.4.1",
"releases_from_tags": false,
"days_since_last_push": 224,
"active_weeks_last_year": 0,
"days_since_latest_release": 667,
"mean_days_between_releases": 356.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": true,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "php-http/httplug",
"exists": true,
"license": "MIT",
"keywords": [
"http",
"client"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/php-http/httplug",
"is_deprecated": false,
"latest_version": "2.4.1",
"repository_url": "https://github.com/php-http/httplug",
"versions_count": 14,
"total_downloads": 330386618,
"dependents_count": 776,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6267052,
"first_published_at": null,
"latest_published_at": "2024-09-23T11:39:58Z",
"latest_version_yanked": null,
"days_since_latest_publish": 667
}
]
},
"popularity": {
"forks": 40,
"stars": 2595,
"watchers": 30,
"fork_history": {
"days": [
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-06-01",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_forks": 40
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 3343,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "psr/http-client",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
},
{
"name": "psr/http-message",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0 || ^2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/http-client",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "friends-of-phpspec/phpspec-code-coverage",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-http/promise",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpspec/phpspec",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 70,
"open_issues": 1,
"closed_ratio": 0.989,
"closed_issues": 88,
"closed_unmerged_prs": 17
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sagikazarmark",
"commits": 162,
"avatar_url": "https://avatars.githubusercontent.com/u/1226384?v=4"
},
{
"type": "User",
"login": "dbu",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/76576?v=4"
},
{
"type": "User",
"login": "Nyholm",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/1275206?v=4"
},
{
"type": "User",
"login": "joelwurtz",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/90466?v=4"
},
{
"type": "User",
"login": "GeLoLabs",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/149005863?v=4"
},
{
"type": "User",
"login": "GrahamCampbell",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2829600?v=4"
},
{
"type": "User",
"login": "xabbuh",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1957048?v=4"
},
{
"type": "User",
"login": "Big-Shark",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/646054?v=4"
},
{
"type": "User",
"login": "derrabus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1506493?v=4"
},
{
"type": "User",
"login": "davidgrayston",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1229335?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.667
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"static.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 7/16 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 63 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": 10,
"reason": "security policy file 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": "37819ce3c78ed2e7d001de68b38e697bbd525f89",
"ran_at": "2026-07-22T17:42:20Z",
"aggregate_score": 4.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": null,
"oldest_open_prs": [
{
"number": 177,
"created_at": "2025-12-10T17:09:38Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-09-23T13:25:15Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 165,
"created_at": "2020-07-19T20:43:27Z",
"last_comment_at": "2022-11-13T22:14:56Z",
"last_comment_author": "WyriHaximus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/php-http/httplug",
"host": "github.com",
"name": "httplug",
"owner": "php-http"
},
"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": 42,
"inputs": {
"security": 34,
"vitality": 23,
"community": 91,
"governance": 65,
"engineering": 68,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 56,
"overall_after_jurisdiction_multiplier": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 23,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 224,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 224 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 224
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 13,
"latest_release_tag": "2.4.1",
"releases_from_tags": false,
"days_since_latest_release": 667,
"mean_days_between_releases": 356.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 667 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 667
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~356.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 356.3
}
}
],
"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": "dormant",
"guards": [],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 667,
"days_since_last_human_commit": 667,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 667 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 667
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 91,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 40,
"stars": 2595,
"watchers": 30,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,595 stars",
"points": 55.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2595
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "40 forks",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 40
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "30 watchers",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 30
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": true,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 7.2,
"status": "met",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"packages": [
"php-http/httplug"
],
"dependents": 776,
"ecosystems": "packagist",
"total_downloads": 330386618,
"monthly_downloads": 6267052
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,267,052 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6267052,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "776 packages depend on it",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 776
}
}
],
"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": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 15,
"top_contributor_share": 0.667
},
"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 67% of commits",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 67
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 63 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 70,
"open_issues": 1,
"closed_issues": 88,
"issue_closed_ratio": 0.989,
"closed_unmerged_prs": 17
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "99% of issues closed",
"points": 46.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 99
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "70/87 decided PRs merged",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 70,
"decided": 87
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/16 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 65,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "php-http",
"public_repos": 44,
"account_age_days": 4106
},
"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": "65 followers of php-http",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 65,
"login": "php-http"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "44 public repos, account ~11 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 44
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"php-http/httplug"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 667
},
"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 667 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 667
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"php",
"http",
"http-client",
"httpclient",
"psr-18"
],
"has_wiki": false,
"homepage": "http://httplug.io",
"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": "http://httplug.io",
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. 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": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.5,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 34,
"security_posture_before_jurisdiction": 45
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/16 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 63 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 detected",
"points": 5,
"status": "met",
"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": 36
},
"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": 36,
"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.44,
"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": "44 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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": 3343,
"source_files_sampled": 17,
"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/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:42:40.606293Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/php-http/httplug.svg",
"full_name": "php-http/httplug",
"license_state": "standard",
"license_spdx": "MIT"
}