JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 81,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 9882
},
"pushed_at": "2026-02-11T17:36:42Z",
"created_at": "2013-07-04T19:43:48Z",
"owner_type": "Organization",
"updated_at": "2026-05-08T22:18:23Z",
"description": "Integrating Prophecy in PHPUnit test cases",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "www.phpspec.net",
"name": "PHPSpec Framework",
"type": "Organization",
"login": "phpspec",
"company": null,
"location": null,
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/416702?v=4",
"created_at": "2010-09-26T19:21:01Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 5777
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2026-02-09T15:43:23Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2025-05-22T07:46:17Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2024-11-19T15:34:21Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-03-01T12:06:09Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-12-08T12:49:32Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2023-04-18T14:40:48Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2020-12-01T12:50:46Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2020-06-29T14:47:41Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2015-02-09T11:23:26Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2014-03-03T23:04:12Z"
}
],
"recent_commits": [
{
"oid": "703f39b203e18637e84a1d06e88c3577c70c7120",
"body": "Update CI setup",
"is_bot": false,
"headline": "Merge pull request #72 from phpspec/ci",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T17:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be86bfaaaa82055e94f84c6392e8dcfb4580b1cb",
"body": null,
"is_bot": false,
"headline": "Update CI setup",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T17:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03235a43d38a11ebc85d34e137edfdccf0a9ff68",
"body": "Use phpstan 2",
"is_bot": false,
"headline": "Merge pull request #73 from stof/phpstan",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T17:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d547b09856c009054ab448df1067e851eb98653",
"body": null,
"is_bot": false,
"headline": "Use phpstan 2",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T14:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34114bb62fbc94fdadac0c859fec042fcc60eebc",
"body": null,
"is_bot": false,
"headline": "Enforce package sorting in composer.json",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T14:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e2f3ce0c2b4e5902717acaf7b36b6706716dbc",
"body": "Drop support for PHP 8.1 and older",
"is_bot": false,
"headline": "Merge pull request #74 from stof/bump_min_php",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T14:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf870add23332d318dc634ff2a83b53928cc229",
"body": "The min supported PHP version is now PHP 8.2, aligning with the PHP\nversions supported by Prophecy.",
"is_bot": false,
"headline": "Drop support for PHP 8.1 and older",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-11T14:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f91b01d0640b7820e427e02a007bc6489d8a26",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-09T15:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "facd332fd94e6f2bc54692692284f7b4d0ac6c83",
"body": "Add a CI job running PHP 8.5",
"is_bot": false,
"headline": "Merge pull request #71 from phpspec/php8.5",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-09T13:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04039e91ee8fe03ff8517ff50080190738078022",
"body": null,
"is_bot": false,
"headline": "Add a CI job running PHP 8.5",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-09T13:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124093cdecfa6588ed7f7a4f6e138fefbbb4148c",
"body": "Allow PHPUnit 13",
"is_bot": false,
"headline": "Merge pull request #70 from Jean85/patch-1",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2026-02-09T13:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24555bdffed25345669c700c5d1b9ec01bc77a33",
"body": null,
"is_bot": false,
"headline": "Allow PHPUnit 13",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2026-02-06T08:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c28041d9390c9bca325a08c5b2993ac855bded",
"body": "Allow PHPUnit 12",
"is_bot": false,
"headline": "Merge pull request #67 from Jean85/phpunit-12-support",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2025-05-13T13:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954024eb3c4facc98d3dee12571d0e683ed3b3b3",
"body": null,
"is_bot": false,
"headline": "Add changelog entry",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2025-05-12T12:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d95a27c9ee8c0bd8fb5656f1fff7db10af3e97f1",
"body": null,
"is_bot": false,
"headline": "Allow PHPUnit 12",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2025-02-07T09:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-11-19T13:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c823d8aa39daeee89fc2ca7913b06f6361fdece7",
"body": "Add a CI job running on PHP 8.4",
"is_bot": false,
"headline": "Merge pull request #66 from stof/php_8_4",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-11-19T13:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa6cf271faa51b22309442f4527d6c66f5121ee",
"body": null,
"is_bot": false,
"headline": "Add a CI job running on PHP 8.4",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-11-19T13:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f0f0947db574a92dc466f6300fbb54962942d3",
"body": "Add static analysis with phpstan",
"is_bot": false,
"headline": "Merge pull request #65 from stof/phpstan",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-27T11:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb28c54a9d95af51547fee33ee2dd47010598681",
"body": null,
"is_bot": false,
"headline": "Add static analysis with phpstan",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-13T13:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50043b2e44518bebd624ea9c6f5ec5e05838c550",
"body": "Add the EditorConfig file",
"is_bot": false,
"headline": "Merge pull request #64 from stof/editorconfig",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-13T13:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4b63030c63b521fbd585fd3da178ae4b7086e5",
"body": null,
"is_bot": false,
"headline": "Add the EditorConfig file",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-13T11:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0604e27da065592ea5bcd8283bd1bddaf0127de0",
"body": "Add more precise types for the prophesize method",
"is_bot": false,
"headline": "Merge pull request #63 from stof/generic_types",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-13T11:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6dc1b645404a8ca9b6fae00a59cddee379810b",
"body": "This matches the type used in Prophecy as the method is forwarded to it.",
"is_bot": false,
"headline": "Add more precise types for the prophesize method",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-13T11:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e1247e139434bce0bac09848bc5c8d882940fc",
"body": null,
"is_bot": false,
"headline": "Update the changelog for 2.2.0",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-03-01T08:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50345c4b072aee641babb7bba90974e41586637a",
"body": "Allow PHPUnit 11",
"is_bot": false,
"headline": "Merge pull request #59 from Jean85/allow-phpunit-11",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-07T08:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae95f1acaf28667bc41ae3e2f6fbd1269c4f0ad2",
"body": null,
"is_bot": false,
"headline": "Disable coverage to avoid CI failures",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2024-02-06T17:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0deb29effc83242de3a321ceb9a46cb1ba4812",
"body": "See:\n * https://github.com/sebastianbergmann/phpunit/issues/5695\n * https://github.com/phpspec/prophecy-phpunit/issues/60#issuecomment-1929613331",
"is_bot": false,
"headline": "Add attributes below annotations for cross compatibility",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2024-02-06T13:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1b652203bc6b4b616c5e0b529cd848ccd056c8",
"body": null,
"is_bot": false,
"headline": "Allow PHPUnit 11",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2024-02-06T10:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d1a968d5d4cff0ce5e5496fae7f0acf78625dd1",
"body": "Fix the branch alias",
"is_bot": false,
"headline": "Merge pull request #62 from stof/fix_branch_alias",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-06T10:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217b19e447481a145c1ad29edae373fd836bdecf",
"body": "Add a CI job running with dev dependencies",
"is_bot": false,
"headline": "Merge pull request #61 from phpspec/stof-patch-1",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-06T10:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f86b6dbc264aed31b17c41611da511a577d2e44",
"body": null,
"is_bot": false,
"headline": "Fix the branch alias",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-06T10:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92f76416587b486ca07c2174222fc92bc033d73",
"body": null,
"is_bot": false,
"headline": "Remove the usage of prefer-stable in our CI jobs",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-06T10:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0395d04653abde85e18ee8a05287387d23b3b30f",
"body": null,
"is_bot": false,
"headline": "Add a CI job running with dev dependencies",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2024-02-06T10:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f8114c2c319a4308e6b070902211e062efa392",
"body": null,
"is_bot": false,
"headline": "Update tge changelog for 2.1.0",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-12-08T12:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213326b97f98723892f9c633ec9244f649226c74",
"body": "Update the CI setup",
"is_bot": false,
"headline": "Merge pull request #57 from stof/php_8_3",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-12-08T12:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7f3ba107ccf043b22809c90f355d903b475d6c",
"body": "- add a job for PHP 8.3\n- update the actions to their latest version",
"is_bot": false,
"headline": "Update the CI setup",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-12-08T12:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19e18ff326d349ea9a8271a3894c0e757c4b3dc",
"body": "Add support for Phpunit 10",
"is_bot": false,
"headline": "Merge pull request #45 from Jean85/phpunit-10-support",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-04-21T13:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b4960a8ea8b69213e93e0ee176bf02470649fb",
"body": null,
"is_bot": false,
"headline": "Add support for Phpunit 10",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-04-21T13:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f26c224a2fa335f33e6666cc078fbf388255e87",
"body": null,
"is_bot": false,
"headline": "Update the changelog",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-04-18T11:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5d45d6c515fb9d9b833ba1f1b3575d22b23e95",
"body": "Add @not-deprecated annotation to avoid PHPStan errors",
"is_bot": false,
"headline": "Merge pull request #52 from func0der/mark-method-not-deprecated",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-03-20T15:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a8053dd69fa527438e3361d858ec510ef9d6ee",
"body": "Context: https://github.com/phpstan/phpstan-deprecation-rules/issues/76\r\nSolution: Add `@not-deprecated` annotation.",
"is_bot": false,
"headline": "Add @not-deprecated annotation to avoid PHPStan errors",
"author_name": "func0der",
"author_login": "func0der",
"committed_at": "2023-03-20T15:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6e1c4c1ba67cfe94c35bc1ad1f754fe6c0b738",
"body": "Fix: Install dependencies without `ramsey/composer-install`",
"is_bot": false,
"headline": "Merge pull request #51 from localheinz/fix/composer",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-02-15T14:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799edb310e369aab67d55026d2fff5729c0da748",
"body": null,
"is_bot": false,
"headline": "Fix: Install dependencies without ramsey/composer-install",
"author_name": "Andreas Möller",
"author_login": "localheinz",
"committed_at": "2023-02-15T14:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862d6cece4e115d492428c2931453a4f6d6ddf9b",
"body": "Fix: Reference schema as installed with `composer`",
"is_bot": false,
"headline": "Merge pull request #50 from localheinz/fix/schema",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-02-15T14:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af41250cc49e692e1d46020b54f5a2333436caa6",
"body": null,
"is_bot": false,
"headline": "Fix: Reference schema as installed with composer",
"author_name": "Andreas Möller",
"author_login": "localheinz",
"committed_at": "2023-02-15T14:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea52fb2ca54ce5a5b000e5958c25d05c9e972594",
"body": "chore: improve ci, bump github action versions, add checks for php 8.2",
"is_bot": false,
"headline": "Merge pull request #46 from Chris53897/feature/ci-improvments",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-02-06T16:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c43ec0d089f2072cc6d8a36dedb3a75e1d3059",
"body": null,
"is_bot": false,
"headline": "chore: improve ci, bump github action versions, add checks for php 8.2",
"author_name": "Christopher Georg",
"author_login": "Chris8934",
"committed_at": "2023-02-06T16:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858b6c55820e07c91d4ac1fb6ab7d390c4ca34ad",
"body": "Switch to E2E PHPT tests",
"is_bot": false,
"headline": "Merge pull request #43 from Jean85/switch-to-e2e-phpt-tests",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-01-13T11:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86437cec302a30a87d13b7c5623e942f0f1ca61f",
"body": null,
"is_bot": false,
"headline": "Remove older test references",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-13T10:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709d60edf1417b015eed7b2bfa0ff11e315ed003",
"body": null,
"is_bot": false,
"headline": "Move xdebug_filter.php into tests folder",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-13T10:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74643b0b5cf96c88246cb7c3472eac983349568",
"body": null,
"is_bot": false,
"headline": "Refactor test to have a centralized script to execute test fixtures",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-13T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37818dab0f5bb162612865b78cf526db3a2358c2",
"body": "Migrate all tests to PHPT end to end tests",
"is_bot": false,
"headline": "Migrate test suite to E2E approach using PHPT tests",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-12T21:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b117990ce0911db2e564cd30429cedeee2d7808",
"body": null,
"is_bot": false,
"headline": "Migrate PHPUnit config",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-12T21:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880b24e8f7be7613e8cccd49c37f3566fe569b33",
"body": "Add test to reach 100% coverage",
"is_bot": false,
"headline": "Merge pull request #42 from Jean85/increase-coverage",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2023-01-12T14:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc08fc8664bf008d9b11fa196b7e6fe4338bc92",
"body": null,
"is_bot": false,
"headline": "Add test to reach 100% coverage",
"author_name": "Alessandro Lai",
"author_login": "Jean85",
"committed_at": "2023-01-12T14:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65425c752f9035ed6bb7b6cca306945a2d2ce70",
"body": "CI: switch to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #35 from jrfnl/feature/migrate-to-ghactions",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2021-11-04T14:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab48a88f82036536b90bbf68752a469ab497e99",
"body": "This commit:\n* Adds a GH Actions workflow for the CI checks which were previously run on Travis.\n* Removes the, now redundant, `.travis.yml` configuration.\n* Updates the `.gitattributes` file.\n* Updates the \"Build Status\" badge in the Readme to use the results from the GH Actions runs.\n\nNotes:\n1. Bu\n[…]\nerence should not have a significant impact.\n Ref: https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows\n\nIncludes adding new builds against PHP 8.0 and 8.1.",
"is_bot": false,
"headline": "CI: switch to GitHub Actions",
"author_name": "jrfnl",
"author_login": "jrfnl",
"committed_at": "2021-11-04T14:24:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d57492639fce70b1fcfd39d9c48a18a7f71d2734",
"body": "Update composer require command to make it easier to copy",
"is_bot": false,
"headline": "Merge pull request #33 from loevgaard/patch-1",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2021-10-08T13:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f597c7d25b80cbc80ad64943ac8c976e8163b36",
"body": null,
"is_bot": false,
"headline": "Update composer require command to make it easier to copy",
"author_name": "Joachim Løvgaard",
"author_login": "loevgaard",
"committed_at": "2021-10-08T13:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08db3fb195cddc06e7006ee23c52f37f6f5b1cdd",
"body": null,
"is_bot": false,
"headline": "Fix a PSAM annotation (#26)",
"author_name": "Kévin Dunglas",
"author_login": "dunglas",
"committed_at": "2020-10-07T15:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7a9df55f257d2cba9b1d0c0963a54960657177",
"body": null,
"is_bot": false,
"headline": "Update changelog for 2.0.1",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-07-09T08:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb2493bd24052349bb5701b8ea3283ba93e7c60",
"body": "This support is considered experimental for now, as PHP 8 is not\r\nreleased yet.",
"is_bot": false,
"headline": "Add support for PHP 8 (#25)",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-07-09T08:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c79645693ade2fff82099cdd11369d555d0b7a1",
"body": null,
"is_bot": false,
"headline": "Update the package description",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-05-13T14:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049638b7a0a50149ec16fe9c6959f8e37c15454e",
"body": null,
"is_bot": false,
"headline": "Update the changelog for 2.0.0",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-04-07T09:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386ea466466f13d43cab7ff9f73ef07302f73c3f",
"body": "This relies on the new postCondition annotation of PHPUnit 9.1 to check the predictions.\r\nIt also fixes compatibility with latest PHPUnit changes which removed the possibility to override verifyMockObjects.",
"is_bot": false,
"headline": "Change the implementation to use only a trait. (#20)",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-25T12:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cfcfa6c19bab57ed42d00d7987fe8a367c6e04b",
"body": "Add assertions on the proper test status in the testsuite",
"is_bot": false,
"headline": "Merge pull request #21 from stof/assert_test_status",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-25T11:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888dd17c048982092a984f1749583046d3103812",
"body": null,
"is_bot": false,
"headline": "Add assertions on the proper test status in the testsuite",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-25T10:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad48e88a3bc4b8edd580cfffe43482d9fe4625a8",
"body": "Add a trait with most of the implementation",
"is_bot": false,
"headline": "Merge pull request #19 from stof/trait",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T17:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2921dd35c693da09dc9c30bd34f46818b57fc057",
"body": "This makes it easier to add Prophecy support when needing to extend a\ntestcase providing other features (many frameworks are shipping their\nown base test cases).",
"is_bot": false,
"headline": "Add a trait with most of the implementation",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T16:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc8ec166a82519fd4c925373349f7d3a0b62e7c",
"body": "Update the readme",
"is_bot": false,
"headline": "Merge pull request #18 from stof/update_readme",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T12:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd525127c44f99c7018f5bc466ebfc80d2104ff3",
"body": "Reorganize project files",
"is_bot": false,
"headline": "Merge pull request #17 from stof/restructure_project",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T12:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a7945bc1589eff2477f8c080b8ba646e1e9d22",
"body": "This library is maintained again in its version 2.",
"is_bot": false,
"headline": "Update the readme",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T12:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e101bd2ead7ea112e9d15e84cc988f95054764",
"body": "This makes it easier to separate the source files from tests and test\nfixtures. Development files are now excluded from the archives.",
"is_bot": false,
"headline": "Reorganize project files",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T12:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d12f22f14c1ad55b001a7f2a2548c230308523",
"body": "Update for PHPUnit 9.1",
"is_bot": false,
"headline": "Merge pull request #16 from sebastianbergmann/master",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2020-03-24T12:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf38aa0c71401ff227c47e97ae2201c2d9fc8ba",
"body": null,
"is_bot": false,
"headline": "Use @after annotation instead of tearDown() method name",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c06911119f9f6933df9a4a02f79c81af2330bb",
"body": null,
"is_bot": false,
"headline": "Make spies work again",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6e8120e5d8349f715f6797103cee94cd4c4a27",
"body": null,
"is_bot": false,
"headline": "Restore whitespace before namespace declaration",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5e619efd55f05be88764e5061153371e6e176c",
"body": "…PUnit",
"is_bot": false,
"headline": "Use project-local version of PHPUnit instead of globally installed PH…",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5accf5beae4014a2f81bada6a2ce0be8a3fdc001",
"body": null,
"is_bot": false,
"headline": "Test with PHP 7.3 and PHP 7.4 on Travis CI",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f5023600cbed419c07280782f04706038461b5",
"body": null,
"is_bot": false,
"headline": "Use early return",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90839916690da932fa886ea6cc4cdc07d6c1ac35",
"body": null,
"is_bot": false,
"headline": "Use getProphet() instead of prophet()",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85a131176f30444a1de2519c1d8b906d5f0c532",
"body": null,
"is_bot": false,
"headline": "This can be null",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40378c776bac00b889664fa54ef3570bacc25949",
"body": null,
"is_bot": false,
"headline": "Restore whitespace before namespace declaration",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T11:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73c17c88acced89aa8ca520af4b1e2baa04f430",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T09:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8662884d83d28d5a09d9135d9a44bc539afb62e",
"body": null,
"is_bot": false,
"headline": "Depend on PHP 7.3 (required by PHPUnit 9) and PHPUnit",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T09:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e75db4386025d6c1cd48114b82217b40aaa94e",
"body": null,
"is_bot": false,
"headline": "Allow installation of development versions",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T09:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb4477163a02a2535d7a8e07eed31c7411314ff",
"body": null,
"is_bot": false,
"headline": "Update for PHPUnit 9.1",
"author_name": "Sebastian Bergmann",
"author_login": "sebastianbergmann",
"committed_at": "2020-03-24T09:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "202bcf2014a3bf12bb2ad39cb307e9ec02fa56e9",
"body": null,
"is_bot": false,
"headline": "Document that the package is not maintained anymore.",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2015-10-01T08:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d06c84b9f26aab2b9940354f0fe6037dd9799c3",
"body": null,
"is_bot": false,
"headline": "Update the changelog for 1.1.0",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2015-02-09T11:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7900c0cce71689aa5fcf689dc61101f7d9381584",
"body": "Add assertion count",
"is_bot": false,
"headline": "Merge pull request #14 from stof/count_assertions",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84730ab012cd5eb7c060ed775975debdf723caa8",
"body": null,
"is_bot": false,
"headline": "Fix the assertion count for failed tests with non-delayed assertions",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5edc90ba995c09ea98a0a4407b3a477eb22e160",
"body": null,
"is_bot": false,
"headline": "Add assertion count",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb4c189a72c934205770e7b3c8f75e635f36ae94",
"body": "This respects the meaning of verifyMockObjects and keeps\nassertPostConditions available for child classes without forcing to call\nthe parent method, making the ProphecyTestCase less intrusive for child\nclasses and more in line with the parent test case.",
"is_bot": false,
"headline": "Moved the check of predictions to verifyMockObjects",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd125ef8869f20e3daa30c8dfbd9f46b10f45c8f",
"body": null,
"is_bot": false,
"headline": "Rename test and fixture testcases to better names",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "130ae48b60c5fbd6894fde138e568a685a93dbc4",
"body": null,
"is_bot": false,
"headline": "Fix the testsuite to avoid tests to be marked as being risky",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-23T20:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72135132bd656de5e0ebeb81f41bb7cf2c2c7b47",
"body": null,
"is_bot": false,
"headline": "Changed the autoloading to use PSR-4",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-17T16:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abc65f5ce602ea6d23558156c404fcbc9a09428",
"body": null,
"is_bot": false,
"headline": "Switch to the docker-based infrastructure on Travis",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-12-17T16:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7abfc68caf9ec4c36346d170cdf68e441c2b4c8b",
"body": "Removed dependency on calling setUp",
"is_bot": false,
"headline": "Merge pull request #12 from dantleech/remove_setup_call_dependency",
"author_name": "Christophe Coevoet",
"author_login": "stof",
"committed_at": "2014-08-06T14:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9156889aab98383326fc8e6a8494d980b8cb517",
"body": null,
"is_bot": false,
"headline": "Removed dependency on calling setUp",
"author_name": "dantleech",
"author_login": "dantleech",
"committed_at": "2014-08-06T13:56:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 12,
"latest_release_at": "2026-02-09T15:43:23Z",
"latest_release_tag": "v2.5.0",
"releases_from_tags": false,
"days_since_last_push": 161,
"active_weeks_last_year": 2,
"days_since_latest_release": 163,
"mean_days_between_releases": 484.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "phpspec/prophecy-phpunit",
"exists": true,
"license": "MIT",
"keywords": [
"phpunit",
"prophecy"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/phpspec/prophecy-phpunit",
"is_deprecated": false,
"latest_version": "v2.5.0",
"repository_url": "https://github.com/phpspec/prophecy-phpunit",
"versions_count": 11,
"total_downloads": 60229744,
"dependents_count": 1484,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1403899,
"first_published_at": null,
"latest_published_at": "2026-02-09T15:40:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 163
}
]
},
"popularity": {
"forks": 42,
"stars": 194,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-07",
"count": 1
},
{
"date": "2013-12-20",
"count": 1
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-08",
"count": 1
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 39,
"total_forks": 42
},
"star_history": null,
"open_issues_and_prs": 3
},
"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": 3356,
"source_files_sampled": 10,
"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": 4,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpspec/prophecy",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 38,
"open_issues": 1,
"closed_ratio": 0.95,
"closed_issues": 19,
"closed_unmerged_prs": 13
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "stof",
"commits": 75,
"avatar_url": "https://avatars.githubusercontent.com/u/439401?v=4"
},
{
"type": "User",
"login": "sebastianbergmann",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/25218?v=4"
},
{
"type": "User",
"login": "Jean85",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/6729988?v=4"
},
{
"type": "User",
"login": "localheinz",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/605483?v=4"
},
{
"type": "User",
"login": "benja-M-1",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/212269?v=4"
},
{
"type": "User",
"login": "Chris8934",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44963939?v=4"
},
{
"type": "User",
"login": "frastel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/433380?v=4"
},
{
"type": "User",
"login": "loevgaard",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2412177?v=4"
},
{
"type": "User",
"login": "dunglas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57224?v=4"
},
{
"type": "User",
"login": "pborreli",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/77759?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.658
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 3/15 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "703f39b203e18637e84a1d06e88c3577c70c7120",
"ran_at": "2026-07-22T17:37:38Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-02-11T17:38:48Z",
"oldest_open_prs": [
{
"number": 31,
"created_at": "2021-01-29T13:44:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2021-11-04T11:41:35Z",
"last_comment_at": "2021-11-04T14:34:17Z",
"last_comment_author": "jrfnl"
}
],
"last_merged_pr_at": "2026-02-11T17:36:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 30,
"created_at": "2020-12-22T21:15:44Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/phpspec/prophecy-phpunit",
"host": "github.com",
"name": "prophecy-phpunit",
"owner": "phpspec"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 32,
"vitality": 39,
"community": 72,
"governance": 66,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 39,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 1,
"days_since_last_push": 161,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 161 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 161
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v2.5.0",
"releases_from_tags": false,
"days_since_latest_release": 163,
"mean_days_between_releases": 484.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 163 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 163
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~484.5 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 484.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 161,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 161 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 161
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"forks": 42,
"stars": 194,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "194 stars",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 194
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "42 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 42
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"phpspec/prophecy-phpunit"
],
"dependents": 1484,
"ecosystems": "packagist",
"total_downloads": 60229744,
"monthly_downloads": 1403899
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,403,899 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1403899,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1,484 packages depend on it",
"points": 20,
"status": "met",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1484
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.658
},
"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 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 38,
"open_issues": 1,
"closed_issues": 19,
"issue_closed_ratio": 0.95,
"closed_unmerged_prs": 13
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "38/51 decided PRs merged",
"points": 28.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 51
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/15 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 19,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "phpspec",
"public_repos": 15,
"account_age_days": 5777
},
"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": "19 followers of phpspec",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "phpspec"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~15 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"phpspec/prophecy-phpunit"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 163
},
"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 163 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 163
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"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": "5 out of 12 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/15 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 30
},
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 3356,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:37:57.056696Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/phpspec/prophecy-phpunit.svg",
"full_name": "phpspec/prophecy-phpunit",
"license_state": "standard",
"license_spdx": "MIT"
}