JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"php",
"phpunit",
"testing",
"xpath"
],
"is_fork": false,
"size_kb": 155,
"has_wiki": false,
"homepage": "https://stevegrunwell.com/blog/phpunit-markup-assertions/",
"languages": {
"PHP": 21727
},
"pushed_at": "2025-11-27T10:06:30Z",
"created_at": "2017-10-24T21:43:36Z",
"owner_type": "User",
"updated_at": "2026-07-08T22:42:20Z",
"description": "Assertions for PHPUnit to verify the presence or state of elements within markup",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "develop",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://stevegrunwell.com",
"name": "Steve Grunwell",
"type": "User",
"login": "stevegrunwell",
"company": "Grunwell Consulting",
"location": "Bowling Green, OH",
"followers": 241,
"avatar_url": "https://avatars.githubusercontent.com/u/233836?v=4",
"created_at": "2010-03-31T02:36:10Z",
"is_verified": null,
"public_repos": 90,
"account_age_days": 5962
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-07-10T23:27:07Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-12-29T02:24:43Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2021-01-14T16:28:56Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2020-01-27T17:52:39Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2018-03-27T21:23:02Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2018-01-14T22:04:15Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2017-10-25T03:48:12Z"
}
],
"recent_commits": [
{
"oid": "eaa6d64121d5089c6ab4ccdbb628773cc97fb18a",
"body": "Update docs to reflect PSR-12, *not* PSR-2.",
"is_bot": false,
"headline": "Merge pull request #57 from stevegrunwell/update/coding-standards",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-11T20:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48dfd5938fafdbeddd33445d27f38a01ee412919",
"body": "Additionally, ignore a continue that was added for a total corner-case from coverage.",
"is_bot": false,
"headline": "Update docs to reflect PSR-12, *not* PSR-2.",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-11T20:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c020cd77601e3e8cbe961a668886b3aea62347f",
"body": "Rename the individual Composer scripts, update docs",
"is_bot": false,
"headline": "Merge pull request #56 from stevegrunwell/update/composer-scripts",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-11T20:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d330cfd2658a04871932836c529cca19f0df372",
"body": "Instead of `composer test` for PHPUnit, `composer static-analysis` for PHPStan, etc. group them all under the \"test\" namespace.\n\n* `test:unit`: PHPUnit\n* `test:analysis`: PHPStan\n* `test:standards`: PHP_CodeSniffer\n* `test:coverage`: Generate code coverage report\n* `test:all`: Run everything but coverage\n* `test`: alias for `test:all`",
"is_bot": false,
"headline": "Rename the individual Composer scripts, update docs",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-11T20:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6b4a718a7df807cd1965be180228d581c4bc9b",
"body": "Version 2.0.0",
"is_bot": false,
"headline": "Merge pull request #55 from stevegrunwell/release/v2.0.0",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T23:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f466be06bff7ec1deef20d2bc483139a98b701f4",
"body": "Update to PHPStan 2.x (and reach level 10)",
"is_bot": false,
"headline": "Merge pull request #54 from stevegrunwell/phpstan-2.x",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T23:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdca2a176dca12b780464303fa53efeb53f677ab",
"body": null,
"is_bot": false,
"headline": "Indicate that tests/coverage may or may not exist",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T23:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69cc9b24d47608da1d2833c1a36f1fc22be7f7eb",
"body": "Permit the 7.x branches of symfony/css-selector, symfony/dom-crawler",
"is_bot": false,
"headline": "Merge pull request #53 from stevegrunwell/update-dependencies",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T23:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77a031704b2f103daa596ba24bff13fbb43bdaa",
"body": null,
"is_bot": false,
"headline": "Explicit type casting to get us to PHPStan level 10! 🎉",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1be074762b3e820523a470f177c257534b9eaa",
"body": null,
"is_bot": false,
"headline": "Fix an outdated comment in the PHP_CodeSniffer config",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c957b336367046e4937496a9abd57c24d6bfbf0",
"body": "…g, we no longer need to see whether or not assertStringContainsString() is defined",
"is_bot": false,
"headline": "Since we've effectively dropped PHPUnit 6.x and lower from the runnin…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919eb56c727bee7666d9a0754820864cbbdc0d2b",
"body": "…st class",
"is_bot": false,
"headline": "Ensure that PHPStan can see PHPUnit Bridge, fix broken docblock in te…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f038f0afd8cecdc04f5d8f6dd5b2abbd95cd04b9",
"body": null,
"is_bot": false,
"headline": "Require PHPStan 2.1 or newer",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1e04655ade862021af8da501277110313002e1",
"body": null,
"is_bot": false,
"headline": "Permit the 7.x branches of symfony/css-selector, symfony/dom-crawler",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6596c013763c2b834fee070bbf3013d49c26d0",
"body": "Drop PHP 5.6, 7.0 support",
"is_bot": false,
"headline": "Merge pull request #52 from stevegrunwell/feature/drop-php-5x-support",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1e26ff0a22e3e675008742b91bbe6ab777a21e",
"body": null,
"is_bot": false,
"headline": "Formatting, empty() check to satisfy PHP_CodeSniffer and PHPStan",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169fb0742a68acfec06f4c3b7314ed6bca183722",
"body": null,
"is_bot": false,
"headline": "Ensure that PHPUnit exists before running PHPStan in GitHub Actions",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04ac94a3bad253d6265d651c5f6fa5aecfcc916",
"body": null,
"is_bot": false,
"headline": "Drop PHP 7.0 as well, since it doesn't support the void typehint",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72daef6dfbf92bdad505c57adb72e7d3a15988e2",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.4 to the unit test matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T22:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fead4597be845cb0d113f4bff87d3c69a1af0f2e",
"body": null,
"is_bot": false,
"headline": "Add return typehints, missing docblocks to the test class",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T21:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13318e54387b2be35deb04312c21eb1bfce82824",
"body": null,
"is_bot": false,
"headline": "Remove PHP 5.x from composer.json, GitHub Actions",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2025-07-10T21:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54761a69efdca34090734ab8d0feada30b4f8796",
"body": "…/phpunit-bridge-tw-5.2or-tw-6.2or-tw-7.0\n\nUpdate symfony/phpunit-bridge requirement from ^5.2 || ^6.2 to ^5.2 || ^6.2 || ^7.0",
"is_bot": false,
"headline": "Merge pull request #49 from stevegrunwell/dependabot/composer/symfony…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-15T00:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2247e12e28155e0a37dd2567e0a13cef451e8e",
"body": "…| ^6.2 || ^7.0\n\nUpdates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version.\n- [Release notes](https://github.com/symfony/phpunit-bridge/releases)\n- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)\n- [Commi\n[…]\nmfony/phpunit-bridge/commits/v7.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: symfony/phpunit-bridge\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/phpunit-bridge requirement from ^5.2 || ^6.2 to ^5.2 |…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-12T10:28:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62cfbb1c0a2727b04ef9135c4a1543c0989de690",
"body": "Install Phan for static code analysis",
"is_bot": false,
"headline": "Merge pull request #48 from stevegrunwell/feature/static-code-analysis",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-12T00:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa6e1d4236c6d2611cd27441bda99f5725e565c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' into feature/static-code-analysis",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-12T00:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8181b5f7d9d2497366cb888b71ca245cd5ea829",
"body": null,
"is_bot": false,
"headline": "Remove PHPStan as a dev dependency when running PHPUnit",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-12T00:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45c3308f2577cc44c0b9c763d49424383e2541b",
"body": null,
"is_bot": false,
"headline": "Install Phan for static code analysis",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-12T00:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d23d901eb32c8bc4a2232f41ff569ae8ef5d19",
"body": "Use squizlabs, not phpcsstandards/php_codesniffer",
"is_bot": false,
"headline": "Merge pull request #47 from stevegrunwell/fix/phpcs-repo",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-11T23:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3a4143aaa22e860317a54133bf886c1f25a3a2",
"body": null,
"is_bot": false,
"headline": "Use squizlabs, not phpcsstandards/php_codesniffer",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-11T23:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d17b2a40da571ba4f2eb2cf99e0bd79a9f145dd",
"body": "Add PHP_CodeSniffer for checking coding standards",
"is_bot": false,
"headline": "Merge pull request #45 from stevegrunwell/feature/phpcs",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-03T22:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7559b62651cfe08baa08149ebc1be6267b4ec3b",
"body": null,
"is_bot": false,
"headline": "Add PHP_CodeSniffer for checking coding standards",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-03T22:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8feaae56874a57dba289c0bdf9058b96b22c6c46",
"body": "Enable code coverage to be computed when merging into develop and/or main",
"is_bot": false,
"headline": "Merge pull request #44 from stevegrunwell/fix/code-coverage-on-develop",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452576e519d3e0f1b4c7b98dc4f5fbe642904e0c",
"body": null,
"is_bot": false,
"headline": "Add a code coverage badge to the README file",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2839ff15503f6faf94825167d6ea5f21eac35c5",
"body": null,
"is_bot": false,
"headline": "Run code coverage when merging into develop and/or main",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c10c77d5a59857c398db1682ac5444ecb4c119",
"body": "Re-enable code coverage reporting to Coveralls",
"is_bot": false,
"headline": "Merge pull request #43 from stevegrunwell/feature/restore-code-coverage",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ee8550b57cae561a9863007d3327ef0e8d2a74",
"body": null,
"is_bot": false,
"headline": "Fix inaccuracy in CONTRIBUTING docs re: running tests",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3bfa068262f324ee7a6cbf976898d88c6638ec",
"body": "… coverage",
"is_bot": false,
"headline": "Ignore the fallbacks for legacy PHPUnit methods when calculating code…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195b8bbffb649b5e83bd19a5cb93636cb98df070",
"body": null,
"is_bot": false,
"headline": "Restore `composer test-coverage` using Xdebug",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T20:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c1d4dd89c4a8ea64fb751945de50b0a0a3c1cd",
"body": null,
"is_bot": false,
"headline": "Re-enable code coverage reporting to Coveralls",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T19:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75b96514865230194f84c71cdaa453b19dda019",
"body": "Switch from laminas/laminas-dom to symfony/dom-crawler",
"is_bot": false,
"headline": "Merge pull request #41 from stevegrunwell/simplify-composer-constraints",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T18:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "154d7512e0e1817c960713188efa5fd3efaf9a04",
"body": null,
"is_bot": false,
"headline": "Change the visibility of the internal methods from protected to private",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T00:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70103e41b53f6798b47845529999d1c8f1c97b7a",
"body": null,
"is_bot": false,
"headline": "Expand the @param tags for array arguments",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T00:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f212bb91843284f13de7a7298ca485ce277d83",
"body": null,
"is_bot": false,
"headline": "Replace laminas/dom with symfony/dom-crawler",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-12-02T00:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590e375cf21cf5a50222b9ba951193aa92420b5b",
"body": "Move CONTRIBUTING.md into .github, exclude dev files from the package archive",
"is_bot": false,
"headline": "Merge pull request #40 from stevegrunwell/remove-dev-files-from-archive",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-11-14T00:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce31aef1ad28a48182450863d33ebeb6f57bd1aa",
"body": "… archive",
"is_bot": false,
"headline": "Move CONTRIBUTING.md into .github, exclude dev files from the package…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-11-14T00:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a003071cd655b521328a2ceba0f3ed9ec416b4e5",
"body": "Add PHP 8.3 to the GitHub Actions test matrix",
"is_bot": false,
"headline": "Merge pull request #39 from stevegrunwell/add-php83-to-test-matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-11-13T23:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078d47e871f60f02597f4eb29054fd74c9ad5448",
"body": "Additionally, update actions/checkout from v2 to v4.",
"is_bot": false,
"headline": "Add PHP 8.3 to the GitHub Actions test matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2023-11-13T23:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36263169025bc99e76b5b30ca9b73c47fd7f1f3",
"body": "Add assertNotContainsSelector return type",
"is_bot": false,
"headline": "Merge pull request #37 from szepeviktor/patch-1",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T15:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebba8b766a0691ab29eec7020cb1d337cb8cb41",
"body": null,
"is_bot": false,
"headline": "Add assertNotContainsSelector return type",
"author_name": "Viktor Szépe",
"author_login": "szepeviktor",
"committed_at": "2022-12-29T11:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "525823c23129358cf64048dc0cbce300bb7d2bcd",
"body": "Version 1.4.0",
"is_bot": false,
"headline": "Merge pull request #36 from stevegrunwell/release/v1.4.0",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T02:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0ba8705a2582d4305def471b6a519c2390cbd44",
"body": null,
"is_bot": false,
"headline": "Changelog for v1.4.0",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T02:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8148753162b78cb69bff60151a78529b1dc59e6e",
"body": "Force UTF-8 encoding for better support for non-Latin character sets",
"is_bot": false,
"headline": "Merge pull request #35 from stevegrunwell/fix/foreign-language-support",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T02:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3280f2ae4b31336e34d90d92273a9621e06748b",
"body": null,
"is_bot": false,
"headline": "Force UTF-8 encoding for better support for non-Latin character sets",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T02:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388aebaca2120aed2f2daf209e7f9ba7a5cafec5",
"body": "Update $output to $markup, improve inline docs",
"is_bot": false,
"headline": "Merge pull request #34 from stevegrunwell/update/variable-names",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T00:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196c6fd6cb26bb7d90d854c64830a2b1fc3e26fe",
"body": null,
"is_bot": false,
"headline": "Update the README to match updates to inline docs + variable names",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-29T00:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e96485b0d47dac526c5b47237e837c2e9f8cc4",
"body": null,
"is_bot": false,
"headline": "Update $output to $markup, improve inline docs",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T16:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127dd9a19f5fca084737d709680bc883cacb4302",
"body": "Only run GitHub Actions on pull_request, not push",
"is_bot": false,
"headline": "Merge pull request #33 from stevegrunwell/update/run-actions-on-pr",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T15:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc4641d735bb5800d9180eff491569ab6ba3282",
"body": "Move away from deprecated classes in laminas/laminas-dom",
"is_bot": false,
"headline": "Merge pull request #32 from stevegrunwell/fix/deprecated-classes",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T15:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1fe50447fa7da185b8047c9f72a131e11cbeedf",
"body": null,
"is_bot": false,
"headline": "Only run GitHub Actions on pull_request, not push",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T15:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6888ef16da1660a8a2bb6c09395dbfa1d8fa6a5e",
"body": null,
"is_bot": false,
"headline": "Move away from deprecated classes in laminas/laminas-dom",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T15:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd18cbf2dad882d0c0a35ea156a0876f08d984e6",
"body": "Upgrade to GitHub-native Dependabot",
"is_bot": false,
"headline": "Merge pull request #30 from stevegrunwell/dependabot/add-v2-config-file",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac183a5a4f1af35fcf8903e9326b57d141e5963",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' into dependabot/add-v2-config-file",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee46227ae3942e4d798d3b59ca74c9a552d008aa",
"body": null,
"is_bot": false,
"headline": "Err, don't force PHPUnit Bridge 6, since that's PHP 7.1+",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ba69b417672edfae9f6fe507cbcd300822a5f79",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' into dependabot/add-v2-config-file",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58062e7e2764347f9b5c3caa5b34a7c17e79123",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.2 to the test matrix, use ramsey/composer-install",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0edccf5e4e32e3bcaec61a2392b99e4bb0ee5a6e",
"body": null,
"is_bot": false,
"headline": "Update Composer dependencies",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-12-09T14:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b9986d66ce12a9828f80ba35bdd0b63a026111",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into develop",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2022-03-14T14:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5830a326639c65222cad6b81be39c8e5bc37c61d",
"body": null,
"is_bot": true,
"headline": "Upgrade to GitHub-native Dependabot",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-28T22:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "959c4d2c24e4f6b3662948cb0ae911353e25f38a",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2445a968cc4d0db2633d5b2f30673fc50d55994",
"body": "Version 1.3.1",
"is_bot": false,
"headline": "Merge pull request #29 from stevegrunwell/release/v1.3.1",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "686273337f3861cf3174db0b16c68601022ff3b3",
"body": null,
"is_bot": false,
"headline": "Add changelog for v1.3.1",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8377ef7dcd0b6b2fe33099a14699bc39ba6db7c9",
"body": "Refactor assertElementContains to match assertElementRegExp",
"is_bot": false,
"headline": "Merge pull request #28 from stevegrunwell/refactor/20-and-27",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2635585941ceb8479cde9b8eb0054970c7c6bd",
"body": "Two PRs, #20 and #27, refactored the `assertElementContains()` and `assertElementRegExp()` methods, respectively, to avoid warnings about deprecated PHPUnit methods.\n\nThis commit updates the changes made in #20 to match those made in #27 for consistency, using a `$method` variable instead of an if/else statement with two separate method calls.",
"is_bot": false,
"headline": "Refactor assertElementContains to match assertElementRegExp",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cc7dd1c42a480af163c79d2d26771c4352ab66",
"body": "Update regular expression methods",
"is_bot": false,
"headline": "Merge pull request #27 from stevegrunwell/fix/regex-methods",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9621bba48bf22ff13ad57bc224fd4f6a60ace5",
"body": "When running `$this->assert[Not]RegExp()` on the latest versions of PHPUnit, we get the following warning:\n\n> assertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead.\n\nThis commit updates `assertElementRegExp()` and `assertElementNotRegExp()` to check for the newer method and use it if it's available.",
"is_bot": false,
"headline": "Update regular expression methods",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T16:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89fb67181961b49f7a451ede458145b5b178f030",
"body": "PHP 8.0 compatibility",
"is_bot": false,
"headline": "Merge pull request #26 from stevegrunwell/feature/php80",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T15:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142f418e433b08d40718a3e32a3a19c67bcbd7d8",
"body": "…tion",
"is_bot": false,
"headline": "Adjust version constraints and remove the explicit 'platform' declara…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T15:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef1d3d460a923dce38cd0285ba93ee9d828bf89",
"body": "…ay still install 2.7.x",
"is_bot": false,
"headline": "Adjust the laminas/laminas-dom constraints so older versions of PHP m…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T15:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca71b5517649134036679fca56fe1f9c1817870",
"body": null,
"is_bot": false,
"headline": "Remove the PHP 7.4 exclusions, as there's no reason for them",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T15:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be07b8cecc9a5fa9afa858a402b8ad13b8b08b7e",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.0 to the test matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2021-01-14T15:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ca161e259141c46654efa5e0a50bc88375d0f3",
"body": "Rework the test scaffolding",
"is_bot": false,
"headline": "Merge pull request #24 from stevegrunwell/refactor/test-scaffolding",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T05:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84808bfdb08c371c2fd3f69f7236074ee5ccf4c",
"body": null,
"is_bot": false,
"headline": "Don't worry about code coverage for now, update badges",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T04:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b69060cf9b20d831851ddaae7adba73399eb71cd",
"body": null,
"is_bot": false,
"headline": "Add missing opening single-quote",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T04:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186055976121348927bb0ea738277765d339e44d",
"body": "We can't officially support it until laminas/laminas-dom isn't throwing errors everywhere.\n\nSee https://github.com/stevegrunwell/phpunit-markup-assertions/issues/23",
"is_bot": false,
"headline": "Remove PHP 8.0 from the test matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T04:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5978dbe6c2b06f03c2646b7c0a07f3e1219c61e",
"body": "…rtionsTrait, apply it directly",
"is_bot": false,
"headline": "Instead of loading a second testcase to gain access to the MarkupAsse…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T04:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e80f82bc6c1a47422ba40eea2c9d08bece70257a",
"body": "…st suite",
"is_bot": false,
"headline": "Move from camelCase to snake_case (with @test annotations) for the te…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T04:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f71058a909af8c12d70d917b98cee17680c0e2e",
"body": "…PHPUnit Bridge",
"is_bot": false,
"headline": "In order to test against multiple versions of PHPUnit, use Symfony's …",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T03:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378208e1b9e18031cb29956c22105f349d28d523",
"body": null,
"is_bot": false,
"headline": "Move from Travis CI to GitHub Actions",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-12-30T03:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79e2c45073ee4cac54bf525c5b6a34555b8e329",
"body": "…nings\n\nFix PHPUnit warning with using assertContains on strings",
"is_bot": false,
"headline": "Merge pull request #20 from jakobbuis/feature/fix-string-contains-war…",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-05-17T19:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8655ff637be124a9876822d66eea320225f6cb97",
"body": "This technically worked, as the two methods were introduced in the same PHPUnit release, but this is more accurate.",
"is_bot": false,
"headline": "use the right method in the method_exists check",
"author_name": "Jakob Buis",
"author_login": "jakobbuis",
"committed_at": "2020-04-26T17:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6675c5fd2d559fbe71688b240bd230efd25fac",
"body": "…sertString(Not)ContainsString assertion",
"is_bot": false,
"headline": "preserve compatability with PHPUnit < 8.0 which do not support the as…",
"author_name": "Jakob Buis",
"author_login": "jakobbuis",
"committed_at": "2020-04-26T17:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb7b94fc226b161287e802479b58a107837ce2c",
"body": null,
"is_bot": false,
"headline": "fix PHPUnit warning for using assert(Not)Contains on strings",
"author_name": "Jakob Buis",
"author_login": "jakobbuis",
"committed_at": "2020-04-26T16:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8890bc6ca5e2f7829418b85eb849341b0b8b02",
"body": "Version 1.3.0",
"is_bot": false,
"headline": "Merge pull request #17 from stevegrunwell/release/v1.3.0",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-01-27T17:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649486752f2ab613c4873bf91be8593ce5ffc8bb",
"body": null,
"is_bot": false,
"headline": "Update the changelog for the 1.3.0 release",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-01-27T17:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09aba0039e0d82fe7bea60a3dc5bef559e540b1d",
"body": null,
"is_bot": false,
"headline": "Add PHP 7.4 to the Travis test matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-01-27T17:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a68175f35e411a364bf3571f9f7e7bde75db4fd2",
"body": "Fixes #16.",
"is_bot": false,
"headline": "Switch from zendframework/zend-dom to laminas/laminas-dom",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2020-01-27T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545ce29918d4d986e26961bf4d380c655583ece9",
"body": null,
"is_bot": false,
"headline": "Add #15 to the changelog",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2019-02-16T17:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "787314b1684d7a1642be4b2ae278c2f6d6fa0c07",
"body": "Update dependencies",
"is_bot": false,
"headline": "Merge pull request #15 from stevegrunwell/update/refresh-dependencies",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2019-02-16T17:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dbc40ef1ae764b2d34b343d98977a2591c4202f",
"body": null,
"is_bot": false,
"headline": "Add PHP 7.3 to the testing matrix",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2019-02-16T17:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c823b4f42b527935a609ddba2fd3c55093e8000d",
"body": null,
"is_bot": false,
"headline": "Move phpunit.xml to phpunit.xml.dist",
"author_name": "Steve Grunwell",
"author_login": "stevegrunwell",
"committed_at": "2019-02-16T17:36:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2025-07-10T23:27:07Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 242,
"active_weeks_last_year": 0,
"days_since_latest_release": 381,
"mean_days_between_releases": 469.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "stevegrunwell/phpunit-markup-assertions",
"exists": true,
"license": "MIT",
"keywords": [
"testing",
"phpunit",
"dom",
"markup"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/stevegrunwell/phpunit-markup-assertions",
"is_deprecated": false,
"latest_version": "v2.0.0",
"repository_url": "https://github.com/stevegrunwell/phpunit-markup-assertions",
"versions_count": 7,
"total_downloads": 158433,
"dependents_count": 5,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2015,
"first_published_at": null,
"latest_published_at": "2025-07-10T23:26:41Z",
"latest_version_yanked": null,
"days_since_latest_publish": 381
}
]
},
"popularity": {
"forks": 2,
"stars": 17,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": 11997,
"source_files_sampled": 2,
"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": "symfony/css-selector",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^4.4|^5.4|^6.0|^7.0"
},
{
"name": "symfony/dom-crawler",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^4.4|^5.4|^6.0|^7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "symfony/css-selector",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/dom-crawler",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpcompatibility/php-compatibility",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/phpunit-bridge",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 2,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 35,
"open_issues": 1,
"closed_ratio": 0.944,
"closed_issues": 17,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "stevegrunwell",
"commits": 140,
"avatar_url": "https://avatars.githubusercontent.com/u/233836?v=4"
},
{
"type": "User",
"login": "jakobbuis",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/949674?v=4"
},
{
"type": "User",
"login": "szepeviktor",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/952007?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.972
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"code-coverage.yml",
"coding-standards.yml",
"static-code-analysis.yml",
"unit-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"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/9 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "eaa6d64121d5089c6ab4ccdbb628773cc97fb18a",
"ran_at": "2026-07-27T11:47:04Z",
"aggregate_score": 4.5,
"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-02-25T10:05:37Z",
"oldest_open_prs": [
{
"number": 46,
"created_at": "2023-12-11T23:14:14Z",
"last_comment_at": "2023-12-11T23:14:46Z",
"last_comment_author": "coveralls"
},
{
"number": 58,
"created_at": "2025-11-27T10:06:15Z",
"last_comment_at": "2025-11-27T10:07:54Z",
"last_comment_author": "coveralls"
},
{
"number": 59,
"created_at": "2025-11-27T10:06:25Z",
"last_comment_at": "2025-11-27T10:08:21Z",
"last_comment_author": "coveralls"
},
{
"number": 60,
"created_at": "2025-11-27T10:06:30Z",
"last_comment_at": "2025-11-27T10:08:02Z",
"last_comment_author": "coveralls"
}
],
"last_merged_pr_at": "2025-07-11T20:34:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 19,
"created_at": "2020-04-26T16:38:44Z",
"last_comment_at": "2020-05-17T19:53:43Z",
"last_comment_author": "stevegrunwell"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stevegrunwell/phpunit-markup-assertions",
"host": "github.com",
"name": "phpunit-markup-assertions",
"owner": "stevegrunwell"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 40,
"inputs": {
"security": 45,
"vitality": 20,
"community": 45,
"governance": 59,
"engineering": 66,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"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": 0.98,
"days_since_last_push": 242,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 242 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 242
}
}
],
"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": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 381,
"mean_days_between_releases": 469.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 381 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 381
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~469.3 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 469.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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"unanswered_contributions",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 4,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 380,
"days_since_last_human_commit": 380,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 380 days; 2 unmet obligation(s): pull requests unanswered, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 380,
"count": 2,
"signals": "pull requests unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 2,
"stars": 17,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"packages": [
"stevegrunwell/phpunit-markup-assertions"
],
"dependents": 5,
"ecosystems": "packagist",
"total_downloads": 158433,
"monthly_downloads": 2015
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,015 downloads/month across packagist",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2015,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "5 packages depend on it",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 5
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.972
},
"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 97% of commits",
"points": 0.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 35,
"open_issues": 1,
"closed_issues": 17,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/38 decided PRs merged",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 38
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 241,
"owner_type": "User",
"is_verified": null,
"owner_login": "stevegrunwell",
"public_repos": 90,
"account_age_days": 5962
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "241 followers of stevegrunwell",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 241,
"login": "stevegrunwell"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "90 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 90
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"stevegrunwell/phpunit-markup-assertions"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 381
},
"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 381 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 381
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"php",
"phpunit",
"testing",
"xpath"
],
"has_wiki": false,
"homepage": "https://stevegrunwell.com/blog/phpunit-markup-assertions/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://stevegrunwell.com/blog/phpunit-markup-assertions/",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.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/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": 7
},
"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": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.388,
"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": "38 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": 11997,
"source_files_sampled": 2,
"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/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"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-27T11:47:21.338253Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stevegrunwell/phpunit-markup-assertions.svg",
"full_name": "stevegrunwell/phpunit-markup-assertions",
"license_state": "standard",
"license_spdx": "MIT"
}