原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"php",
"debugging"
],
"is_fork": false,
"size_kb": 184,
"has_wiki": false,
"homepage": "https://spatie.be/open-source",
"languages": {
"PHP": 90159
},
"pushed_at": "2026-06-26T09:42:59Z",
"created_at": "2020-11-20T11:03:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-13T09:53:24Z",
"description": "A better backtrace",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://spatie.be/open-source",
"name": "Spatie",
"type": "Organization",
"login": "spatie",
"company": null,
"location": "Antwerp, Belgium",
"followers": 3805,
"avatar_url": "https://avatars.githubusercontent.com/u/7535935?v=4",
"created_at": "2014-05-09T16:26:39Z",
"is_verified": null,
"public_repos": 524,
"account_age_days": 4462
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.8.2",
"kind": "patch",
"published_at": "2026-03-11T13:53:25Z"
},
{
"tag": "1.8.1",
"kind": "patch",
"published_at": "2025-08-26T08:23:21Z"
},
{
"tag": "1.8.0",
"kind": "minor",
"published_at": "2025-08-25T16:18:02Z"
},
{
"tag": "1.7.4",
"kind": "patch",
"published_at": "2025-05-08T15:41:29Z"
},
{
"tag": "1.7.3",
"kind": "patch",
"published_at": "2025-05-07T07:20:17Z"
},
{
"tag": "1.7.2",
"kind": "patch",
"published_at": "2025-04-28T14:56:12Z"
},
{
"tag": "1.7.1",
"kind": "patch",
"published_at": "2024-12-02T13:28:56Z"
},
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2024-12-02T09:06:58Z"
},
{
"tag": "1.6.3",
"kind": "patch",
"published_at": "2024-11-18T14:58:59Z"
},
{
"tag": "1.6.2",
"kind": "patch",
"published_at": "2024-07-22T08:21:43Z"
},
{
"tag": "1.6.1",
"kind": "patch",
"published_at": "2024-04-24T13:38:55Z"
},
{
"tag": "1.6.0",
"kind": "minor",
"published_at": "2024-04-24T10:05:06Z"
},
{
"tag": "1.5.3",
"kind": "patch",
"published_at": "2023-06-28T13:00:20Z"
},
{
"tag": "1.5.2",
"kind": "patch",
"published_at": "2023-06-28T11:01:00Z"
},
{
"tag": "1.5.1",
"kind": "patch",
"published_at": "2023-06-28T10:57:28Z"
},
{
"tag": "1.5.0",
"kind": "minor",
"published_at": "2023-06-28T10:38:29Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2023-06-13T14:36:43Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2023-03-04T09:00:18Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2023-03-04T08:34:32Z"
},
{
"tag": "1.2.2",
"kind": "patch",
"published_at": "2023-02-21T08:32:53Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2021-11-09T10:57:40Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2021-05-19T12:49:43Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2021-01-29T09:21:19Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2021-01-27T07:58:25Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-11-24T11:47:38Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2020-11-24T08:26:38Z"
}
],
"recent_commits": [
{
"oid": "23fbcdec63ca709b093d951d21a93d958124ff58",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 7 (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T09:42:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "733fb30174c70cd455f1bde367293601a824467c",
"body": "github.actor reflects the actor that triggered the run, not the PR\nauthor, so it can read 'dependabot[bot]' on a PR whose code is not\nfrom Dependabot. Gate on the immutable PR author instead, and add a\nrepository guard so forks that copy this workflow do not auto-merge.\n\nReported by Volker Dusch (@edorian) and the PHP Foundation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Harden Dependabot auto-merge actor check",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-06-02T10:30:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "123d19f4cdcddb8a84e0e307dddb3c5a83091a74",
"body": "…ot/fetch-metadata-3.1.0\n\nBump dependabot/fetch-metadata from 3.0.0 to 3.1.0",
"is_bot": true,
"headline": "Merge pull request #43 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-20T22:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06662215af0dc508d8bc5d4bf14ad4dcf6b8f0de",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 3.0.0 to 3.1.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v3.0.0...v3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 3.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T21:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4565b5471631c0e587a665f7f69982d74c69368c",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.0.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.0.0)\n\n---\nupdated-dependencies:\n- dependency-name\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-08T07:36:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e47dad864b4cf997b76e9b4d18c8a71035477e7",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2026-03-11T13:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ffe78be5ed355b5009e3dd989d183433e9a5adc",
"body": null,
"is_bot": false,
"headline": "Run tets on PHP 8.5",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2026-03-11T13:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f356bea8645819453d579c06f853279aebaa98e5",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Claude Code local settings to gitignore",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2026-03-11T13:47:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a65de91ee7fc2c10ea9b4fcd1c0a29354dd9fc2",
"body": "Use is_file() instead of file_exists() to guard against directories being\npassed to SplFileObject. Fix artisan/please regex to match backslashes on\nWindows.\n\nFixes spatie/laravel-flare#34\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SplFileObject directory error and Windows artisan frame detection",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2026-03-11T13:46:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c939630682c6422dbcfefc8d86ebfe171e4d9fed",
"body": null,
"is_bot": false,
"headline": "Added Symfony 8 support to all symfony/* packages. (#39)",
"author_name": "Emre Çalışkan",
"author_login": "thecaliskan",
"committed_at": "2026-02-09T14:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82059304ed83f96adb1881a6eb8b772968e18971",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7.\n- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)\n- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)\n- [Co\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-31T09:46:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d8b69f2b310a454c8d4c7b548b83ff8a5cbef2f",
"body": "…ot/fetch-metadata-2.5.0\n\nBump dependabot/fetch-metadata from 2.4.0 to 2.5.0",
"is_bot": true,
"headline": "Merge pull request #41 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-05T20:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a01e5394db0d4bdd7cee95f647ed773d0354cca",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.4.0...v2.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 2.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-05T20:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72c986870b0e75e5aef681862b03989f30a6080",
"body": "Update issue template",
"is_bot": false,
"headline": "Merge pull request #36 from spatie/fix-issue-template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-15T09:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb26aab63dbf9774037a3c6bd68a01971ae896e",
"body": null,
"is_bot": false,
"headline": "Update issue template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-08T06:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85323ee23ca9570302da711cffb4659b7cd6366a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "AlexVanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-26T08:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0f16a59ae35ec8c62d85c3c17585158f430110",
"body": null,
"is_bot": false,
"headline": "Reolve top frames as vendor frames too",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-26T08:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e73b626ec059d4627819a45d89dbfae81bae24",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "AlexVanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-25T16:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1607d8870bf597fc4ad79a6945cf0b2e584c2669",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "AlexVanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-25T16:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dfef3955d15465f7c0313868f1a27f14bd27fd8",
"body": null,
"is_bot": false,
"headline": "Add edge case for the Artisan CLI file",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-25T16:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffdef059a1c814150c73a54bf56e8a247ca38fd0",
"body": "…checkout-5\n\nBump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #35 from spatie/dependabot/github_actions/actions/…",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-25T15:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75665a80ad174e50dd12334c6dcedebffa5648be",
"body": "…eifel/git-auto-commit-action-6\n\nBump stefanzweifel/git-auto-commit-action from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #34 from spatie/dependabot/github_actions/stefanzw…",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-08-25T15:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12f5bce25825c74a1a5ddaf0740488da77abf41",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T03:25:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a5415466074c740ee914304a1c455cbdae11c9f",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 6.\n- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)\n- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)\n- [Co\n[…]\n stefanzweifel/git-auto-commit-action\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump stefanzweifel/git-auto-commit-action from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-16T21:30:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39644d8b78f0b336d740fffe941a21b46722b001",
"body": "…ot/fetch-metadata-2.4.0\n\nBump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"is_bot": true,
"headline": "Merge pull request #33 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-12T20:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0297dfc9451d17cc3ead562c905e12b2456b104",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 2.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-12T20:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7ee09fbd041cb2f27faabe4b0e45928d1b6f24",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-08T15:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd37a49fce7137359ac30ecc44ef3e16404cccbe",
"body": "Fix `getCodeSnippetProvider` when `file` is not in `open_basedir`",
"is_bot": false,
"headline": "Merge pull request #32 from tadhgboyle/tb/fix-base-dir",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-08T15:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "146051b35ce08ef69ef95e8dfc95f4727a3755f0",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-07T07:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ae5fabe2a1e3bc7df5c7ca5d91b094dc314b20",
"body": "…guments\n\nAdd test for enabling arguments with a throwable",
"is_bot": false,
"headline": "Merge pull request #31 from jivanf/add-test-for-enabling-throwable-ar…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-07T07:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64714a285cbedeabd8c07e6689711b353123bea3",
"body": null,
"is_bot": false,
"headline": "Fix `getCodeSnippetProvider` when `file` is not in `open_basedir`",
"author_name": "tadhgboyle",
"author_login": "tadhgboyle",
"committed_at": "2025-05-03T08:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e8cbd077bdc346ea9c04cd14e2865cbabcf4ec",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-28T15:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb327ab0678c1aef1a4cb038f4ab2e57aea891a",
"body": null,
"is_bot": false,
"headline": "Rename tests",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-28T15:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47091bb85c42ece36b97d5991001bd676f042fe4",
"body": "…tion' into use-exception-ignore-args-ini-option\n\n# Conflicts:\n#\ttests/BacktraceTest.php",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/use-exception-ignore-args-ini-op…",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-28T15:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48de6e98f02459366bb6730802491c8b75b6223c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-04-28T14:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9807de6b8fecfaa5b3d10650985f0348b02862b2",
"body": "Add object property to frame",
"is_bot": false,
"headline": "Merge pull request #30 from jivanf/add-object-property-to-frame",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-04-28T14:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b0fd3dc9a52dc7cbd6130ae6f3787296b049f54",
"body": null,
"is_bot": false,
"headline": "Omit arguments and object from backtrace by default",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-25T17:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da9269008d65d50ed8084b9b44d09988e2dc7390",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-25T16:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27667d7bb2ec588117f030881f99375a9e953cd8",
"body": null,
"is_bot": false,
"headline": "Add tests for enabling arguments",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-25T16:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5891ba1555d78305e362222dbac843069003b38a",
"body": null,
"is_bot": false,
"headline": "Set `zend.exception_ignore_args` when creating test exception",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-25T16:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be80af668a2e6c3c46b8312b5101ef1b6762952d",
"body": null,
"is_bot": false,
"headline": "Add `object` property to `Frame`",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-18T20:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ebcafb668a59b6e5c39868e67d8a095beb3899",
"body": null,
"is_bot": false,
"headline": "Don't include object in frames when `withObject` is false",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-18T17:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17956a5084de392b47bc78bcd78ea596da56163",
"body": null,
"is_bot": false,
"headline": "Add boolean parameter to `withObject`",
"author_name": "Jivan Flores",
"author_login": "jivanf",
"committed_at": "2025-04-18T17:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d97367b80ee68b8c0bb89f08200b7bb24042561c",
"body": "…ot/fetch-metadata-2.3.0\n\nBump dependabot/fetch-metadata from 2.2.0 to 2.3.0",
"is_bot": true,
"headline": "Merge pull request #29 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-01-27T20:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2158f84fceeb8b38e7a289d0c83983262d6f644",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-27T20:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e88aeb46c12fc105262952a32e1e6bb313efbf",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #28 from jackbayliss/jackbayliss-fix-readme",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-01-19T11:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e9b0464f69580afa23c690a687557712fa4361",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2025-01-19T00:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7a8ecdba28eb78cf3efeeab5a65db76c2057c98",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-12-02T13:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f2477c520e3729de58e061b8192f161c99f770b",
"body": null,
"is_bot": false,
"headline": "fix deprecation",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-12-02T13:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e39090ca493c52ec4336dffe9e907f45272120",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "riasvdv",
"author_login": "riasvdv",
"committed_at": "2024-12-02T09:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8be54f22a4ebedd8595f47e5081a5fbab52791",
"body": "Add PHP 8.4 Support",
"is_bot": false,
"headline": "Merge pull request #27 from sweptsquash/main",
"author_name": "Rias",
"author_login": "riasvdv",
"committed_at": "2024-12-02T09:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d21ea77b5f06bca73280b3ea718c7e7fc86a264c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:sweptsquash/backtrace-php84",
"author_name": "Stewart Marsh",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T10:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78fd4b8def6b15ff18b0fe4ab5df180adc131bd",
"body": null,
"is_bot": false,
"headline": "fix: deprecated warnings",
"author_name": "Stewart Marsh",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T10:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58ebc815a620b6a98fb38a48f7b1825588927a9",
"body": null,
"is_bot": false,
"headline": "fix: debug_backtrace to use default option instead of null",
"author_name": "Stewart Marsh",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T10:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5545ebc9642fcdc65e7de58b49473e08cf32b3d9",
"body": null,
"is_bot": false,
"headline": "feat: Add PHP 8.4 Support",
"author_name": "Stewart Marsh",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T10:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bd9a83a67a06a69e3d4723ef2fd1786a44f66e",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "sweptsquash",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T09:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ce28b627c3bd2b016a807dedabf9a7a2f17222",
"body": "feat: PHP 8.4 workflow test\n\nfix: BacktraceTest on PHP 8.4",
"is_bot": false,
"headline": "feat: add support for v2 of laravel/serializable-closure",
"author_name": "Stewart Marsh",
"author_login": "sweptsquash",
"committed_at": "2024-11-30T09:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecdad8b0c7e88709d71ead1ef36771007a2713cd",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-11-18T14:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c18db2bc667ac84e5d7c18e33f16c38ff2d8838",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-11-18T14:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ca87a50b1b945e21d2d9efe1cdd94585883329",
"body": "trimFilePaths feature",
"is_bot": false,
"headline": "Merge pull request #26 from jackbayliss/feature/trim-paths",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-11-18T14:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe7951e0490b56f63c2699c8d332c87029ed99e",
"body": null,
"is_bot": false,
"headline": "Update Frame.php",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-18T14:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a26e2faf23dcc8dd7442acdde11a5e55769e08e8",
"body": null,
"is_bot": false,
"headline": "rename trimmedFile to trimmedFilePath",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-18T14:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc5063c1faddcc174b5be0737536f206c218ad4",
"body": null,
"is_bot": false,
"headline": "adjust ordering",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-18T10:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55710c200818c10a1af1a1df19e6a1fb7d5aded5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-15T14:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae5ce2f66fdb3b3a8016970f078cf6baf9c3b97",
"body": null,
"is_bot": false,
"headline": "spacing",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-14T00:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b7fea57ce30be17bcdaa887f6defab8cd7542e8",
"body": null,
"is_bot": false,
"headline": "styling",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-14T00:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b1f3f0336d824a684699b4780e5c7a69eca32e",
"body": null,
"is_bot": false,
"headline": "trim paths work",
"author_name": "Jack",
"author_login": "jackbayliss",
"committed_at": "2024-11-14T00:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5981bb47b5584ccd0f3aca5d60ca5b3b37c828",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-07-22T08:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9a145b044677ae3424693f7b06479fc8c137a9",
"body": "Correct with object check",
"is_bot": false,
"headline": "Merge pull request #22 from 1RV34/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-07-22T08:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5663498e6c6ad11581f78a499867f7a91cdbda06",
"body": null,
"is_bot": false,
"headline": "Correct with object check",
"author_name": "Ricardo Vermeltfoort",
"author_login": "1RV34",
"committed_at": "2024-07-19T14:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8a48324cc3119859f18e7c3bbea7e766f8ecae",
"body": "…ot/fetch-metadata-2.2.0\n\nBump dependabot/fetch-metadata from 2.1.0 to 2.2.0",
"is_bot": true,
"headline": "Merge pull request #25 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-07-08T20:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a0a36eef82682418fea993510e024cd31d7e98",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.1.0...v2.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-08T20:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ff576f308b2a1b91c02fe3ed4b41e3125956e5",
"body": "…ot/fetch-metadata-2.1.0\n\nBump dependabot/fetch-metadata from 2.0.0 to 2.1.0",
"is_bot": true,
"headline": "Merge pull request #24 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-04-29T20:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25155e3bb89c183e2fd963fb8a47efb20361168c",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-29T20:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ece809ce3d05a93592c9da7c7e55bcc8951b65",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T13:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8373b9d51638292e3bfd736a9c19a654111b4a23",
"body": null,
"is_bot": false,
"headline": "Check if serializeable closure is defined",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T13:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b82c37adbea8c48a13d07b2025234f9047ee4e6",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T13:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbcc3791c4ccc6147d3c2b6a74fdd0179acaff8",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T10:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5834bed384060f6c6f80bd6ec079c0897b64f37",
"body": "Serializeable closure support",
"is_bot": false,
"headline": "Merge pull request #23 from spatie/serializeable-closure-support",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T10:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4726fd2daaf31fd38ee9cb75b9be0297e4624100",
"body": null,
"is_bot": false,
"headline": "PR remark",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T09:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9480a3197d22114826b782234b74b6cd946cf118",
"body": null,
"is_bot": false,
"headline": "PR remark",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T09:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059ffa5ae3f4cb3573af412274ce6281986f0123",
"body": null,
"is_bot": false,
"headline": "PR remark",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-24T09:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f79189a7a46802957e5ab833a51d99eb3af2a9",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4ed876ca25434e94d42a2fe02682c4a2cc94a6",
"body": null,
"is_bot": false,
"headline": "Code styling",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b2f67d522343efaa85ba53715d6f10a40a5b3cf",
"body": null,
"is_bot": false,
"headline": "Add extra test",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e06558a1c319b54cc7e585480482b9912648e5",
"body": null,
"is_bot": false,
"headline": "Fix issues on php 7.4",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1e24f9991d2d07cbcb2988204d00ae0b9047d1",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3bceb00fd389ba262eec6ea363d9eecf9d09262",
"body": null,
"is_bot": false,
"headline": "Move dependency to dev",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58edd045fd4a5e0dbdc5eff400ea27ef53fb56f6",
"body": null,
"is_bot": false,
"headline": "Add support for serializeable closures",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2024-04-23T14:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60397d7c63a67a438a741c852cb258e2bb8c908a",
"body": "…ot/fetch-metadata-2.0.0\n\nBump dependabot/fetch-metadata from 1.6.0 to 2.0.0",
"is_bot": false,
"headline": "Merge pull request #21 from spatie/dependabot/github_actions/dependab…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-04-19T11:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8388e685464b9f03ff2296ec255d0864a8a9d2cc",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-25T21:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a23c01e1a6e5b10ad236938a324f93bba3c634b",
"body": "…checkout-4\n\nBump actions/checkout from 3 to 4",
"is_bot": true,
"headline": "Merge pull request #18 from spatie/dependabot/github_actions/actions/…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-09-04T20:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c891f57ae654fa6f5466acd65096ffce39807aa1",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-04T20:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d484be410674d68620bde530e5cb692f1260ff",
"body": "…ot/fetch-metadata-1.6.0\n\nBump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"is_bot": true,
"headline": "Merge pull request #17 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-03T20:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8242f3e066842ac1e469d0617019357af6095d",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.1 to 1.6.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-03T20:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bba935ab9575e15345397b2cbeb6e3e4e51a00",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2023-06-28T13:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2023-06-28T12:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971335f8a7848eb2c983a37620ecf5035de68aae",
"body": null,
"is_bot": false,
"headline": "Fix issue where arguments of throwable leaked",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2023-06-28T12:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73590fea338e0018e245b10ed7abeae532ab687",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rubenvanassche",
"author_login": "rubenvanassche",
"committed_at": "2023-06-28T11:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f93bb899255d45e51a114ca27e17408f3f8f625",
"body": null,
"is_bot": false,
"headline": "Another type udpate",
"author_name": "Ruben Van Assche",
"author_login": "rubenvanassche",
"committed_at": "2023-06-28T11:00:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 23,
"latest_release_at": "2026-03-11T13:53:25Z",
"latest_release_tag": "1.8.2",
"releases_from_tags": false,
"days_since_last_push": 32,
"active_weeks_last_year": 13,
"days_since_latest_release": 139,
"mean_days_between_releases": 66.4
},
"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": "spatie/backtrace",
"exists": true,
"license": "MIT",
"keywords": [
"Backtrace",
"spatie"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/spatie/backtrace",
"is_deprecated": false,
"latest_version": "1.8.2",
"repository_url": "https://github.com/spatie/backtrace",
"versions_count": 26,
"total_downloads": 188745536,
"dependents_count": 48,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5084362,
"first_published_at": null,
"latest_published_at": "2026-03-11T13:48:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 139
}
]
},
"popularity": {
"forks": 29,
"stars": 436,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
}
],
"complete": true,
"collected": 29,
"total_forks": 29
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": 24876,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 38,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 5
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "freekmurze",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/483853?v=4"
},
{
"type": "User",
"login": "rubenvanassche",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/619804?v=4"
},
{
"type": "User",
"login": "jivanf",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/25129083?v=4"
},
{
"type": "User",
"login": "AlexVanderbist",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/6287961?v=4"
},
{
"type": "User",
"login": "jackbayliss",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/13621738?v=4"
},
{
"type": "User",
"login": "sweptsquash",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/9886472?v=4"
},
{
"type": "User",
"login": "riasvdv",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3626559?v=4"
},
{
"type": "User",
"login": "patinthehat",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5508707?v=4"
},
{
"type": "User",
"login": "AdrianMrn",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/12762044?v=4"
},
{
"type": "User",
"login": "angeljqv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/79208641?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.424
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dependabot-auto-merge.yml",
"php-cs-fixer.yml",
"run-tests.yml",
"update-changelog.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 6,
"reason": "8 out of 12 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": 1,
"reason": "Found 3/16 approved changesets -- score normalized to 1",
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "23fbcdec63ca709b093d951d21a93d958124ff58",
"ran_at": "2026-07-28T15:01:47Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T20:02:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-26T09:42:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spatie/backtrace",
"host": "github.com",
"name": "backtrace",
"owner": "spatie"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 44,
"vitality": 57,
"community": 71,
"governance": 79,
"engineering": 75
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 0.78,
"days_since_last_push": 32,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 32 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 32
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"releases_count": 26,
"latest_release_tag": "1.8.2",
"releases_from_tags": false,
"days_since_latest_release": 139,
"mean_days_between_releases": 66.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 139 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 139
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~66.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 66.4
}
}
],
"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": 56,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 56 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 56
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"forks": 29,
"stars": 436,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "436 stars",
"points": 42.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 436
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "29 forks",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 29
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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": 91,
"inputs": {
"packages": [
"spatie/backtrace"
],
"dependents": 48,
"ecosystems": "packagist",
"total_downloads": 188745536,
"monthly_downloads": 5084362
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,084,362 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5084362,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "48 packages depend on it",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 48
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 79,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 15,
"top_contributor_share": 0.424
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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": 82,
"inputs": {
"merged_prs": 38,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "38/43 decided PRs merged",
"points": 33.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 43
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/16 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3805,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "spatie",
"public_repos": 524,
"account_age_days": 4462
},
"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": "3,805 followers of spatie",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3805,
"login": "spatie"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "524 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 524
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"spatie/backtrace"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 139
},
"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 139 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 139
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 75,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 12 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",
"debugging"
],
"has_wiki": false,
"homepage": "https://spatie.be/open-source",
"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://spatie.be/open-source",
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": 44,
"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": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 12 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 3/16 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"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": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.256,
"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": "20 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 52,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.14
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"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": 24876,
"source_files_sampled": 43,
"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/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:02:08.709976Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spatie/backtrace.svg",
"full_name": "spatie/backtrace",
"license_state": "standard",
"license_spdx": "MIT"
}