Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 172,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 71657
},
"pushed_at": "2026-02-28T19:53:09Z",
"created_at": "2019-05-17T21:33:34Z",
"owner_type": "User",
"updated_at": "2026-05-15T01:55:00Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://mikebronner.dev",
"name": "Mike Bronner",
"type": "User",
"login": "mikebronner",
"company": "@mike-bronner",
"location": "Gilbert, Arizona, USA",
"followers": 205,
"avatar_url": "https://avatars.githubusercontent.com/u/1791050?v=4",
"created_at": "2012-05-30T00:09:30Z",
"is_verified": null,
"public_repos": 76,
"account_age_days": 5172
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "13.1.0",
"kind": "minor",
"published_at": "2026-02-28T19:53:09Z"
},
{
"tag": "13.0.0",
"kind": "major",
"published_at": "2026-02-28T14:24:10Z"
},
{
"tag": "12.0.0",
"kind": "major",
"published_at": "2025-02-26T23:43:28Z"
},
{
"tag": "11.0.0",
"kind": "major",
"published_at": "2024-03-14T23:25:35Z"
},
{
"tag": "10.0.1",
"kind": "patch",
"published_at": "2023-03-22T14:47:18Z"
},
{
"tag": "10.0.0",
"kind": "major",
"published_at": "2023-02-17T14:31:11Z"
},
{
"tag": "9.0.4",
"kind": "patch",
"published_at": "2022-03-30T12:53:31Z"
},
{
"tag": "9.0.3",
"kind": "patch",
"published_at": "2022-03-30T12:33:40Z"
},
{
"tag": "9.0.2",
"kind": "patch",
"published_at": "2022-03-23T12:58:49Z"
},
{
"tag": "9.0.1",
"kind": "patch",
"published_at": "2022-02-09T20:15:32Z"
},
{
"tag": "9.0.0",
"kind": "major",
"published_at": "2022-02-09T20:12:44Z"
},
{
"tag": "8.0",
"kind": "other",
"published_at": "2020-09-08T14:40:22Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2020-02-29T18:57:33Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2019-09-14T00:28:53Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2019-08-29T03:44:07Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2019-05-17T22:16:40Z"
}
],
"recent_commits": [
{
"oid": "ed98aae5fdef8680d3ae6f5b1c59105d751f447c",
"body": "… occur. (#22)\n\n- Only fire `pivotSynced` event if sync operation results in changes.\n- Only fire `pivotDetached` event if detach operation actually detaches records.\n- Update tests to assert that events are not fired when no changes occur.\n- Add new tests for conditional event firing on sync and detach operations.",
"is_bot": false,
"headline": "feat: ✨ suppress pivotSynced and pivotDetached events when no changes…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T19:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e830a33cbe865fc23b3ad19238119aefa6f3dd",
"body": "….2+. (#21)\n\n* chore: ⬆️ Added support for PHP 8.3–8.5 and Laravel 12, require PHP 8.2+.\n\n* feat: ⬆️ Add Laravel 13 support.\n\n* WIP",
"is_bot": false,
"headline": "chore: ⬆️ Added support for PHP 8.3–8.5 and Laravel 12, require PHP 8…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T14:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e57be6de718bd8504526864e447ca7fbd84a5b8",
"body": "…load interface (closes #17) (#18)\n\n* feat: pass pivot payload to custom event classes via ReceivesPivotPayload interface\n\nCloses #17.\n\n## Problem\n\nCustom event classes registered via `dispatchesEvents` received no pivot\ncontext (relation name, IDs, attributes) — they only got the model.\nCommunity P\n[…]\nnterface)\n- `tests/Models/UserWithLegacyEvent.php` — test model\n- `tests/Models/UserWithPayloadEvent.php` — test model\n\n* tests: ✅ expand pivot event test coverage and add payload-aware event classes.",
"is_bot": false,
"headline": "feat: pass pivot payload to custom event classes via ReceivesPivotPay…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T13:50:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d485f8749838b4cec88f2485271be0cd71628aa7",
"body": "…ot-events\n\nfix(sync): Fire pivot events during sync operations",
"is_bot": false,
"headline": "Merge pull request #20 from mikebronner/feat/7-sync-does-not-fire-piv…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T13:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a921a143204f4e8750abe3ca11df8f929537835",
"body": "Update existing sync tests to assert that attach/detach/update events\nfire during sync operations. Add new tests for:\n- sync() with attached, detached, and unchanged records\n- sync([]) fires detach-all event\n- sync() with no changes fires only syncing/synced (no duplicates)\n- sync() with intermediate pivot values",
"is_bot": false,
"headline": "test(sync): Update sync tests to verify sub-operation events fire",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T06:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2026c1ccbba4ecf2c779939b763ddf649e101556",
"body": "The sync() method was wrapping parent::sync() in withoutEvents(),\nwhich suppressed pivotAttaching/pivotAttached/pivotDetaching/pivotDetached\nevents from attach()/detach()/updateExistingPivot() calls. This prevented\ndownstream listeners (e.g. model cache) from invalidating on sync().",
"is_bot": false,
"headline": "fix(sync): Remove withoutEvents wrapper to fire pivot sub-events",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T06:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e8cb4c026a4f7329e0dff5e535cc4a8a728c69",
"body": null,
"is_bot": false,
"headline": "test(events): Add regression test for duplicate observable events",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T06:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbd3b905c1e961885671c133b72056822273b9a",
"body": "parent::getObservableEvents() already merges $this->observables,\nso including it again caused every custom observable to appear twice.",
"is_bot": false,
"headline": "fix(events): Remove duplicate observer events from getObservableEvents",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2026-02-28T06:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeeceb7672c2ac359472fedba75349710572e72f",
"body": null,
"is_bot": false,
"headline": "Changed namespace.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2025-02-26T23:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b240429fd65dd8c1f9e106f98d0ca8fd31f81f17",
"body": null,
"is_bot": false,
"headline": "Updated to laravel 12.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2025-02-26T23:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aaa741996819e047c49f517ef0743e138ba9398",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2024-03-14T23:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01ef744839529ed6300af4e6a10624bf2ca5001a",
"body": null,
"is_bot": false,
"headline": "Cleaned up tests.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2024-03-14T23:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e974d80160774641f4323f5ffb757b79f300d3",
"body": null,
"is_bot": false,
"headline": "Added laravel 11 compatibility.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2024-03-14T23:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862371f6f89be296cc026c9cf5b372dca4d7958b",
"body": "Fix double model assignment to payload breaking closures params in events",
"is_bot": false,
"headline": "Merge pull request #11 from hubov/master",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2023-03-22T14:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f177f7c175ec1b61b8cd0ca3c296ac16551dab",
"body": "Laravel 10 compatibility",
"is_bot": false,
"headline": "Merge pull request #2 from GeneaLabs/master",
"author_name": "Hubert Owerczuk",
"author_login": "hubov",
"committed_at": "2023-03-22T14:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48dc3cc7c26d6343741dd23f75763e79b7a2706b",
"body": "Add support for Laravel 10",
"is_bot": false,
"headline": "Merge pull request #12 from faytekin/laravel-10",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2023-02-17T14:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2749e16e11c3464585e0870b640cb2e2475259e7",
"body": null,
"is_bot": false,
"headline": "Add run tests github actions",
"author_name": "Fatih Aytekin",
"author_login": "faytekin",
"committed_at": "2023-02-16T07:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c819b4885abaa31fdf3e5be01a189b092be1c2",
"body": null,
"is_bot": false,
"headline": "Add support for Laravel 10",
"author_name": "Fatih Aytekin",
"author_login": "faytekin",
"committed_at": "2023-02-16T07:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d81cecb5c8dcdc135dfa9a1134ff2fbd6f9f4b",
"body": "…load\n\nFix double model assignment to payload breaking closures params in ev…",
"is_bot": false,
"headline": "Merge pull request #1 from hubov/#8-fix-wrong-paraemters-in-event-pay…",
"author_name": "Hubert Owerczuk",
"author_login": "hubov",
"committed_at": "2023-01-19T09:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0098c5bb6b87c37786f93e10ae30c3c72e665df5",
"body": "…ents",
"is_bot": false,
"headline": "Fix double model assignment to payload breaking closures params in ev…",
"author_name": "Hubert Owerczuk",
"author_login": "hubov",
"committed_at": "2023-01-19T09:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e076a8d266baf0833e7496ca4e5eb65d5df4b76",
"body": null,
"is_bot": false,
"headline": "Update ExtendFireModelEventTrait.php",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-30T12:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c5dca608850d15fcb94e2eaed69263654d6fb6",
"body": null,
"is_bot": false,
"headline": "Update ExtendFireModelEventTrait.php",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-30T12:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe9bee35d936f9b04ca1caf97ca87381528e27e",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-30T12:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7413c6c353b490660396528f12ed0a0c9ffb959b",
"body": null,
"is_bot": false,
"headline": "Added pivot events to be broadcast if model broadcasting is set up.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-30T12:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ce2ce11d29778b06159bcd2ab677f178eeb4e3",
"body": null,
"is_bot": false,
"headline": "Brought tests to green.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-23T12:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52d118cd1f0bc969b949f201fd4e7c00b2f526af",
"body": "Upgrade to GitHub-native Dependabot",
"is_bot": false,
"headline": "Merge pull request #4 from GeneaLabs/dependabot/add-v2-config-file",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-23T12:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac094d2b406ac80d3d589874b6785ef6f24f736",
"body": "…yncing\n\nadd syncing and synced events",
"is_bot": false,
"headline": "Merge pull request #6 from AbdelPlayPlay/feat/add-proper-events-for-s…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-03-23T12:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816da4e85c5962497217f31cfb3cda835561d17e",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-12T19:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da865b651af8a9c41ed3e13e4c070ec8fa8ced9",
"body": null,
"is_bot": false,
"headline": "support laravel 9 only & add backward compatability",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-12T19:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3fc4274151fb3ad7fcfb3d4ef32daad221b025",
"body": null,
"is_bot": false,
"headline": "Fix parameters passed to the event's callback",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T23:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42ee4306ae467d2c3a16baf650067a2700275e4",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d08f869f4d3e9cd728c553eb1f8d2a901f2594",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e8283736a3329a9898d61bc3bff580e87ec2d8",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8f65cca4ad0fdb12c93e0af86322ae9ac2f18b",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8bd98ae6aa874fd25cd5a846cbb1139f440a8ef",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70615635f378680d9dc2402c21bcf18b0af6cf79",
"body": null,
"is_bot": false,
"headline": "reset README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1151047e00d7c409bf0c4f5b0211fc886601134",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "044eb9adb6fc45e2c05b87b16ac7789d94f8ede3",
"body": null,
"is_bot": false,
"headline": "add syncing and synced events",
"author_name": "Abdelhamid Abouhassane",
"author_login": "AbdelAbouhassane",
"committed_at": "2022-02-11T22:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700704e2b552065842e63a159659116611fd719b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-02-09T20:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a640af75814639ca341354acc886dc20ca4734",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-02-09T20:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f79443ae0b95c1d8555597aa51113cc4f1a6a1",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-02-09T20:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75e6cf3708b469b32214342b23f1471ed176d7b",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #3 from DaniTulp/patch-1",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-02-09T20:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577ac1f7effd6b1e9d74dd668f00cc81a2267d77",
"body": "compatibility with Laravel 9",
"is_bot": false,
"headline": "Merge pull request #5 from scybulski/feature/laravel-9-compatibility",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2022-02-09T20:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd4e873705ef804f4c8a8e37ee371c670b5dbf2",
"body": null,
"is_bot": false,
"headline": "compatibility with Laravel 9",
"author_name": "Szymon Cybulski",
"author_login": "scybulski",
"committed_at": "2022-02-09T17:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99261f7f43b8b1f6272ce8ba234e573a14a57f4e",
"body": null,
"is_bot": true,
"headline": "Upgrade to GitHub-native Dependabot",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T19:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59c7bd551bf8773a38cae284da2391d65cda4623",
"body": "Added right namespace to README",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Dani Tulp",
"author_login": "DaniTulp",
"committed_at": "2020-09-10T08:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0159e6c4e3ed88f7c02fb7a8ecb835e5534b7d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2020-09-08T14:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafc9d7f6a0b31e0d58bd2b31e38253fbd27c2a9",
"body": null,
"is_bot": false,
"headline": "Updated dependencies to Laravel 8.0.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2020-09-08T14:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f35d5af019558474c0afc437bfa49ee161b658b",
"body": null,
"is_bot": false,
"headline": "Add Laravel 7 compatibility.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2020-02-29T18:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31bc7cb6b89741d5d2f52284ddd6f22064e2ed0",
"body": null,
"is_bot": false,
"headline": "Update dependencies.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-09-14T00:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f867a42cb1c06d5a360bc95e342a30ec851c89d4",
"body": null,
"is_bot": false,
"headline": "Add Laravel 6.0 compatibility.",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-08-29T03:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fddbf91bcbce4e7c5ed4332c94b15356b57b0339",
"body": "…ble with Laravel",
"is_bot": false,
"headline": "Change namespace, bring all tests to green, make fired events compati…",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-05-17T22:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de4a1d95c035282b7291c8e43341b2284ca9053",
"body": null,
"is_bot": false,
"headline": "csfix",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T09:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fe87b12234cda9c0d4e602d74f9e33ea6bd251",
"body": "Laravel 5.8 compatibility",
"is_bot": false,
"headline": "Merge pull request #57 from mikebronner/patch-1",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T09:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204bc2858e78af3b7a1a6ded5ff8934cfb11ac76",
"body": null,
"is_bot": false,
"headline": "update composer.json",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T09:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e86b3afea62ef6ab27cab3507134c4f4eef669",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into patch-1",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T09:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6090077a0da299099c8a8eb0f2a748e77bd4f90c",
"body": null,
"is_bot": false,
"headline": "add >5.5.0",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T09:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d1a8fbc964c7299021fe77b8c1b4651dae3fb7",
"body": null,
"is_bot": false,
"headline": "fix for 5.8 ...",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T08:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124506ba29f9f43ab926c27cfcdcdb8fd82d5561",
"body": null,
"is_bot": false,
"headline": "fix tests for 5.8",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2019-03-06T08:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77be987e3598b4cdf896c134164510b772465321",
"body": "Update dependencies and method signatures",
"is_bot": false,
"headline": "Merge pull request #1 from mikebronner/master",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-28T21:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ced34d1ea587414f6b83730b88c6a6c1c835f6b",
"body": null,
"is_bot": false,
"headline": "Update dependency requirements",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-28T21:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f70f9ccad7b93990b5c2c338fc902060f54413",
"body": null,
"is_bot": false,
"headline": "Update method signature",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-28T21:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c880d67ef8ede7489ea37b9b9bba7f180ea3f16",
"body": null,
"is_bot": false,
"headline": "Update method signature",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-28T21:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6115e9736ccc4d6b169b8007237949e371794ad9",
"body": null,
"is_bot": false,
"headline": "Update method signature",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-28T21:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b6b236b5fd2d86da9c7cc703e0a992853e7248f",
"body": "`fire` was deprecated in Laravel 5.4.",
"is_bot": false,
"headline": "Change `fire` event to `dispatch` event for Laravel 5.8",
"author_name": "Mike Bronner",
"author_login": "mikebronner",
"committed_at": "2019-02-27T19:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4af598dbc40d096752cd8cd8576a59cff01c4bd",
"body": null,
"is_bot": false,
"headline": "type",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T11:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5fecfbf15a5ba83d188f1ac28fddc262ee9bb6c",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T11:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cee9fe2668e54112c23c0b4d5d6d32db00f3c5f",
"body": null,
"is_bot": false,
"headline": "add test and fix for getObservableEvents",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d977c68fe6d8709cd50cef7c1d932b2c50f99a7",
"body": "Initialize pivot event trait",
"is_bot": false,
"headline": "Merge pull request #49 from fico7489/initializePivotEventTrait",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50dcbe0e8b6365946b28f0c3f3a4584136a602d",
"body": null,
"is_bot": false,
"headline": "revert addObservableEvents",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ebbb805e126ef9138425902cd52da5f5c89594b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into initializePivotEventTrait",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d65209bca3866b03f1c6e3558b78f532a27ad97",
"body": null,
"is_bot": false,
"headline": "update composer",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dbe76231b9b665dae8de71e3f2a6263c283557d",
"body": null,
"is_bot": false,
"headline": "csfix",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91297e3dcd26620073604a252e0dfbed41abf6d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/fico7489/laravel-pivot",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27cdbbf99f38e68c20444821c56fdbdb17d4ef2",
"body": "Upgrade to Laravel 5.7",
"is_bot": false,
"headline": "Merge pull request #48 from scrnhq/feature/laravel-5.7",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d173e0d339d122b40c2212380331f00dd7e54a",
"body": null,
"is_bot": false,
"headline": "add parent boot() ...",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d897936899af181079afa9c1666afe7b8dcfc83",
"body": null,
"is_bot": false,
"headline": "only one trait ...",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde30d6cb0fd66fee58cffa1ea0107e7df1cebfc",
"body": null,
"is_bot": false,
"headline": "more elegant extend relation",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-11-03T10:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecef34347f51281c530bfac4aa6a00fe69819ad0",
"body": null,
"is_bot": false,
"headline": "Properly call the parent boot method on Seller model",
"author_name": "Robert van Steen",
"author_login": "robertvansteen",
"committed_at": "2018-11-01T11:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138754bbdb06864eb4be2565169ebf01137e7bf2",
"body": null,
"is_bot": false,
"headline": "Update to 5.7",
"author_name": "Robert van Steen",
"author_login": "robertvansteen",
"committed_at": "2018-11-01T11:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f971c2098ebd530e0b037edb5db39759d0d4bd4",
"body": null,
"is_bot": false,
"headline": "Update for 5.7",
"author_name": "Simon Westlake",
"author_login": "SonarSoftware",
"committed_at": "2018-10-02T15:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "833ed9f3bcd145e18c25529c6fbcfa48c3572374",
"body": null,
"is_bot": false,
"headline": "Fix this for Laravel 5.7",
"author_name": "Simon Westlake",
"author_login": "SonarSoftware",
"committed_at": "2018-10-02T15:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeec744dfc152687fa86fb0592274cc1c22fb096",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-09-06T12:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09012a3d6ed508eccb3ebf2c5e7d1512c8003664",
"body": null,
"is_bot": false,
"headline": "update composer",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-09-03T18:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d954df0771e02181f1314e23ea2a2637e1e708",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-09-03T18:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "146ab596954ef3d34d13903e5d260a4e107e790e",
"body": null,
"is_bot": false,
"headline": "update composer",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-09-03T18:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26c038e8eea097edb57b13743bd247d934393a2",
"body": null,
"is_bot": false,
"headline": "implement addObservableEvents",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-09-03T18:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7807b7f9a875f188553069484a23a547291a18c",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-08-26T09:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67c79a009d33d5fa67a7c9f54aead8f51b475df",
"body": null,
"is_bot": false,
"headline": "add 5.7 support",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-08-26T09:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b514e82d8321773f7fade7057582fe1a4e9c64",
"body": null,
"is_bot": false,
"headline": "add csfixer",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-08-26T09:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f83c60874afd4ac7f2f2265416495e9c4986ba3",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-07-28T05:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc63fbea8dcb604c886ac1fc24cc185d83c65858",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-07-28T05:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edfcac81f11242e1e06c7d2d1cd3864ad2f49625",
"body": null,
"is_bot": false,
"headline": "csfix",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-07-28T05:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b15b6dc5f3c1f040a51213f545f7ebe1b881f0bc",
"body": null,
"is_bot": false,
"headline": "added tests",
"author_name": "Amadeusz Annissimo",
"author_login": "amadeann",
"committed_at": "2018-07-19T02:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f78d073cd6ad2d4b7ce367ca9b032bdb3c4c594",
"body": null,
"is_bot": false,
"headline": "fire MorphToMany pivot events",
"author_name": "Amadeusz Annissimo",
"author_login": "amadeann",
"committed_at": "2018-07-18T15:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a960a22e6ba0308482d61b22a6e9969b0d90fbc",
"body": null,
"is_bot": false,
"headline": "bugfix not returning parent result",
"author_name": "Sam Ansmink",
"author_login": null,
"committed_at": "2018-03-08T16:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c374f0c9d62891aafa75b70ed663943f326299a",
"body": "bugfix not returning parent result",
"is_bot": false,
"headline": "Merge pull request #26 from samansmink/master",
"author_name": "Filip Horvat",
"author_login": "fico7489",
"committed_at": "2018-03-08T16:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b73b104509bf30c6ed097f34679348cf40d71c",
"body": null,
"is_bot": false,
"headline": "bugfix not returning parent result",
"author_name": "Sam Ansmink",
"author_login": null,
"committed_at": "2018-03-08T15:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd1d8e2474a0943b0076290765b893221df6837",
"body": null,
"is_bot": false,
"headline": "Used $relatedKey",
"author_name": "Joost Baptist",
"author_login": "joostbaptist",
"committed_at": "2018-02-22T12:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754ddd242bac75b483b3d07d6b7ae719c4ba3b6e",
"body": null,
"is_bot": false,
"headline": "Get all IDs when detaching without arguments",
"author_name": "Joost Baptist",
"author_login": "joostbaptist",
"committed_at": "2018-02-22T12:22:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 8,
"latest_release_at": "2026-02-28T19:53:09Z",
"latest_release_tag": "13.1.0",
"releases_from_tags": false,
"days_since_last_push": 150,
"active_weeks_last_year": 1,
"days_since_latest_release": 150,
"mean_days_between_releases": 164.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mikebronner/laravel-pivot-events",
"exists": true,
"license": "MIT",
"keywords": [
"laravel pivot events",
"laravel BelongsToMany events",
"eloquent extra events",
"laravel sync events",
"eloquent events"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/mikebronner/laravel-pivot-events",
"is_deprecated": false,
"latest_version": "13.1.0",
"repository_url": "https://github.com/mikebronner/laravel-pivot-events",
"versions_count": 16,
"total_downloads": 890751,
"dependents_count": 4,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 133273,
"first_published_at": null,
"latest_published_at": "2026-02-28T19:52:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 150
}
]
},
"popularity": {
"forks": 12,
"stars": 141,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2025-02-24",
"count": 2
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 25209,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "illuminate/database",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^11.0|^12.0|^13.0"
},
{
"name": "illuminate/support",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^11.0|^12.0|^13.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "illuminate/database",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "illuminate/support",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "orchestra/testbench",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/thanks",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 11,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "fico7489",
"commits": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/4559663?v=4"
},
{
"type": "User",
"login": "mikebronner",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/1791050?v=4"
},
{
"type": "User",
"login": "AbdelAbouhassane",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/92714026?v=4"
},
{
"type": "User",
"login": "lewisf2001uk",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/11738262?v=4"
},
{
"type": "User",
"login": "joostbaptist",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/8181757?v=4"
},
{
"type": "User",
"login": "hubov",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12485926?v=4"
},
{
"type": "User",
"login": "SonarSoftware",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12124408?v=4"
},
{
"type": "User",
"login": "amadeann",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14104292?v=4"
},
{
"type": "User",
"login": "faytekin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4013224?v=4"
},
{
"type": "User",
"login": "robertvansteen",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14931924?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.599
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"run-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 5,
"reason": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"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/17 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 5 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": "ed98aae5fdef8680d3ae6f5b1c59105d751f447c",
"ran_at": "2026-07-28T20:49:27Z",
"aggregate_score": 3.1,
"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-04-30T13:03:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-02-28T19:52:21Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mikebronner/laravel-pivot-events",
"host": "github.com",
"name": "laravel-pivot-events",
"owner": "mikebronner"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 31,
"vitality": 41,
"community": 53,
"governance": 67,
"calibration": "2026-08-02",
"engineering": 50,
"ai_readiness": 34,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 41,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 0.99,
"days_since_last_push": 150,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 150 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 150
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"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": "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": 74,
"inputs": {
"releases_count": 16,
"latest_release_tag": "13.1.0",
"releases_from_tags": false,
"days_since_latest_release": 150,
"mean_days_between_releases": 164.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 150 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 150
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~164.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 164.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": "exceptional",
"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": 156,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 156 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 156
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 12,
"stars": 141,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "141 stars",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 141
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 0,
"status": "missed",
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"packages": [
"mikebronner/laravel-pivot-events"
],
"dependents": 4,
"ecosystems": "packagist",
"total_downloads": 890751,
"monthly_downloads": 133273
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "133,273 downloads/month across packagist",
"points": 68.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 133273,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "4 packages depend on it",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 4
}
}
],
"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": 67,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.599
},
"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 60% of commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"merged_prs": 11,
"open_issues": 0,
"closed_issues": 7,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/15 decided PRs merged",
"points": 22,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 15
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/17 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"followers": 205,
"owner_type": "User",
"is_verified": null,
"owner_login": "mikebronner",
"public_repos": 76,
"account_age_days": 5172
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "205 followers of mikebronner",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 205,
"login": "mikebronner"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "76 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 76
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mikebronner/laravel-pivot-events"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 150
},
"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 150 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 150
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": 50,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": 31,
"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": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"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": "4 out of 8 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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/17 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"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": 34,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.212,
"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": "21 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"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": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": "devcontainer, Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile"
}
}
],
"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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"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": 25209,
"source_files_sampled": 32,
"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/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.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-28T20:49:43.945687Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mikebronner/laravel-pivot-events.svg",
"full_name": "mikebronner/laravel-pivot-events",
"license_state": "standard",
"license_spdx": "MIT"
}