Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 159,
"has_wiki": false,
"homepage": "https://spatie.be/open-source",
"languages": {
"PHP": 34677
},
"pushed_at": "2026-06-29T07:36:08Z",
"created_at": "2022-05-11T21:27:10Z",
"owner_type": "Organization",
"updated_at": "2026-06-29T07:36:12Z",
"description": "Perform RDAP queries in a 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": 4460
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2026-06-29T07:35:37Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2026-03-06T08:27:02Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2025-10-22T07:52:29Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2025-09-19T10:50:22Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2025-05-25T15:33:22Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-05-22T12:41:45Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2025-05-04T21:27:32Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2025-02-25T20:28:51Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2024-03-11T16:14:49Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2023-10-31T10:12:41Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2023-03-14T19:44:10Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2023-01-25T10:16:11Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2022-06-14T17:33:02Z"
},
{
"tag": "0.0.7",
"kind": "patch",
"published_at": "2022-06-11T09:47:44Z"
},
{
"tag": "0.0.6",
"kind": "patch",
"published_at": "2022-06-05T13:27:01Z"
},
{
"tag": "0.0.5",
"kind": "patch",
"published_at": "2022-06-02T09:04:01Z"
},
{
"tag": "0.0.4",
"kind": "patch",
"published_at": "2022-06-01T18:45:42Z"
},
{
"tag": "0.0.3",
"kind": "patch",
"published_at": "2022-06-01T18:42:49Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2022-05-27T20:57:50Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2022-05-25T21:46:00Z"
}
],
"recent_commits": [
{
"oid": "9a73e9f8134dbeb9c5c797d5ccca76c472a0c00d",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-06-29T07:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b52e55577477810f3e595d91fa2d4ffb79fe920",
"body": null,
"is_bot": false,
"headline": "Return null dates for objects without events (#57)",
"author_name": "Hans",
"author_login": "Grendel7",
"committed_at": "2026-06-29T07:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ccbf235db104e8e660c78687622dcc77e0454f",
"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 (#56)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T09:44:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aab381d774b5080243c6e98eef29acb4f1cd6df3",
"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:33:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97aad264d5021ee12a0af1814bff99336819d736",
"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 #55 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-20T18:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a817d63e97ec65fed9274a65bf9165ca547d1e98",
"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-20T18:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237cdb9eab5010aa887ba327362a19e7f466e80d",
"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:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5588510d2b9b7d982a01c9baed5e458516e4c42d",
"body": "Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4.\n- [Release notes](https://github.com/ramsey/composer-install/releases)\n- [Commits](https://github.com/ramsey/composer-install/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: ramsey/composer-instal\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 ramsey/composer-install from 3 to 4 (#53)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-19T07:51:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18cf5480dfc004a67a82c3c39282c23d6cf8766c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2026-03-06T08:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c23b13c6c7d2f71a481d677382cb813db48922d",
"body": "* Bump dependencies for Laravel 13\n\n* Update GitHub Actions for Laravel 13",
"is_bot": false,
"headline": "Laravel 13.x Compatibility",
"author_name": "Laravel Shift",
"author_login": "laravel-shift",
"committed_at": "2026-03-06T08:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f3830da0c4913e01e23f38c63cae4f25efc393",
"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 #51 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-12T20:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384b0836dbdd734d9f57a913e89d4c57109b1e3b",
"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-12T20:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e78f68596bc3ca1d06a0019df29b743da541b2d",
"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 #48 from spatie/dependabot/github_actions/stefanzw…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-01-09T13:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370d175915dd609b0d7931ce42105b23b4fba423",
"body": "…checkout-6\n\nBump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #50 from spatie/dependabot/github_actions/actions/…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2026-01-09T13:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59905c01ffaf5ef60fb931b653329fdbbd68a1f1",
"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-24T16:40:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c880b746d9d0838a69e17e4af4f2d9c8e8a666e1",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-10-22T07:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4381ee06fb28810d7dfde3e977487bbcb5c033f",
"body": "Allow to set custom RDAP/DNS server",
"is_bot": false,
"headline": "Merge pull request #49 from adumskis/add-custom-rdap-server-parameter",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-10-22T07:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6faf0eaa2fce922f2aaad0f649b56b8f4fddcd",
"body": null,
"is_bot": false,
"headline": "Added url hash to a cache key",
"author_name": "Algirdas Dumskis",
"author_login": "adumskis",
"committed_at": "2025-10-21T10:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab740c0d2ee9039ecb53021a33c937a84b1cca47",
"body": null,
"is_bot": false,
"headline": "Updated README.md with a usage example",
"author_name": "Algirdas Dumskis",
"author_login": "adumskis",
"committed_at": "2025-10-21T08:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a9f30faed31693d42946e26b6f9bea7a4e6d0e",
"body": null,
"is_bot": false,
"headline": "Updated README.md with a usage example",
"author_name": "Algirdas Dumskis",
"author_login": "adumskis",
"committed_at": "2025-10-21T08:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ed475c466941c186d181ac5ef0fd22eddebc05",
"body": null,
"is_bot": false,
"headline": "add optional dnsServer parameter to Rdap::domain()",
"author_name": "Algirdas Dumskis",
"author_login": "adumskis",
"committed_at": "2025-10-17T18:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9d92d2604fb29d862303c6659de7fb467e727e",
"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-13T16:20:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bcf35558a90c9bc0eb74ccf2bcf48dd86a7b7c94",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-09-19T10:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68af9f8cfe36d899216c49346bff31e7742ec7a4",
"body": "…eifel/git-auto-commit-action-6\n\nBump stefanzweifel/git-auto-commit-action from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #43 from spatie/dependabot/github_actions/stefanzw…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-19T10:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "763761bb3cf789798287b2d70996617557dd5afd",
"body": "…checkout-5\n\nBump actions/checkout from 3 to 5",
"is_bot": false,
"headline": "Merge pull request #44 from spatie/dependabot/github_actions/actions/…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-19T10:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f881f6574014a58ba5bd11815ad894226d00e0",
"body": "Cache domain responses",
"is_bot": false,
"headline": "Merge pull request #47 from allnetru/feature/domain-responses-cache",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-09-19T10:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01fa52ac75835d17f7a686b909c2134fd2b302c2",
"body": null,
"is_bot": false,
"headline": "cache domain and ip responses",
"author_name": "Alexey Torochkkov",
"author_login": "allnetru",
"committed_at": "2025-09-17T15:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031765f4cba55696a10315f312681f9a4b3f6043",
"body": null,
"is_bot": false,
"headline": "fix rdap dns config read",
"author_name": "Alexey Torochkkov",
"author_login": "allnetru",
"committed_at": "2025-09-17T15:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20cf6bf2a3d6c25373fadf38a0e92dbcf23ba6af",
"body": "Update issue template",
"is_bot": false,
"headline": "Merge pull request #45 from spatie/fix-issue-template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-08T11:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37ec9cf4a1fc1baf66cce3a58067aef5ad35b00",
"body": null,
"is_bot": false,
"headline": "Update issue template",
"author_name": "Alex Vanderbist",
"author_login": "AlexVanderbist",
"committed_at": "2025-09-08T07:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b490e99bb12c2d441d60f3897bf0b7ee117aaec",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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 3 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T22:19:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48cfb1a470c97928cc19895f34ff20c6313b05dd",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 6.\n- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)\n- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)\n- [Co\n[…]\n stefanzweifel/git-auto-commit-action\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump stefanzweifel/git-auto-commit-action from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-16T17:38:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20901460111cf339cbbb024701fcd91605b4fb49",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-25T15:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caae59fb9696b3ce337398b022e991df9547cb9a",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-25T15:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ec0f5784bd68180e8e898e311d44cc9da99a45",
"body": null,
"is_bot": false,
"headline": "fix breaking change",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-25T15:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c3ed19363047e9ee9660ae67abd4c3e4d701ae",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T12:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c44ddb92bbbbff4fdf99f21ddf9bb9e812fae94",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-22T12:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23421ac5787740f2ed817a211f377b1eb8ca1ff2",
"body": "Add IP lookup functionality",
"is_bot": false,
"headline": "Merge pull request #41 from bso-AL/feature/add-ip-lookup-to-rdap",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-22T12:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a5964d64c21f495971065773ddc22bbce8daf3",
"body": null,
"is_bot": false,
"headline": "Add RdapIp class, remove RdapIpv4/v6 classes, refactor where needed",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-21T12:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ecb4e3ccc07d03551ff608c1f77e2da0d8e9b55",
"body": null,
"is_bot": false,
"headline": "Pull in new changes",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-16T07:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a525d044aaa315e8b17acfc22c57d1beb27c807d",
"body": null,
"is_bot": false,
"headline": "Replace double quotes with single quote in test files",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-16T07:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f16d5ed4362dc5d7fa91fde82747e07028abe20",
"body": null,
"is_bot": false,
"headline": "Update RdapIpV6Test.php",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-15T07:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358260f6ef77dddd6d2c79ff2885018b2e53e106",
"body": "…ot/fetch-metadata-2.4.0\n\nBump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"is_bot": true,
"headline": "Merge pull request #42 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-12T16:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aee8df3fe86ada598c0da3cf099ece85e280a8e",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 2.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-12T16:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7e51413376d7b7f7bfbf0e68f7547c9a21c325",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-12T07:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95cffa29c7c2a6393a9a6c413c36bc4a1faa4ac",
"body": null,
"is_bot": false,
"headline": "Add breathing room, IP to Ip naming and refactor code and test",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-12T07:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7209fd3376ccef0f74fbd7f6f00eae81987073b9",
"body": null,
"is_bot": false,
"headline": "Add IpVersionEnum and InvalidIpException",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-12T07:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f2e2ff850ab88fc5ad94efe12c085a27a7e3904",
"body": null,
"is_bot": false,
"headline": "Add tests",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-08T13:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa8461c2add0eb971bfb95a93f2a32b15ebbeaa",
"body": "Add ipv4, ipv6 cache to config",
"is_bot": false,
"headline": "Update README file",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-08T13:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56265278bd5417ea01902a1d30c1f4f631256848",
"body": "Remove url from ip_queries in config\n\nReturn IpUtils directly\n\nMake RdapIpV4, V6 optional so as not to break code",
"is_bot": false,
"headline": "Create RdapIp versioning and inject into Rdap",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-08T13:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce5f527f76a435a1f6962b36bbfe9739240132fe",
"body": "Add ip_queries to rdap config\n\nUpdate README.md to include Perform an IP Query",
"is_bot": false,
"headline": "Add IpResponse and add ip method to Rdap",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-08T12:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07531555d1fbf8a8f26f1af6548d2f78f2409b77",
"body": null,
"is_bot": false,
"headline": "Add JsonStub and IpResponseTest",
"author_name": "ala@blackstoneone.net",
"author_login": "bso-AL",
"committed_at": "2025-05-05T10:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad6e64cc8c4338bd9d839f99380e22035bade20",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-05-04T21:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552a302f612aff1866c6c37743386e06a9ad4738",
"body": "Fix: PHP 8.4 deprecation",
"is_bot": false,
"headline": "Merge pull request #40 from estevao-simoes/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-05-04T21:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d48a79660594fc667b51ce31b3b2f7798b23a2",
"body": "…ecated, the explicit nullable type must be used instead",
"is_bot": false,
"headline": "PHP 8.4 deprecation: Implicitly marking parameter as nullable is depr…",
"author_name": "Estevão Simões",
"author_login": "estevao-simoes",
"committed_at": "2025-05-04T21:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac1ddf16712b6c4fd5424f28f549068730f05e0a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2025-02-25T20:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e45033157fcf9ff55b69ec6a2e23f48566e0b91",
"body": "Laravel 12 support",
"is_bot": false,
"headline": "Merge pull request #39 from mbardelmeijer/laravel12",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-02-25T20:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161b6da6e402ff3fcb627fa2fedf77f5cedab157",
"body": null,
"is_bot": false,
"headline": "Update run-tests.yml",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2025-02-25T20:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc5f9accb894a7731a1f62b08127bb70097390b",
"body": null,
"is_bot": false,
"headline": "Allow 2.0 of phpstan/phpstan-deprecation-rules",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce28ca84af0a44354ed427e3aed6bc74a63e190",
"body": null,
"is_bot": false,
"headline": "Allow higher larastan",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e586e0f4870591315babb1318b96121442700e8b",
"body": null,
"is_bot": false,
"headline": "Remove PHP 8.1",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411387b2865808c5aa995be7e959fc267100e153",
"body": null,
"is_bot": false,
"headline": "Allow higher pest-plugin-laravel",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e79b60bc20d1a8ab921fa5b064e833831e98e5",
"body": null,
"is_bot": false,
"headline": "Tweak run tests",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c1e378320d9871df949a3efc817b08159847b3",
"body": null,
"is_bot": false,
"headline": "Laravel 12",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2025-02-25T19:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05da7424b07cb44b85223aa5746a76c28b9e287a",
"body": "…ot/fetch-metadata-2.3.0\n\nBump dependabot/fetch-metadata from 2.2.0 to 2.3.0",
"is_bot": true,
"headline": "Merge pull request #38 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-01-27T16:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "823c04f6ef767c77a2972ba7bfd6475613634c02",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-27T16:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d767a6896791e7d96e4e1a99c52cad4adb714e9",
"body": "…ot/fetch-metadata-2.2.0\n\nBump dependabot/fetch-metadata from 2.1.0 to 2.2.0",
"is_bot": true,
"headline": "Merge pull request #37 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-09-23T16:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e45280c3f7cc3cdfcfdef10b451d0f2e6f3e379",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.1.0...v2.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-23T16:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58acd829a51ba9931876eda44ca35710e7be442b",
"body": "…ot/fetch-metadata-2.1.0\n\nBump dependabot/fetch-metadata from 1.6.0 to 2.1.0",
"is_bot": false,
"headline": "Merge pull request #36 from spatie/dependabot/github_actions/dependab…",
"author_name": "Niels Vanpachtenbeke",
"author_login": "Nielsvanpach",
"committed_at": "2024-09-23T07:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9711d6f9ae98dbd0334607d1068e68fcd5110d5",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-29T16:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48b420b8a7782f19b9f82b310fb641549381c77e",
"body": null,
"is_bot": false,
"headline": "bump deps",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-04-03T14:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea17a0381bcb930659e5c9da63a777a299916de2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:spatie/laravel-rdap",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-04-03T14:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91cc3a0177fb9bef839890c199404a4f1aa6c63",
"body": null,
"is_bot": false,
"headline": "ignore cache",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-04-03T14:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f20b7e7c1f40ba686c391b3716aadb0fe3b4f1",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d415614e1becf0619b3f77921bd10f75a4b0f0",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f2143b3a9bbb58cb67544a0c0ccd619c0d5c02",
"body": null,
"is_bot": false,
"headline": "Update PHP version to 8.2 in run-tests.yml",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c85415216d9df182d0a4a81cd4d5f0b8a1b58a9",
"body": null,
"is_bot": false,
"headline": "Update PHP version requirement to ^8.2",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23885fd676f24bc3cca2d98571fc34353d040bbb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:spatie/laravel-rdap",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bf2ef091e6d22d04c050c38e1f1d3741976cd7",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6599fe2aa59b1cccf702bf7aeb1b891121cb248c",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c367449c24e56832d91eab7176ef8ec9e43a60",
"body": "…omposer-install-3\n\nBump ramsey/composer-install from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #34 from spatie/dependabot/github_actions/ramsey/c…",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2024-03-11T16:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42de97cd71abb3cd5c94675e572f6a8016acc527",
"body": "Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.\n- [Release notes](https://github.com/ramsey/composer-install/releases)\n- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: ramsey/composer-install\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 ramsey/composer-install from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-04T16:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de6e79ea5bbeb5153ac7a754294e3d4b236cf43",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2023-10-31T10:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36898ffb6a6b0fd840707e4803e9974d39e925f",
"body": "Handle invalid RDAP response",
"is_bot": false,
"headline": "Merge pull request #33 from mbardelmeijer/handleInvalidRDAPResponse",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2023-10-31T10:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8034d9c095bc030a63281fe59381aa2bf299cbe",
"body": null,
"is_bot": false,
"headline": "Handle invalid RDAP response",
"author_name": "Michel Bardelmeijer",
"author_login": "mbardelmeijer",
"committed_at": "2023-10-30T12:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb621220241ddb62b845b8102e9356a67222db5",
"body": null,
"is_bot": false,
"headline": "Merge pull request #32 from danswiser/main",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2023-10-11T04:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795b65dcf782e9aaf3b611efe7ec3e77226611b1",
"body": null,
"is_bot": false,
"headline": "English grammar correction",
"author_name": "Dan Wiser",
"author_login": "danswiser",
"committed_at": "2023-10-11T03:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a02c252f970c54cbf48fc3f5953d2dde048f87",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2023-08-30T08:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05eeae13efdbe0645e923dff450c69b54a5bc8b6",
"body": "Fix typo in domainIsSupported",
"is_bot": false,
"headline": "Merge pull request #29 from murdercode/domainIsSupported-readme-typo",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2023-08-30T08:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7fcdb831c1a401731d88a7ca3ab38bf08de7794",
"body": "domainIsSupported instead of isSupportedDomain",
"is_bot": false,
"headline": "Fix typo in domainIsSupported",
"author_name": "Stefano Novelli",
"author_login": "murdercode",
"committed_at": "2023-08-29T21:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c29d24587bcf7516f1af2bf5e8fe6ffcc7666f",
"body": "…ot/fetch-metadata-1.6.0\n\nBump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"is_bot": true,
"headline": "Merge pull request #28 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-03T16:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece9b5b3f733c4a64d93ac83f191f5e51cb6edd4",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.1 to 1.6.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-03T16:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9dcc1c580abfcc90efd45125f56af49bbe52ee",
"body": "…ot/fetch-metadata-1.5.1\n\nBump dependabot/fetch-metadata from 1.5.0 to 1.5.1",
"is_bot": true,
"headline": "Merge pull request #27 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-05-29T16:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e28e7ddb5e8b73e82ef520b61367452581a222",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.0 to 1.5.1.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.0...v1.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-29T16:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5929a4a4a397934b3d4c21ece4e62c945de1a13",
"body": "…ot/fetch-metadata-1.5.0\n\nBump dependabot/fetch-metadata from 1.4.0 to 1.5.0",
"is_bot": true,
"headline": "Merge pull request #26 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-05-22T16:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab24e35b4d5119981afd0be436658aa8be8e4175",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.4.0 to 1.5.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-22T16:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab57d600d7c502701957b9a1156f42201c44bae0",
"body": "…ot/fetch-metadata-1.4.0\n\nBump dependabot/fetch-metadata from 1.3.6 to 1.4.0",
"is_bot": true,
"headline": "Merge pull request #25 from spatie/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-04-24T16:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86acea0f9714506683ff9bed69031305484ea527",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.4.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-24T16:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43664fbd122b50e1d7d337e29a4a2d493427d3ff",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "freekmurze",
"author_login": "freekmurze",
"committed_at": "2023-03-14T19:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d406306922dc00ffd3f33192a7e9fb82f9523526",
"body": "Prevent eager matching of tld",
"is_bot": false,
"headline": "Merge pull request #24 from resohead/patch-1",
"author_name": "Freek Van der Herten",
"author_login": "freekmurze",
"committed_at": "2023-03-14T19:43:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 31,
"latest_release_at": "2026-06-29T07:35:37Z",
"latest_release_tag": "1.4.1",
"releases_from_tags": false,
"days_since_last_push": 27,
"active_weeks_last_year": 15,
"days_since_latest_release": 27,
"mean_days_between_releases": 108
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "spatie/laravel-rdap",
"exists": true,
"license": "MIT",
"keywords": [
"laravel",
"spatie",
"laravel-rdap"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/spatie/laravel-rdap",
"is_deprecated": false,
"latest_version": "1.4.1",
"repository_url": "https://github.com/spatie/laravel-rdap",
"versions_count": 19,
"total_downloads": 164562,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 13148,
"first_published_at": null,
"latest_published_at": "2026-06-29T07:35:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 27
}
]
},
"popularity": {
"forks": 17,
"stars": 72,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-10-30",
"count": 2
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_forks": 17
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7780,
"source_files_sampled": 25,
"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": 14,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "guzzlehttp/guzzle",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^7.8.1"
},
{
"name": "illuminate/cache",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^10.0|^11.0|^12.0|^13.0"
},
{
"name": "illuminate/contracts",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^10.0|^11.0|^12.0|^13.0"
},
{
"name": "illuminate/http",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^10.0|^11.0|^12.0|^13.0"
},
{
"name": "spatie/laravel-package-tools",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.16.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "guzzlehttp/guzzle",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "illuminate/cache",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "illuminate/contracts",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "illuminate/http",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-package-tools",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "larastan/larastan",
"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/extension-installer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-deprecation-rules",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-ray",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 5,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 37,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "freekmurze",
"commits": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/483853?v=4"
},
{
"type": "User",
"login": "bso-AL",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/185380341?v=4"
},
{
"type": "User",
"login": "mbardelmeijer",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1583095?v=4"
},
{
"type": "User",
"login": "adumskis",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3788530?v=4"
},
{
"type": "User",
"login": "AlexVanderbist",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6287961?v=4"
},
{
"type": "User",
"login": "allnetru",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5225035?v=4"
},
{
"type": "User",
"login": "danswiser",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6931029?v=4"
},
{
"type": "User",
"login": "estevao-simoes",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/25695293?v=4"
},
{
"type": "User",
"login": "Grendel7",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1823324?v=4"
},
{
"type": "User",
"login": "kapersoft",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13007854?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.75
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dependabot-auto-merge.yml",
"php-cs-fixer.yml",
"phpstan.yml",
"run-tests.yml",
"update-changelog.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": 8,
"reason": "12 out of 14 merged PRs checked by a CI test -- score normalized to 8",
"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": 4,
"reason": "Found 4/10 approved changesets -- score normalized to 4",
"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": 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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": "9a73e9f8134dbeb9c5c797d5ccca76c472a0c00d",
"ran_at": "2026-07-26T09:58:47Z",
"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-20T16:12:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-29T07:35:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spatie/laravel-rdap",
"host": "github.com",
"name": "laravel-rdap",
"owner": "spatie"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 50,
"vitality": 70,
"community": 55,
"governance": 70,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 0.73,
"days_since_last_push": 27,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 27 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 27
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"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": 92,
"inputs": {
"releases_count": 20,
"latest_release_tag": "1.4.1",
"releases_from_tags": false,
"days_since_latest_release": 27,
"mean_days_between_releases": 108
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 27 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 27
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~108 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 108
}
}
],
"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": 27,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 27 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 27
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"forks": 17,
"stars": 72,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "72 stars",
"points": 30,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 72
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "17 forks",
"points": 10,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 17
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"packages": [
"spatie/laravel-rdap"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 164562,
"monthly_downloads": 13148
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "13,148 downloads/month across packagist",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 13148,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"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": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 15,
"top_contributor_share": 0.75
},
"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 75% of commits",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 75
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 37,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "37/41 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 37,
"decided": 41
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/10 approved changesets -- score normalized to 4",
"points": 6,
"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": 4460
},
"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-rdap"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 27
},
"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 27 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 27
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": "12 out of 14 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://spatie.be/open-source",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://spatie.be/open-source",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "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": "12 out of 14 merged PRs checked by a CI test -- score normalized to 8",
"points": 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 4/10 approved changesets -- score normalized to 4",
"points": 3,
"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": "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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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": 17
},
"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": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.26,
"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": "19 of 73 human commits state their intent (structured subject or explanatory body)",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 73
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.18
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "18 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 18,
"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": 7780,
"source_files_sampled": 25,
"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/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:59:07.073763Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spatie/laravel-rdap.svg",
"full_name": "spatie/laravel-rdap",
"license_state": "standard",
"license_spdx": "MIT"
}