原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"hacktoberfest"
],
"is_fork": false,
"size_kb": 5025,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 25357
},
"pushed_at": "2026-06-26T08:40:32Z",
"created_at": "2021-06-25T07:15:24Z",
"owner_type": "Organization",
"updated_at": "2026-06-26T08:39:51Z",
"description": "XML wrapper for dealing with SOAP",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "php-soap",
"type": "Organization",
"login": "php-soap",
"company": null,
"location": null,
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/81407517?v=4",
"created_at": "2021-03-26T07:07:14Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 1948
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.11.0",
"kind": "minor",
"published_at": "2026-06-26T08:40:46Z"
},
{
"tag": "1.10.0",
"kind": "minor",
"published_at": "2026-03-27T07:36:39Z"
},
{
"tag": "1.9.0",
"kind": "minor",
"published_at": "2025-10-20T09:04:38Z"
},
{
"tag": "1.8.0",
"kind": "minor",
"published_at": "2024-10-25T06:51:01Z"
},
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2024-06-06T08:02:06Z"
},
{
"tag": "1.6.0",
"kind": "minor",
"published_at": "2024-03-14T07:25:30Z"
},
{
"tag": "1.5.0",
"kind": "minor",
"published_at": "2023-11-24T06:54:46Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-11-25T06:12:45Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2022-03-11T15:55:33Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-01-28T12:43:06Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-11-26T10:07:23Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2021-10-29T13:56:56Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-10-29T13:28:29Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-09-24T06:47:18Z"
}
],
"recent_commits": [
{
"oid": "5bb2104350ed3f8560d34f323dae3f4825a4d22d",
"body": "…nt-type\n\nAlign SoapHeader(s) configurator type with namespaced_element",
"is_bot": false,
"headline": "Merge pull request #17 from veewee/fix/soap-header-configurator-eleme…",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-06-26T08:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca23f4b6175d7d0764ce096c049a187a9d53c095",
"body": "The configurators are forwarded to veewee's namespaced_element(), whose\nsignature is list<callable(Element): Element>. The previous\ncallable(Node): Element annotation made strict psalm reject value()\n(callable(Element): Element) when passed to SoapHeader, even though it\nworks directly on namespaced_element. Match the delegated signature.",
"is_bot": false,
"headline": "Align SoapHeader(s) configurator type with namespaced_element",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-06-26T08:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951fd6710a23bfb2dc9b008f0e6c317f2b889981",
"body": "Upgrade to veewee/xml v4 with PHP 8.4+ minimum",
"is_bot": false,
"headline": "Merge pull request #15 from veewee/upgrade/veewee-xml-v4",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-03-27T07:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb09f7518db43545068c3ae499c94e9ec75cc0ed",
"body": "Dom\\Element::getAttribute() returns null for missing attributes,\nso the empty string check is unnecessary.",
"is_bot": false,
"headline": "Simplify tns null check in WsdlPreset",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-03-27T07:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebeff90eec810b5cad90f94add1de7f6984b30b6",
"body": "- Bump veewee/xml to ^4.8 (ships DOM.phpstub)\n- Register veewee/xml DOM stub in psalm.xml\n- Remove all @psalm-suppress annotations (no longer needed)\n- Use document_element() helper in SoapEnvelopeLocator",
"is_bot": false,
"headline": "Use veewee/xml DOM stubs for psalm, remove all @psalm-suppress",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-03-27T07:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc5160b1dd24794726750bb7cb66f3faba3553b",
"body": "- Bump PHP requirement to ~8.4.0 || ~8.5.0\n- Upgrade veewee/xml from ^3.4 to ^4.7\n- Replace legacy DOM classes (DOMDocument, DOMElement, DOMNode, DOMXPath) with PHP 8.4 Dom\\ namespace equivalents\n- Switch from azjezz/psl to standalone PSL packages (dict, foundation) ^6.1\n- Update psalm target PHP version to 8.4\n- Remove PHP 8.3 from CI matrices\n- Remove comparable() usage in SoapHeaderTest (incompatible with v4 canonicalize behavior)",
"is_bot": false,
"headline": "Upgrade to veewee/xml v4 with PHP 8.4+ minimum",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2026-03-27T06:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7f702640b97bcd608ef6bc2d2300d20775f0191",
"body": "Php 85 upgrade",
"is_bot": false,
"headline": "Merge pull request #14 from veewee/php-85-upgrade",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-10-20T09:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff7cfc0c682cf08415b8fb61ff430b6a0718ce1",
"body": null,
"is_bot": false,
"headline": "Fix PHP upgrade errors",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-10-20T09:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa68cd320c3d3c053d69ac8c7d77de9e61e552a",
"body": "- Updated PHP version requirements: removed 8.2, added 8.5 support\n- Updated php-cs-fixer to version 3.88.2 via phive\n- Updated composer dependencies:\n - veewee/xml to ^3.3 (latest compatible version)\n - phpunit/phpunit to ~12.3 (latest in range)\n - vimeo/psalm to ~6.13 (latest in range)\n - azjezz/psl to 3.3.0 (upgraded automatically)\n- Updated GitHub Actions workflow matrices to use PHP 8.3, 8.4, 8.5 (removed 8.2)\n- All changes were made by GitHub Copilot CLI agent",
"is_bot": false,
"headline": "Upgrade to PHP 8.5 support and update dependencies",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2025-09-30T11:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3c48b2bd433971cdf9de74ca09f06672cc3870",
"body": "…nit-tw-10.0or-tw-11.0\n\nUpdate phpunit/phpunit requirement from ^10.0 to ^10.0 || ^11.0",
"is_bot": false,
"headline": "Merge pull request #12 from php-soap/dependabot/composer/phpunit/phpu…",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-28T06:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07e645e70c2f23febf643ab7608a84f628c414d",
"body": "Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.\n- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)\n- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.2/ChangeLog-11.4.md)\n- [Commits](htt\n[…]\nanbergmann/phpunit/compare/10.0.0...11.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: phpunit/phpunit\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpunit/phpunit requirement from ^10.0 to ^10.0 || ^11.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T04:58:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7aa20a359f67b18dc3bdb0f52c9065cc54492bc3",
"body": "Bump dependencies",
"is_bot": false,
"headline": "Merge pull request #11 from veewee/php84",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-25T06:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96eddcb8696ccbd6edff2e8492ea1ec510c0fd2",
"body": null,
"is_bot": false,
"headline": "Bump dependencies",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-10-25T06:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c963df2ab923c41327a33fa2b23038041c5c01c7",
"body": "Add xsd1999 Namespace",
"is_bot": false,
"headline": "Merge pull request #9 from veewee/xsd-1999",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-06-06T08:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecdf9b2e62227383cc60963c46f0ec37f2c78669",
"body": null,
"is_bot": false,
"headline": "Add xsd1999 Namespace",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-06-06T07:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73830f615585da867d49047db45b70280b6754cc",
"body": "…-2.2or-tw-3.0\n\nUpdate veewee/xml requirement from ^2.2 to ^2.2 || ^3.0",
"is_bot": false,
"headline": "Merge pull request #8 from php-soap/dependabot/composer/veewee/xml-tw…",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2024-03-14T07:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77597b9c2332f07597e5be18e26d749ae92b986e",
"body": "Updates the requirements on [veewee/xml](https://github.com/veewee/xml) to permit the latest version.\n- [Release notes](https://github.com/veewee/xml/releases)\n- [Commits](https://github.com/veewee/xml/compare/2.2.0...3.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: veewee/xml\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update veewee/xml requirement from ^2.2 to ^2.2 || ^3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-15T04:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c65aa1533183174c972c72a8e8334260c18a28c",
"body": "Allow PHP83",
"is_bot": false,
"headline": "Merge pull request #7 from veewee/php83",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2023-11-24T06:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d2e32b7c3eb2295dfc443b0d9386108be55392",
"body": null,
"is_bot": false,
"headline": "Allow PHP83",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2023-11-24T06:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb32fc687af207355bf05f1a6d4a7e9ae84b49a9",
"body": "Add PHP82 + PSL2 Support",
"is_bot": false,
"headline": "Merge pull request #5 from veewee/php82",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-11-25T06:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92d062d0350cc3847152ceabcce7890f6124c90",
"body": null,
"is_bot": false,
"headline": "Add PHP82 + PSL2 Support",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-11-25T06:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe757fb8fe354d206bb247e37638b66f72295c6",
"body": null,
"is_bot": false,
"headline": "Want to help out?",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-10-27T14:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75c72cf373c0f891b7ae202dda0181e5bae229b",
"body": null,
"is_bot": false,
"headline": "Update FUNDING.yml",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-10-27T12:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7201b06e26ae3301b1ed987a7ea6de6bf4258fc4",
"body": "Add envelope xmlns namespaces",
"is_bot": false,
"headline": "Merge pull request #4 from veewee/envelope-xmlns",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-03-11T15:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9553a159c584de1acae6038d45e93a6d1a5a83",
"body": null,
"is_bot": false,
"headline": "Add envelope xmlns namespaces",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-03-11T15:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90c9b94e115ad3a7ecccf6de4fcaceb6f105d12f",
"body": null,
"is_bot": false,
"headline": "Add docs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-01-28T12:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf466dc4f2367c9a1b2676a9ce9c08a7f2f7ae9",
"body": "Add shortcut functions for applying headers",
"is_bot": false,
"headline": "Merge pull request #3 from veewee/headers",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-01-28T12:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e476deafe403fa5b1ccc80e6d0418a993acef217",
"body": null,
"is_bot": false,
"headline": "Add shortcut functions for applying headers",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2022-01-28T12:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6a389ea8dfe6756164f6c9fa8bd81f173956d7",
"body": null,
"is_bot": false,
"headline": "Ignore cs-fixer config file",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-11-26T10:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e376d75299854256a323d195467e8f3198163706",
"body": "PHP 8.1 Compatibility",
"is_bot": false,
"headline": "Merge pull request #2 from php-soap/php81",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-11-26T10:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54091c90dc9e4b0aeb4d4cd1407dc4a579d7f14a",
"body": null,
"is_bot": false,
"headline": "PHP 8.1 Compatibility",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-11-26T09:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e51deb38294a62ce76016b6a5b0a0b31c04b079",
"body": "Add common xmlns namespaces and improve wsdl preset",
"is_bot": false,
"headline": "Merge pull request #1 from php-soap/wsdl-xmlns",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-10-29T05:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d0c5e9614984cdc2a9fb256308b9eed1669fbf",
"body": null,
"is_bot": false,
"headline": "Add common xmlns namespaces and improve wsdl preset",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-10-29T05:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f82e4356685b8954bfa3967b0f1d752cb192d0",
"body": null,
"is_bot": false,
"headline": "Upgrade dependencies",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-09-24T06:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8582ec990445fba63b1bb5d2198e407c18895e7",
"body": null,
"is_bot": false,
"headline": "Fix cs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-07-08T05:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652b3d40baf5e4919699f45d4ad90058e89d072d",
"body": null,
"is_bot": false,
"headline": "Add github files",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-07-07T18:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7b9be2a79e2f8e94f2abbc4b0600df91c45504",
"body": null,
"is_bot": false,
"headline": "Fix cs and static analysis",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-07-07T18:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2678c9fbbabfccf94d83b5b1e51564774228d6da",
"body": null,
"is_bot": false,
"headline": "Add tests + docs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-07-07T14:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eea7fc42dde8e75508b73dbc4da39d2f2dabbf4",
"body": null,
"is_bot": false,
"headline": "Add docs",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-06-29T19:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae550d3d051fc94ea09248954cca99ce99dfe73",
"body": null,
"is_bot": false,
"headline": "Minor fixes",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-06-25T10:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff26d4dbae856465aae112b390ca86eaa6304c0",
"body": null,
"is_bot": false,
"headline": "Upgrade veewee/xml",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-06-25T09:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a525881b5df3534d70a6c3d9a650824cb1f7f41",
"body": null,
"is_bot": false,
"headline": "Refactor old XML implementation into new veewee/xml concepts",
"author_name": "Toon Verwerft",
"author_login": "veewee",
"committed_at": "2021-06-25T08:25:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 9,
"latest_release_at": "2026-06-26T08:40:46Z",
"latest_release_tag": "1.11.0",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 4,
"days_since_latest_release": 30,
"mean_days_between_releases": 178.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "php-soap/xml",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/php-soap/xml",
"is_deprecated": false,
"latest_version": "1.11.0",
"repository_url": "https://github.com/php-soap/xml",
"versions_count": 15,
"total_downloads": 4075728,
"dependents_count": 10,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 126270,
"first_published_at": null,
"latest_published_at": "2026-06-26T08:39:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 30
}
]
},
"popularity": {
"forks": 1,
"stars": 10,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-10-29",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 2355,
"source_files_sampled": 24,
"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": "veewee/xml",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^4.8"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "veewee/xml",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-dom",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-cs-fixer/shim",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-standard-library/dict",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-standard-library/foundation",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 1,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 13,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "veewee",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/1618158?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"analyzers.yaml",
"code-style.yaml",
"tests.yaml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/14 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5bb2104350ed3f8560d34f323dae3f4825a4d22d",
"ran_at": "2026-07-26T08:52:45Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T04:04:00Z",
"oldest_open_prs": [
{
"number": 16,
"created_at": "2026-05-04T04:04:25Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-26T08:39:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/php-soap/xml",
"host": "github.com",
"name": "xml",
"owner": "php-soap"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 40,
"vitality": 59,
"community": 57,
"governance": 60,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 0.952,
"days_since_last_push": 30,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 84,
"inputs": {
"releases_count": 14,
"latest_release_tag": "1.11.0",
"releases_from_tags": false,
"days_since_latest_release": 30,
"mean_days_between_releases": 178.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 30 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~178.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 178.9
}
}
],
"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": 30,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 30 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 30
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 1,
"stars": 10,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"packages": [
"php-soap/xml"
],
"dependents": 10,
"ecosystems": "packagist",
"total_downloads": 4075728,
"monthly_downloads": 126270
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "126,270 downloads/month across packagist",
"points": 68,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 126270,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "10 packages depend on it",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 10
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"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": "13/14 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 34,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "php-soap",
"public_repos": 13,
"account_age_days": 1948
},
"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": "34 followers of php-soap",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "php-soap"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~5 yr old",
"points": 19,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"php-soap/xml"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 30
},
"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 30 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 30
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"hacktoberfest"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"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": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.45,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "18 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 24,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 40
}
}
],
"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": 46,
"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.048
},
"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 42",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 42
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 42 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 42
}
}
],
"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": 2355,
"source_files_sampled": 24,
"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/24 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 24,
"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-26T08:52:59.516629Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/php-soap/xml.svg",
"full_name": "php-soap/xml",
"license_state": "standard",
"license_spdx": "MIT"
}