Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"authentication",
"laravel",
"otp",
"passwords"
],
"is_fork": false,
"size_kb": 1947,
"has_wiki": false,
"homepage": "https://spatie.be/docs/laravel-one-time-passwords",
"languages": {
"PHP": 52374,
"Blade": 4709
},
"pushed_at": "2026-07-22T06:48:32Z",
"created_at": "2025-04-10T13:40:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T06:48:41Z",
"description": "Use one time passwords (OTP) to authenticate in your Laravel app",
"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": 3803,
"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": 4456
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2026-07-22T06:47:48Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2026-05-11T08:30:37Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2026-04-08T07:34:49Z"
},
{
"tag": "1.0.11",
"kind": "patch",
"published_at": "2026-02-27T14:57:53Z"
},
{
"tag": "1.0.10",
"kind": "patch",
"published_at": "2026-02-09T15:17:36Z"
},
{
"tag": "1.0.9",
"kind": "patch",
"published_at": "2026-02-01T08:21:43Z"
},
{
"tag": "1.0.8",
"kind": "patch",
"published_at": "2025-11-27T09:15:20Z"
},
{
"tag": "1.0.7",
"kind": "patch",
"published_at": "2025-11-20T12:52:56Z"
},
{
"tag": "1.0.6",
"kind": "patch",
"published_at": "2025-10-20T08:55:04Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2025-08-18T07:42:50Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2025-05-23T08:05:21Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2025-05-22T20:32:34Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2025-05-22T09:46:57Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2025-05-22T09:45:21Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2025-05-20T14:56:18Z"
},
{
"tag": "0.0.4",
"kind": "patch",
"published_at": "2025-05-20T09:35:08Z"
},
{
"tag": "0.0.3",
"kind": "patch",
"published_at": "2025-05-17T10:24:17Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2025-05-16T12:56:06Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2025-05-14T10:18:46Z"
}
],
"recent_commits": [
{
"oid": "06b6ba43a09563cc30bf2f0eea7f8927be6008d0",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-07-22T06:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e738f1dc3e0768517611befbaae30c9212748c9",
"body": null,
"is_bot": false,
"headline": "Add index to expires_at column in migration (#61)",
"author_name": "Damilare Ogunsiji",
"author_login": "damiogunsiji",
"committed_at": "2026-07-22T06:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0edf017302f19d3748ca03a74f491942d058483",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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 6 to 7 (#60)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T09:46:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bdb4106138fd629b0a2a5b2fcb632bff8e2b33c4",
"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:32:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "163779212daba21c8aa1f55b03d062288a556c4f",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use native GitHub Actions badges in README",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-06-02T06:36:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b510325dcacd5100bd6ec393c36786998b5c4ebd",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-05-11T08:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ca723dcd0ccd25268850dc1185b2038e0c1a85",
"body": "… (#59)",
"is_bot": false,
"headline": "Return early from Timebox on successful one-time password consumption…",
"author_name": "Vincenzo Raco",
"author_login": "vincenzoraco",
"committed_at": "2026-05-11T08:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ff2a518bd0df2002a41f203d8c2f9d34c70106",
"body": null,
"is_bot": false,
"headline": "Remove redundant session regeneration line from README example (#58)",
"author_name": "Vincenzo Raco",
"author_login": "vincenzoraco",
"committed_at": "2026-05-04T07:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1656270800acb31141dd6d8ed19f96a328c9c6",
"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 #57 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-20T13:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9be99204e81e60ab0a5f0c02d9476936d4aed4f",
"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-20T13:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d5579dc41275183a1f61f74ec9d7f7b291c6a3",
"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 (#54)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-08T07:36:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88ed3488130c62f16c88350ca3965720748b5d50",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-04-08T07:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67430d9cfabcedda67ec8d276c9145c8db1e08a",
"body": "* Fix #55: respect enforce_same_origin config value\n\nThe enforce_same_origin config option was never read by the service\nprovider. When set to false, the package now binds DoNotEnforceOrigin\ninstead of the configured origin enforcer.\n\n* Fix styling\n\n---------\n\nCo-authored-by: freekmurze <483853+freekmurze@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix #55: respect enforce_same_origin config value (#56)",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-04-08T07:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe0bc5e308632ababd88908f548fd52dbff8e9b",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-02-27T15:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e31f2ff5c247a31d918fa21f371c6c9a810705e",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support Laravel 13 (#53)",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-02-27T14:56:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "178ca4250391f047aae482683c3913113ca1280c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-02-09T15:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d94e33d2e34c56381deacb2ca9a3d290120dcd9",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support Livewire 4",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-02-09T15:17:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "72ab9e6bc655e6f3d23a0a3153ad3995990786de",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-02-01T08:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac02f5bcf38da3df4892163c9eca4029f802192",
"body": "Feature: add German translation",
"is_bot": false,
"headline": "Merge pull request #48 from snoe-labs/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-02-01T08:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbec76f7b31d64a383dc8d3119f383092030edf",
"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 #50 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-12T15:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c6fe2c063ab38c3c7c382b28d689e8766d5bb6",
"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-12T15:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c20107a6a11d4b351c739dfb9ba62a254cda15",
"body": null,
"is_bot": false,
"headline": "Add German translation",
"author_name": "Gregory Plüss",
"author_login": "gpluess",
"committed_at": "2025-12-18T10:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447540cd62cc3d759585ce5caf8b28495431ca81",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-11-27T09:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299b0e489559564b785ede1cfb1783716fec02dd",
"body": "Add English translation for `rate_limit_exceeded`",
"is_bot": false,
"headline": "Merge pull request #47 from lorenzolosa/rate_limit_message",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-27T09:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249f1dc4afe8703aff0b5a8fc45fac7ca2687816",
"body": null,
"is_bot": false,
"headline": "add English translation for rate_limit_exceeded",
"author_name": "Lorenzo Losa",
"author_login": "lorenzolosa",
"committed_at": "2025-11-26T10:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa362cd6f8c0a2e2ed70d34b08654c6f53839997",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e4b5e1e20d2b483b1cd18bf4de1122fcb1a6a8",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbf8989a104e2161e62d7496807580d4db59ebc",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d934dcf3e12b5bc0a460f317fb4cce6c8a827e7d",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89276aee4a3b7316ad126355f55cef4b20f96992",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc32a87a0b1f2d876309db3262e3fd409768790",
"body": "Add support for Flux",
"is_bot": false,
"headline": "Merge pull request #46 from spatie/flux",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac3ed5aa6fdfc650664283f01a84dc0f1b7e1a42",
"body": null,
"is_bot": false,
"headline": "add upgrade instructions",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f3325272851665cbc790d4393d95d4424a4133",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into flux",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b3c7c0aa8e2c88519d9431d6660d2cd0a2353e4",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3d44f732fbf08a52294cd59c7ec17f5ae04f9e",
"body": "…checkout-6\n\nBump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #45 from spatie/dependabot/github_actions/actions/…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8058827f86fe1245778989098fd5d994f9850d",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb2f2deaf786a3249f115af15d92b38d5c81e3d",
"body": null,
"is_bot": false,
"headline": "add deps",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fcc8049f455b1de27d4349025f99182f1d5314",
"body": null,
"is_bot": false,
"headline": "add support for Flux",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-25T19:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd86263602f81c8ac70789baafe8be09e3d67836",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\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...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\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 actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T13:00:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8263151919aa529665e2bdf60ff5c8dd0bb1466",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-11-20T12:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46daf3e77a22ef02320cf27765b459a1b5f1d915",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-11-20T12:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463dd012c8bc079b5d282943c22f7da2d4a893ae",
"body": "Rename validation string `request_did_not_match` to `different_origin`",
"is_bot": false,
"headline": "Merge pull request #44 from lorenzolosa/rename_validation_string",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-20T12:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41332c8cafefe9410ca7b67f2a845556673e552",
"body": null,
"is_bot": false,
"headline": "rename validation string request_did_not_match to different_origin",
"author_name": "Lorenzo Losa",
"author_login": "lorenzolosa",
"committed_at": "2025-11-19T11:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18750cd3ac18619bf379856a54a7cbb28ea41bbf",
"body": "Typo: rename avanced-usage to advanced-usage",
"is_bot": false,
"headline": "Merge pull request #43 from spoyntersmith/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-11-13T11:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429aea4771261ecc77ae8600a9a8dd61f2cad24e",
"body": "closes #42",
"is_bot": false,
"headline": "Fix typo: rename avanced-usage to advanced-usage",
"author_name": "Sean Poynter-Smith",
"author_login": "spoyntersmith",
"committed_at": "2025-11-13T07:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d45be36ffe5cdf5d237e8189a2a9cf84cacf950",
"body": "…eifel/git-auto-commit-action-7\n\nBump stefanzweifel/git-auto-commit-action from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #39 from spatie/dependabot/github_actions/stefanzw…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-10-20T08:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e144cc4353c7e4af1a5164fdd43e5103fb0ab5d2",
"body": "Feature: Added a Dutch translation.",
"is_bot": false,
"headline": "Merge pull request #40 from Matse2005/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-10-20T08:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b9d1b3ea0faad3aa1e9f8f92c595614488694d",
"body": null,
"is_bot": false,
"headline": "Added a Dutch translation.",
"author_name": "MatseVH",
"author_login": "Matse2005",
"committed_at": "2025-10-18T23:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13baabc94dcfb0fd88e1de48d6ef909c8c3a86c0",
"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[…]\n stefanzweifel/git-auto-commit-action\n dependency-version: '7'\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 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-13T13:05:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ab5eb0b50f7aa7f84a9889a2f61225d8b3ae1de",
"body": "Support PHP ^8.1 and Laravel ^10 (#1)",
"is_bot": false,
"headline": "Merge pull request #36 from agungsugiarto/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-08T07:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73d7b685eb31d7677f9706ec038ce4232452f29a",
"body": "Update issue template",
"is_bot": false,
"headline": "Merge pull request #37 from spatie/fix-issue-template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-08T07:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3372095ec2fd1d9ee6e125676ce6d93e813cdfc",
"body": null,
"is_bot": false,
"headline": "Update issue template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-08T07:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2e5bdccd5041b56070b9ea98dfc85ced0987e4",
"body": null,
"is_bot": false,
"headline": "Support PHP ^8.1 and Laravel ^10 (#1)",
"author_name": "Agung Sugiarto",
"author_login": "agungsugiarto",
"committed_at": "2025-09-08T03:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3800705ccf9f5b9c0c741b74e19c2d957940cb",
"body": "Update introduction.md",
"is_bot": false,
"headline": "Merge pull request #35 from ShadyMNabil/patch-2",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-05T08:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa81204057b96f4bbbfa096a52631179a1fe88c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'spatie:main' into patch-2",
"author_name": "Shady Nabil",
"author_login": "ShadyMNabil",
"committed_at": "2025-09-03T16:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7024837d80375d696246ee4c22aa15da724e2a20",
"body": "Update configuring-notifications.md",
"is_bot": false,
"headline": "Merge pull request #34 from ShadyMNabil/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-02T21:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd1a1db4afb8f79307c2696170c0ccb08ca02b43",
"body": "Correct the image \"otp-notification\" name",
"is_bot": false,
"headline": "Update introduction.md",
"author_name": "Shady Nabil",
"author_login": "ShadyMNabil",
"committed_at": "2025-09-02T18:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8406dc3eba28fb7ab091579f07c7d285eef413",
"body": null,
"is_bot": false,
"headline": "Update configuring-notifications.md",
"author_name": "Shady Nabil",
"author_login": "ShadyMNabil",
"committed_at": "2025-09-02T18:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b07bf6ccaa9fb693f620d784ef0bec7ce997ec2",
"body": "Update configuring-notifications.md",
"is_bot": false,
"headline": "Merge pull request #33 from ShadyMNabil/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-01T23:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c088ca1d1b1dd454feeb3dafc0c2933c85f2e3",
"body": "Fixing a typo in \"Adding support for additional channels\" section",
"is_bot": false,
"headline": "Update configuring-notifications.md",
"author_name": "Shady Nabil",
"author_login": "ShadyMNabil",
"committed_at": "2025-09-01T14:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b653abff49ffebd9556a90688661a221a9d4c4",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-08-18T07:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b17444d6e2934a96e94034cfb287d7c30aba065",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-08-18T07:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9315e258013a292424bdfb5ac3496c6c61fa7b1a",
"body": "feat: add Russian language",
"is_bot": false,
"headline": "Merge pull request #30 from mTresk/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-08-18T07:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1e1be1b869e405c6356b0993185633af2d127b",
"body": "…eifel/git-auto-commit-action-6\n\nBump stefanzweifel/git-auto-commit-action from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #27 from spatie/dependabot/github_actions/stefanzw…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-08-18T07:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e2639430413cbead81cb852a1549a969708ad3",
"body": "…checkout-5\n\nBump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #31 from spatie/dependabot/github_actions/actions/…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-08-18T07:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba7109f9f3aebcc8dd21518b87132d5dd040a1e",
"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-11T17:44:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2207e62b8432a042eca3817faf8d9b5a9e9e4ead",
"body": null,
"is_bot": false,
"headline": "feat: add Russian language",
"author_name": "Maxim Tresk",
"author_login": "mTresk",
"committed_at": "2025-08-07T15:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd7857606d918abcaecea7e323e4f590b135a7c",
"body": "…i/laravel-pint-action-2.6\n\nBump aglipanci/laravel-pint-action from 2.5 to 2.6",
"is_bot": true,
"headline": "Merge pull request #28 from spatie/dependabot/github_actions/aglipanc…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-07-28T18:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb944a3ee9d1ae7789d053a774b6b19bffceb49",
"body": "Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.5 to 2.6.\n- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)\n- [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.5...2.6)\n\n---\nupdated-dependencies:\n- dependenc\n[…]\nname: aglipanci/laravel-pint-action\n dependency-version: '2.6'\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 aglipanci/laravel-pint-action from 2.5 to 2.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-28T18:03:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91576d0d05a3057af63e7cc6eb4239c465d15c33",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 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 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-16T13:51:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "172330886cdeeb354228a6c00ed358e9a1c0bf9a",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #26 from ibra-br/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-06-16T07:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6594bba96882cea979b36b8ad4da94a6b7e470",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ibrahim barboud",
"author_login": "ibra-br",
"committed_at": "2025-06-15T11:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a0025a66037b60bccd17f56f26ecbe605a599c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jimi Robaer",
"author_login": "jimirobaer",
"committed_at": "2025-06-05T11:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d7479e39e2441e8c1574b908d8a70f7a0e4739b",
"body": "Update installation-setup.md",
"is_bot": false,
"headline": "Merge pull request #23 from BurtDS/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-06-04T21:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "823c65c06143d1c8d6e318076a2e4976fbc4b519",
"body": "📝 Added a semicolon to the code example of the pruning",
"is_bot": false,
"headline": "Update installation-setup.md",
"author_name": "Bert De Swaef",
"author_login": "BurtDS",
"committed_at": "2025-06-04T19:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea50350a431c9c392293df4340be82e6db260ea",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-23T08:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc2da5a14e2a1ee25bd27edf813cd06c0fd5ffad",
"body": "Support PHP ^8.2 and Laravel ^11",
"is_bot": false,
"headline": "Merge pull request #21 from x-JOC/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-23T07:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8727712b37280f03f70610b496935a39f322836",
"body": null,
"is_bot": false,
"headline": "Support PHP ^8.2 and Laravel ^11",
"author_name": "x-JOC",
"author_login": "x-JOC",
"committed_at": "2025-05-23T03:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b9945ebbe74fcfafa7edcc65e1e93b163515be",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T20:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bdf3e3df584c63a3cb78f0539fdce20606a954f",
"body": "french translations",
"is_bot": false,
"headline": "Merge pull request #20 from sdebacker/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T20:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12226828d721dbc6e499f2f1b1bee6673f65316",
"body": "Incorrect tag fixed.",
"is_bot": false,
"headline": "Merge pull request #19 from sdebacker/patch-2",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T20:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60cba042a6a1a03f9884c2784be20ba60b0ef6f2",
"body": "Incorrect migration file name fixed.",
"is_bot": false,
"headline": "Merge pull request #18 from sdebacker/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T20:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384b8a45364070cd490333fbe32fcf0ca757f9fb",
"body": null,
"is_bot": false,
"headline": "Update form.php",
"author_name": "Samuel De Backer",
"author_login": "sdebacker",
"committed_at": "2025-05-22T19:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea30e6d6c59365872874b47156f47df7043d9cf",
"body": null,
"is_bot": false,
"headline": "french translations",
"author_name": "Samuel De Backer",
"author_login": "sdebacker",
"committed_at": "2025-05-22T19:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8aadc5cbdb98742a2f77557c87a63c12c820ab8",
"body": null,
"is_bot": false,
"headline": "Incorrect tag fixed.",
"author_name": "Samuel De Backer",
"author_login": "sdebacker",
"committed_at": "2025-05-22T19:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458fd044ab11ea7a86b523907f3ee5940340436b",
"body": null,
"is_bot": false,
"headline": "Incorrect migration file name fixed.",
"author_name": "Samuel De Backer",
"author_login": "sdebacker",
"committed_at": "2025-05-22T18:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906840c7c9addf297e6dca2aa140d87c587a4a33",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T13:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a959e0343040e27586192e834e0fb34d6982ee",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:spatie/laravel-one-time-passwords",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T10:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23af19609546916378c70935c822682ad4ef833a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T10:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81b37e156fad96d9eba445af8aa641d6afab5b9",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f725cf5601947355c66c09525e3b94f7f6d8d7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:spatie/laravel-one-time-passwords",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c36a97fd9913fcac6ad3aa95ef8298abc7a643",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0798b8364f63e8faa901b80ac42c203eb7325948",
"body": null,
"is_bot": false,
"headline": "fix language code",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93385ede41b2ccc5461a495c896e533a7bceb718",
"body": "Add Arabic language support",
"is_bot": false,
"headline": "Merge pull request #14 from x-JOC/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1489b19658b585fe4ebdd0a831b902ad23d4cbeb",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5615b4d4661290e649b37ed40e92b0a484a2a7a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ed4e6e3dd9da321a2a5528ada518d132f9e148",
"body": null,
"is_bot": false,
"headline": "do not crash if livewire not installed",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T09:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd01ffc769043433d40c7d45f3d6f9fa5dec24ef",
"body": null,
"is_bot": false,
"headline": "Fix translation for expired one-time password message in Arabic",
"author_name": "x-JOC",
"author_login": "x-JOC",
"committed_at": "2025-05-21T08:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69694c851c4bfbbc37a59c8e78906f621dd3bb94",
"body": "…messages",
"is_bot": false,
"headline": "Add Arabic language support for forms, notifications, and validation …",
"author_name": "x-JOC",
"author_login": "x-JOC",
"committed_at": "2025-05-21T07:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1064d6fcda3acf46dfbb2f61529e6c84cfd4bb6",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-20T14:56:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 67,
"latest_release_at": "2026-07-22T06:47:48Z",
"latest_release_tag": "1.1.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 21,
"days_since_latest_release": 0,
"mean_days_between_releases": 37.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "spatie/laravel-one-time-passwords",
"exists": true,
"license": "MIT",
"keywords": [
"laravel",
"spatie",
"laravel-one-time-passwords"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/spatie/laravel-one-time-passwords",
"is_deprecated": false,
"latest_version": "1.1.1",
"repository_url": "https://github.com/spatie/laravel-one-time-passwords",
"versions_count": 18,
"total_downloads": 478737,
"dependents_count": 5,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 72846,
"first_published_at": null,
"latest_published_at": "2026-05-11T08:30:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 71
}
]
},
"popularity": {
"forks": 28,
"stars": 181,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-05-16",
"count": 3
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 2
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-15",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-16",
"count": 2
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": {
"days": [
{
"date": "2025-04-10",
"count": 5
},
{
"date": "2025-04-11",
"count": 2
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-14",
"count": 3
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-13",
"count": 2
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-05-16",
"count": 11
},
{
"date": "2025-05-17",
"count": 5
},
{
"date": "2025-05-18",
"count": 2
},
{
"date": "2025-05-19",
"count": 2
},
{
"date": "2025-05-20",
"count": 2
},
{
"date": "2025-05-21",
"count": 2
},
{
"date": "2025-05-22",
"count": 10
},
{
"date": "2025-05-23",
"count": 13
},
{
"date": "2025-05-24",
"count": 8
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-05-26",
"count": 9
},
{
"date": "2025-05-27",
"count": 7
},
{
"date": "2025-05-28",
"count": 2
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-01",
"count": 2
},
{
"date": "2025-06-03",
"count": 2
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-05",
"count": 2
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-15",
"count": 1
},
{
"date": "2025-06-21",
"count": 3
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-21",
"count": 2
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-28",
"count": 2
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-05-02",
"count": 2
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
}
],
"complete": true,
"collected": 181,
"total_stars": 181
},
"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": 6844,
"source_files_sampled": 56,
"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": 11,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "spatie/laravel-package-tools",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.92.7"
},
{
"name": "illuminate/contracts",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^12.0|^13.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "illuminate/contracts",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-package-tools",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "laravel/pint",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "livewire/livewire",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "nunomaduro/collision",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "orchestra/testbench",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin-laravel",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-ray",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 2,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 38,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "freekmurze",
"commits": 159,
"avatar_url": "https://avatars.githubusercontent.com/u/483853?v=4"
},
{
"type": "User",
"login": "sdebacker",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/134503?v=4"
},
{
"type": "User",
"login": "ShadyMNabil",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/134545007?v=4"
},
{
"type": "User",
"login": "Ayoub-Mabrouk",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/77799760?v=4"
},
{
"type": "User",
"login": "x-JOC",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/185681086?v=4"
},
{
"type": "User",
"login": "AlexVanderbist",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6287961?v=4"
},
{
"type": "User",
"login": "jimirobaer",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8984769?v=4"
},
{
"type": "User",
"login": "lorenzolosa",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11164571?v=4"
},
{
"type": "User",
"login": "vincenzoraco",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5623078?v=4"
},
{
"type": "User",
"login": "agungsugiarto",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10989147?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.837
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dependabot-auto-merge.yml",
"fix-php-code-style-issues.yml",
"run-tests.yml",
"update-changelog.yml"
],
"has_docs_dir": true,
"linter_configs": [
"phpstan.neon"
],
"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": 5,
"reason": "6 out of 11 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": 2,
"reason": "Found 5/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": "06b6ba43a09563cc30bf2f0eea7f8927be6008d0",
"ran_at": "2026-07-22T06:51:15Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T06:48:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T06:47:43Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spatie/laravel-one-time-passwords",
"host": "github.com",
"name": "laravel-one-time-passwords",
"owner": "spatie"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"security": 50,
"vitality": 84,
"community": 61,
"governance": 71,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 67,
"human_commit_share": 0.88,
"days_since_last_push": 0,
"active_weeks_last_year": 21
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "67 commits in the last year",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 67
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 19,
"latest_release_tag": "1.1.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 37.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~37.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 37.6
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 28,
"stars": 181,
"watchers": 1,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "181 stars",
"points": 36.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 181
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"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": "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": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"packages": [
"spatie/laravel-one-time-passwords"
],
"dependents": 5,
"ecosystems": "packagist",
"total_downloads": 478737,
"monthly_downloads": 72846
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "72,846 downloads/month across packagist",
"points": 64.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 72846,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "5 packages depend on it",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 5
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 18,
"top_contributor_share": 0.837
},
"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 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 38,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 11
},
"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/49 decided PRs merged",
"points": 29.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 49
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3803,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "spatie",
"public_repos": 524,
"account_age_days": 4456
},
"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,803 followers of spatie",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3803,
"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/laravel-one-time-passwords"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 71
},
"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 71 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 71
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"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": "phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"authentication",
"laravel",
"otp",
"passwords"
],
"has_wiki": false,
"homepage": "https://spatie.be/docs/laravel-one-time-passwords",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://spatie.be/docs/laravel-one-time-passwords",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 11 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 5/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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": 16
},
"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": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.341,
"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": "30 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 88
}
}
],
"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": 54,
"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.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.09
},
"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": "phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"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": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "9 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 9,
"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": 6844,
"source_files_sampled": 56,
"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/56 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 56,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T06:51:33.188817Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spatie/laravel-one-time-passwords.svg",
"full_name": "spatie/laravel-one-time-passwords",
"license_state": "standard",
"license_spdx": "MIT"
}