Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"laravel",
"breadcrumbs",
"php"
],
"is_fork": false,
"size_kb": 979,
"has_wiki": false,
"homepage": "https://packagist.org/packages/diglactic/laravel-breadcrumbs",
"languages": {
"PHP": 80556,
"Blade": 5724
},
"pushed_at": "2026-07-22T03:14:13Z",
"created_at": "2020-04-20T17:00:24Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T03:14:27Z",
"description": "Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs.",
"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://diglactic.com",
"name": "Diglactic",
"type": "Organization",
"login": "diglactic",
"company": null,
"location": "Utah, United States",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/47925386?v=4",
"created_at": "2019-02-23T17:35:57Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 2705
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v10.1.0",
"kind": "minor",
"published_at": "2026-03-30T05:26:27Z"
},
{
"tag": "v10.0.0",
"kind": "major",
"published_at": "2025-02-25T05:48:34Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2024-03-12T00:42:56Z"
},
{
"tag": "v8.1.1",
"kind": "patch",
"published_at": "2023-04-17T23:32:29Z"
},
{
"tag": "v8.1.0",
"kind": "minor",
"published_at": "2023-02-06T22:49:24Z"
},
{
"tag": "v8.0.1",
"kind": "patch",
"published_at": "2022-09-02T16:29:28Z"
},
{
"tag": "v8.0.0",
"kind": "major",
"published_at": "2022-07-27T07:00:30Z"
},
{
"tag": "v7.2.0",
"kind": "minor",
"published_at": "2022-05-03T05:44:27Z"
},
{
"tag": "v7.1.1",
"kind": "patch",
"published_at": "2022-01-12T18:21:56Z"
},
{
"tag": "v7.0.0",
"kind": "major",
"published_at": "2021-05-23T16:58:18Z"
},
{
"tag": "v6.1.1",
"kind": "patch",
"published_at": "2021-04-12T22:59:44Z"
},
{
"tag": "v6.1.0",
"kind": "minor",
"published_at": "2021-01-25T18:45:58Z"
},
{
"tag": "v6.0.4",
"kind": "patch",
"published_at": "2020-11-26T19:54:22Z"
},
{
"tag": "v6.0.3",
"kind": "patch",
"published_at": "2020-11-19T17:17:38Z"
},
{
"tag": "v6.0.2",
"kind": "patch",
"published_at": "2020-11-04T17:41:24Z"
}
],
"recent_commits": [
{
"oid": "c8ad835b00bca1e0a4b234d87173a1bba258596b",
"body": null,
"is_bot": false,
"headline": "Add fail-fast to setup-php",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2026-07-22T03:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8901200cf0236b519cde6e07da1f4acb8836f8df",
"body": "@see https://github.com/codecov/codecov-action/issues/1956",
"is_bot": false,
"headline": "update codecov gha to v7",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2026-06-08T02:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a84c062778ddbeefa5862fd5862b914182e97db",
"body": null,
"is_bot": false,
"headline": "add php 8.4 and 8.5 to testing matrix",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2026-03-30T05:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64245821155ccfe721832898840408ee6136db31",
"body": "* update package constraints\n\n* fix test deprecation warning\n\n* update readme instructions on updating snapshots\n\n* update github testing matrix\n\n* bump orchestra/testbench\n\n* remove --dev from workflows to prevent runtime composer.json update\n\n* update compat chart\n\n* try GHA with node 24\n\n* use codecov v5\n\n* update comment",
"is_bot": false,
"headline": "Add support for Laravel 13.x (#92)",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2026-03-30T05:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b72f5663e3abb26ba7b21d3e1dc3d0c3a94d9534",
"body": null,
"is_bot": false,
"headline": "Fix failing GHAs by defining PHPUnit code coverage cache directory",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2025-03-19T04:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a",
"body": "* Support Laravel 12\n\n* Laravel 8.x and 9.x should support PHP 8.3 based on tagged constraints\n\n* Update `orchestra/testbench` constraint\n\n* Naively bump `phpunit` version\n\n* Add new `<source>` tag for PHPUnit 11\n\n* Attempt to remove `<coverage>` altogether\n\n* Migrate primary configuration to PHPUni\n[…]\ncations and other modernizations\n\n* Remove unused parameter\n\n* Fix GH workflow\n\n* Whoops\n\n* Update upgrade guide\n\n* Remove new line\n\n---------\n\nCo-authored-by: Sheng-Liang Slogar <sheng@diglactic.com>",
"is_bot": false,
"headline": "Support Laravel 12 (#85)",
"author_name": "Jonathan Goode",
"author_login": "u01jmg3",
"committed_at": "2025-02-25T05:44:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2821b5c95d6f415f81820d14cd3e420a56f890e",
"body": null,
"is_bot": false,
"headline": "Use absolute logo path to support dist",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-03-20T21:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b79e21b85931873eb86d389af31a9deb558a4e",
"body": null,
"is_bot": false,
"headline": "License should be distributed with releases",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-03-20T21:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e8f01e013e811215770e27b40a74014c28f2c4",
"body": "* Add Laravel 11 dependency\r\n\r\n* Remove/replace broken links\r\n\r\n* Tweak package versions\r\n\r\n* Attempt to support PHPUnit v10 and v8 simultaneously\r\n\r\n* Drop support of PHPUnit v8\r\n\r\nDropping support of PHPUnit v8 means dropping support of PHP 7.2 which means dropping support of Laravel v6 and v7\r\n\r\n\n[…]\nly supported Laravel 7+. Since we dropped older Laravel versions, we can remove this.\r\n\r\n@see https://github.com/barryvdh/laravel-ide-helper/issues/627\r\n\r\n* Improve phrasing\r\n\r\n* Whoops\r\n\r\n* Rearrange",
"is_bot": false,
"headline": "Add support for Laravel 11 (#81)",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-03-12T00:42:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1e766f916fbd675c0860975dc91a5208e3b9827",
"body": "- Reformat\n- Include instructions to keep laravel.com links up-to-date",
"is_bot": false,
"headline": "Update README",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-03-03T06:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2a6797311c1ac06e1b0d9030685a2850a4ffa3",
"body": null,
"is_bot": false,
"headline": "Update Laravel links to version 10.x (#79)",
"author_name": "Samuel",
"author_login": "Rattone",
"committed_at": "2024-03-03T05:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c89b975d98e68951284030dad422190ba60989",
"body": null,
"is_bot": false,
"headline": "Exclude .github/ from releases",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-02-10T00:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcb7cc46226fa9c4b6992025f54b89163b01895",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2024-02-02T17:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa73c5b490680461c2200965a6ece99e2208c9dc",
"body": null,
"is_bot": false,
"headline": "Modify branch name in README.md (#72)",
"author_name": "tm",
"author_login": null,
"committed_at": "2023-10-09T14:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72a78eb3e26aea507d7888a65f15e5790864e21",
"body": null,
"is_bot": false,
"headline": "Fix broken anchor",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299e54813616a3baa563eba61b82a8801524f42b",
"body": null,
"is_bot": false,
"headline": "Nevermind, FQCN all the things. Update snapshots",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T23:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24094954add07f8b1042246a02d179832f60af3b",
"body": null,
"is_bot": false,
"headline": "Update exception help URLs",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T23:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7a3decfc6ce706346206748538c7abbda6dfe45",
"body": null,
"is_bot": false,
"headline": "Prefer relative imports when within package namespace",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T16:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b33edb84fa3f7257cb66b5a14a80fc45951c4bb",
"body": null,
"is_bot": false,
"headline": "Update typings",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T16:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96407e40d0abc4b5f1524539aba984c794fa4b3e",
"body": "Change the parameter type for the `parent` method",
"is_bot": false,
"headline": "Merge pull request #65 from Oleksandr-Moik/patch-1",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-04-17T16:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14345118955faaad7d9a24734569910bd5c8f086",
"body": null,
"is_bot": false,
"headline": "Update Generator.php",
"author_name": "Oleksandr Moik",
"author_login": "Oleksandr-Moik",
"committed_at": "2023-04-17T15:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfca5377473b01e39d1e25a96d285ca244e429be",
"body": null,
"is_bot": false,
"headline": "Tweak for clarity",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T23:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd2a17e69d4100c69d2db8eb2635d54d60514a8",
"body": null,
"is_bot": false,
"headline": "Update logo for GH dark mode",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T23:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e799f74621f693792d005747fde8debb0f42c04a",
"body": null,
"is_bot": false,
"headline": "Clarify legacy note in README",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T23:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c53d339f87d5f4c000ceb5963812c92a5199d3",
"body": null,
"is_bot": false,
"headline": "Add missing 8.x upgrade notes",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T23:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33b874f3baa246fb1035fe26fe7d93720035bd5",
"body": null,
"is_bot": false,
"headline": "Naively upgrade GH actions",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3dfb760743c63a287dab4b8090d7bf68b321ee",
"body": null,
"is_bot": false,
"headline": "Oops, bump major version in README",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a188bbffacd02c0cdc5a3985974bd2dc9c3b77a7",
"body": null,
"is_bot": false,
"headline": "Add deprecation note",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28fdfc00c92301a19aea0f58021003c222121e2f",
"body": null,
"is_bot": false,
"headline": "Tweak dependencies",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa0e6a240636b948030ba2848f1fb7feda391c1",
"body": null,
"is_bot": false,
"headline": "Attempt to still support Laravel v6",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a81e484b441a49aa009d95869c987c9cc6a300",
"body": "Laravel 10 compatibility",
"is_bot": false,
"headline": "Merge pull request #61 from SamuelNitsche/laravel-10-compatibility",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-02-06T22:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1774df42705ef88d9e5fcbfc2879111891d3ca6",
"body": null,
"is_bot": false,
"headline": "Update workflows",
"author_name": "Samuel Nitsche",
"author_login": "SamuelNitsche",
"committed_at": "2023-02-04T13:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9661cb10c583a2bf56e279759e791e9e2a5d45e",
"body": null,
"is_bot": false,
"headline": "Remove support for old Laravel versions",
"author_name": "Samuel Nitsche",
"author_login": "SamuelNitsche",
"committed_at": "2023-02-04T13:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ead849f6109f79f368adb839b50509f922f8cb0",
"body": null,
"is_bot": false,
"headline": "Fix warning for deprecated method",
"author_name": "Samuel Nitsche",
"author_login": "SamuelNitsche",
"committed_at": "2023-02-04T13:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d497420085986a4e4217775f516f2664c44ac9a",
"body": null,
"is_bot": false,
"headline": "Add support for Laravel 10",
"author_name": "Samuel Nitsche",
"author_login": "SamuelNitsche",
"committed_at": "2023-02-04T13:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae904041dc5acf4f0cdb9bf4e973d06e4ead19c8",
"body": null,
"is_bot": false,
"headline": "Specify branch on build badge image",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-01-19T15:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95e214270b4f3d0fdad83a7bace7aa1addda6e30",
"body": "Fix build status badge url",
"is_bot": false,
"headline": "Merge pull request #60 from Tofandel/patch-1",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2023-01-19T15:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9460e0573daed428f45aab43863f926363f31467",
"body": null,
"is_bot": false,
"headline": "Fix badge url",
"author_name": "Adrien Foulon",
"author_login": "Tofandel",
"committed_at": "2023-01-19T13:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c594e56fd15ef3112436e2067dca13131dd990",
"body": "Fixed facade still advertising the register method.",
"is_bot": false,
"headline": "Merge pull request #55 from mad-briller/fix.register-on-facade",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-09-02T16:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6357e26e7089333c416bfe35e7d952f4e2bf998f",
"body": null,
"is_bot": false,
"headline": "Fixed facade still advertising the register method.",
"author_name": "Brad",
"author_login": "mad-briller",
"committed_at": "2022-09-02T11:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d213260343690df192fb042bab2ae585731b49a",
"body": "Ensure route parameters passed to breadcrumb closures always stay consistent",
"is_bot": false,
"headline": "Merge pull request #52 from jaulz/patch-1",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-07-27T06:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c455480810eb196bc0339c06dc63062b7d35a46",
"body": null,
"is_bot": false,
"headline": "fix: use parameterNames",
"author_name": "Julian Hundeloh",
"author_login": "jaulz",
"committed_at": "2022-07-27T05:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b652ba5efc2b02edf4598879b4d8b2ce0849c9",
"body": null,
"is_bot": false,
"headline": "fix: improve code",
"author_name": "Julian Hundeloh",
"author_login": "jaulz",
"committed_at": "2022-07-26T04:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c4d80d6eeb22ca188cf681c1322e9b4b5bfb8a",
"body": null,
"is_bot": false,
"headline": "fix: pass all signature parameters to breadcrumb function",
"author_name": "Julian Hundeloh",
"author_login": "jaulz",
"committed_at": "2022-07-25T14:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5311bc80f1904a3e4cf11070bcb6ac186ee4978",
"body": "Fix typo in readme",
"is_bot": false,
"headline": "Merge pull request #48 from Bhagyrajaj/typo_in_readme",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-05-31T05:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a3799268e537f2c8530acc68fafa0db27f6912",
"body": null,
"is_bot": false,
"headline": "fix typo in readme",
"author_name": "Packiyaraj",
"author_login": null,
"committed_at": "2022-05-30T10:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309ec597d047b763d1df3c5113a3932cc771500f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:diglactic/laravel-breadcrumbs",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-05-03T05:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba3594ec3babb405c0e3c51db065eac1e9b2e54a",
"body": "Allow views to be published",
"is_bot": false,
"headline": "Merge pull request #46 from nasrulhazim/main",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-05-03T05:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa410b170fabec6b1b6b225e337ace262c87424",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-05-03T05:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e36a2d5949233c3a00cf4f1e623178b4bf1fa734",
"body": null,
"is_bot": false,
"headline": "Refactor",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-05-03T05:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df32fdeda94a0080159058e61e235613ff3255df",
"body": null,
"is_bot": false,
"headline": "Allow views to be publish",
"author_name": "Nasrul Hazim Bin Mohamad",
"author_login": "nasrulhazim",
"committed_at": "2022-05-03T00:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58087b39e2d0cc44dd218b094e532abd137d125",
"body": null,
"is_bot": false,
"headline": "Fix README broken code example",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-26T21:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6b397bcf83e28ae970d9e004f1938a54d7be76",
"body": null,
"is_bot": false,
"headline": "Rollback, attempt to temporarily use 9.x-dev Laravel",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-18T04:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec469bbc7faa348af41c2aa39db89b396accded",
"body": null,
"is_bot": false,
"headline": "Get rid of v7, oddly failing in GH actions",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-18T04:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4a7cdac9957e0ceab55c2a227af6131c42ce1c2",
"body": null,
"is_bot": false,
"headline": "Add v8 `orchestra/testbench` to correct L9 fails",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-18T04:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bed6e928023c7d0228e9404661bab5470dfb778",
"body": null,
"is_bot": false,
"headline": "Nevermind",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2fbf92d585e3e95e9329d034f2e2da5b6d03dd",
"body": null,
"is_bot": false,
"headline": "Debug syntax",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29bb1df181e3b9be3edeba131323b148738f3570",
"body": null,
"is_bot": false,
"headline": "Experiment with syntax",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee02df03b72e9f8abb57e887a9e70ca6d2e4518e",
"body": null,
"is_bot": false,
"headline": "Oops",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94eb882acc18fc2100fe89a7d1350ed736622428",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2a692c596c8780b6c662d4ae47d15d77857496",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "797da2ea217d194dee22556906f7e5232fc4c7db",
"body": null,
"is_bot": false,
"headline": "Typo",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7602c22575ce91f78180d37699042f2140e6ee",
"body": null,
"is_bot": false,
"headline": "Exclude additional unsupported matrices",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551fe1a1858b77e5d97c496dcc9dd5472d16d0e1",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b7726d85daae61f7dfc5c3a573c47692926985",
"body": "…rnel class",
"is_bot": false,
"headline": "Prefer extending non-final \\Orchestra\\Testbench\\Foundation\\Console\\Ke…",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a9c6158c027e212796a39e52149c422e08fdc0",
"body": "Add support for Laravel 9",
"is_bot": false,
"headline": "Merge pull request #40 from freekmurze/main",
"author_name": "shengslogar",
"author_login": "shengslogar",
"committed_at": "2022-01-12T18:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473530df3fe859d9a7fa72bb663cf4ba53a8b80a",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "freek",
"author_login": "freekmurze",
"committed_at": "2022-01-12T17:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e182be1366c7b79641a543859c0ca9d119fd09c",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "freek",
"author_login": "freekmurze",
"committed_at": "2022-01-12T17:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a14e8785fa9423c878edd3975af2a92dfcdaf42",
"body": "…sions from config",
"is_bot": false,
"headline": "Add breaking Bootstrap version note to upgrade guide, remove dead ver…",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-09-23T20:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994808137d69672473f7f4df9b96d731c7e2ed74",
"body": null,
"is_bot": false,
"headline": "Update tests",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7982362ff5b601f1f58601e486f54a94278bac1",
"body": null,
"is_bot": false,
"headline": "Refactor, update tests and snapshots",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1097701180eb3b8ba2bd15febd6e596bd647884",
"body": null,
"is_bot": false,
"headline": "Properly type overriden methods",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f182eb6328f0db110178de156dad0d744cd9fa1e",
"body": null,
"is_bot": false,
"headline": "Oops, fully remove deprecated.php",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6a550d4003e2e087a5b0a0c6f919f31e7a2613",
"body": null,
"is_bot": false,
"headline": "Tweaks, update code style, add test for facade",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6f1cebf00e9b1140120e031a0af6a3754523a2",
"body": null,
"is_bot": false,
"headline": "Update upgrade guide",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T16:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75209087835b6a0db64ce6b14b2046c878298f03",
"body": null,
"is_bot": false,
"headline": "Revise documentation",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T15:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410a67c33a2f438d42627e048d5cdf0551587cfb",
"body": null,
"is_bot": false,
"headline": "Remove deprecated",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T15:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e22a48369969980c486645a9a187d8d3838961d",
"body": null,
"is_bot": false,
"headline": "WIP update docs and code samples, default to Bootstrap 5",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T15:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1334f02753eb94c6e0e6eb94e9d3fdd1f64b7d",
"body": "https://github.com/davejamesmiller/laravel-breadcrumbs/pull/210\n\n(Original PR repo was deleted, so code had to be manually copy-pasted)\n\nCloses #25",
"is_bot": false,
"headline": "Add support for chained functions based off of legacy PR:",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T14:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de35c332cb6908e90d117c334bd2eb016cb781c",
"body": null,
"is_bot": false,
"headline": "Remove deprecated Laravel support",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T14:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cd2209ffdde5eb9f447a399287dc2196429a1f",
"body": null,
"is_bot": false,
"headline": "Remove deprecated `Breadcrumbs::register` method",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T14:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb6496125a5b83660e9879cbea9dc361b57b48ac",
"body": null,
"is_bot": false,
"headline": "Update code style (again)",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c4ec829807824dc175e2def94d67fa43333a3f",
"body": null,
"is_bot": false,
"headline": "Update code style",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7390ddc26af63e10819a2f275a9f63d0508e8e1",
"body": null,
"is_bot": false,
"headline": "Update URL prefix",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9edc6bb3a2e1ce9fc443e170666d3724a78c4c",
"body": null,
"is_bot": false,
"headline": "Breaking change: update Bootstrap 4 template to spec. Resolves #17",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "148e55226bb3bbd09bbab8828484ea15c014ebbe",
"body": null,
"is_bot": false,
"headline": "Update code style",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aeacfaa33f3b13400be0bdf3bb2357f7b78548c",
"body": "https://github.com/twbs/release#release-schedule",
"is_bot": false,
"headline": "Remove unsupported Bootstrap templates per release schedule",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1562755c1aad2cbad14ee02f910a214b00fdae5",
"body": "# Conflicts:\n#\tREADME.md",
"is_bot": false,
"headline": "Pull in legacy upstream to remove out-of-date message",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2021-05-23T13:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f73674f9c5403625154768f8e123a620fc2d7a5",
"body": "Add conflict to composer.json to prevent our package from being installed alongside the original",
"is_bot": false,
"headline": "Merge pull request #22 from lloricode/patch-1",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2021-04-12T18:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca33e63218500c0fec04e0608af601b0ee185e99",
"body": null,
"is_bot": false,
"headline": "Add conflict to old package",
"author_name": "Lloric Mayuga Garcia",
"author_login": "lloricode",
"committed_at": "2021-04-12T07:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027178500b57295290d9930f113f81df1a7188cb",
"body": "New template for Bootstrap 5",
"is_bot": false,
"headline": "Merge pull request #16 from Kvaksrud/feature/mdb5-template",
"author_name": "Sheng Slogar",
"author_login": "shengslogar",
"committed_at": "2021-01-25T18:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f6e4235811113badc135c1105c8fd30e8acc5f",
"body": null,
"is_bot": false,
"headline": "Renamed to bootsrap 5",
"author_name": "Patrick Kvaksrud",
"author_login": null,
"committed_at": "2021-01-25T18:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9240c7808e5842e7f3619af413c2eedeac7545e4",
"body": null,
"is_bot": false,
"headline": "Changed tab to spaces in config",
"author_name": "Patrick Kvaksrud",
"author_login": null,
"committed_at": "2021-01-25T11:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa0411fea59820b46cf7de7802832c30c0475a4",
"body": null,
"is_bot": false,
"headline": "Added comment to config",
"author_name": "Patrick Kvaksrud",
"author_login": null,
"committed_at": "2021-01-25T11:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ab242a423a70933523a39311f592d9d3496e70",
"body": null,
"is_bot": false,
"headline": "New template for MDB5 UI KIT (Bootstrap 5 & Material Design 2.0)",
"author_name": "Patrick Kvaksrud",
"author_login": null,
"committed_at": "2021-01-25T11:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4db9535cf656340ed1f148c5ff035b436e7731",
"body": null,
"is_bot": false,
"headline": "Nevermind",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2020-11-26T19:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dccca41767c0ed62fcbf092b8edb89692d16a66",
"body": null,
"is_bot": false,
"headline": "Lock in to PHPUnit 9.0 for now",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2020-11-26T19:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6fbd50ee49eb52aa39d02c9c369c72fea2ab2d",
"body": null,
"is_bot": false,
"headline": "Roll back PHPUnit",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2020-11-26T19:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b45be66f30925c3b8997e01dc99a0a5e23bb23b",
"body": null,
"is_bot": false,
"headline": "Update versions",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2020-11-26T19:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a2c3b2963689cb8ed4a899bfb05237a54d0324",
"body": null,
"is_bot": false,
"headline": "Reformat",
"author_name": "Sheng-Liang Slogar",
"author_login": "shengslogar",
"committed_at": "2020-11-26T19:15:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 3,
"latest_release_at": "2026-03-30T05:26:27Z",
"latest_release_tag": "v10.1.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 113,
"mean_days_between_releases": 196.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "diglactic/laravel-breadcrumbs",
"exists": true,
"license": "MIT",
"keywords": [
"laravel"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/diglactic/laravel-breadcrumbs",
"is_deprecated": false,
"latest_version": "v10.1.0",
"repository_url": "https://github.com/diglactic/laravel-breadcrumbs",
"versions_count": 45,
"total_downloads": 9392205,
"dependents_count": 79,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 296454,
"first_published_at": null,
"latest_published_at": "2026-03-30T05:25:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 113
}
]
},
"popularity": {
"forks": 78,
"stars": 975,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2020-10-22",
"count": 2
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-12",
"count": 3
},
{
"date": "2026-03-18",
"count": 2
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-25",
"count": 2
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-06-12",
"count": 2
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 77,
"total_forks": 78
},
"star_history": {
"days": [
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-10-18",
"count": 10
},
{
"date": "2020-10-20",
"count": 3
},
{
"date": "2020-10-21",
"count": 2
},
{
"date": "2020-10-22",
"count": 11
},
{
"date": "2020-10-23",
"count": 6
},
{
"date": "2020-10-24",
"count": 4
},
{
"date": "2020-10-25",
"count": 3
},
{
"date": "2020-10-26",
"count": 6
},
{
"date": "2020-10-27",
"count": 2
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-10-29",
"count": 5
},
{
"date": "2020-10-30",
"count": 4
},
{
"date": "2020-10-31",
"count": 2
},
{
"date": "2020-11-01",
"count": 2
},
{
"date": "2020-11-02",
"count": 6
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-04",
"count": 3
},
{
"date": "2020-11-05",
"count": 2
},
{
"date": "2020-11-06",
"count": 3
},
{
"date": "2020-11-07",
"count": 5
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-10",
"count": 2
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-11-19",
"count": 2
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-27",
"count": 3
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-02",
"count": 4
},
{
"date": "2020-12-06",
"count": 3
},
{
"date": "2020-12-07",
"count": 2
},
{
"date": "2020-12-11",
"count": 3
},
{
"date": "2020-12-13",
"count": 3
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-15",
"count": 2
},
{
"date": "2020-12-17",
"count": 4
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2020-12-21",
"count": 3
},
{
"date": "2020-12-23",
"count": 2
},
{
"date": "2020-12-24",
"count": 2
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-02",
"count": 2
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-06",
"count": 2
},
{
"date": "2021-01-07",
"count": 2
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 2
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-21",
"count": 2
},
{
"date": "2021-01-22",
"count": 2
},
{
"date": "2021-01-23",
"count": 2
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-05",
"count": 3
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-09",
"count": 2
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
},
{
"date": "2021-02-14",
"count": 1
},
{
"date": "2021-02-15",
"count": 2
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-23",
"count": 3
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-08",
"count": 3
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-16",
"count": 4
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-18",
"count": 3
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-29",
"count": 3
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-04-07",
"count": 9
},
{
"date": "2021-04-08",
"count": 9
},
{
"date": "2021-04-09",
"count": 2
},
{
"date": "2021-04-10",
"count": 1
},
{
"date": "2021-04-14",
"count": 2
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-21",
"count": 2
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-28",
"count": 2
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-31",
"count": 2
},
{
"date": "2021-06-02",
"count": 2
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-10",
"count": 2
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-20",
"count": 2
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-11",
"count": 3
},
{
"date": "2021-08-18",
"count": 2
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-08-24",
"count": 4
},
{
"date": "2021-08-25",
"count": 7
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-07",
"count": 2
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2021-09-26",
"count": 3
},
{
"date": "2021-09-30",
"count": 2
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-04",
"count": 2
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-06",
"count": 14
},
{
"date": "2021-10-07",
"count": 6
},
{
"date": "2021-10-08",
"count": 3
},
{
"date": "2021-10-10",
"count": 2
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-12",
"count": 2
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-14",
"count": 2
},
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-24",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-05",
"count": 2
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-11",
"count": 3
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-29",
"count": 3
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-02",
"count": 2
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-04",
"count": 2
},
{
"date": "2022-01-12",
"count": 8
},
{
"date": "2022-01-13",
"count": 4
},
{
"date": "2022-01-14",
"count": 2
},
{
"date": "2022-01-16",
"count": 2
},
{
"date": "2022-01-18",
"count": 2
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-01-31",
"count": 2
},
{
"date": "2022-02-04",
"count": 2
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-11",
"count": 2
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 2
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 2
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-14",
"count": 2
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-16",
"count": 2
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-30",
"count": 2
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-01",
"count": 2
},
{
"date": "2022-04-03",
"count": 2
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-17",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 2
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-23",
"count": 2
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-31",
"count": 3
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-06-18",
"count": 2
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2022-07-08",
"count": 2
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-15",
"count": 2
},
{
"date": "2022-07-19",
"count": 2
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-22",
"count": 2
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-07-27",
"count": 2
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-05",
"count": 3
},
{
"date": "2022-08-06",
"count": 2
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-10",
"count": 2
},
{
"date": "2022-08-13",
"count": 2
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-25",
"count": 2
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-12",
"count": 2
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-20",
"count": 2
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-04",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-10-12",
"count": 2
},
{
"date": "2022-10-15",
"count": 1
},
{
"date": "2022-10-16",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-10-20",
"count": 2
},
{
"date": "2022-10-23",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-08",
"count": 3
},
{
"date": "2022-11-09",
"count": 2
},
{
"date": "2022-11-21",
"count": 2
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-24",
"count": 2
},
{
"date": "2022-11-25",
"count": 2
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-28",
"count": 2
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-07",
"count": 2
},
{
"date": "2023-02-10",
"count": 2
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-22",
"count": 2
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-06",
"count": 3
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-20",
"count": 2
},
{
"date": "2023-03-23",
"count": 2
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-03-26",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 2
},
{
"date": "2023-04-02",
"count": 2
},
{
"date": "2023-04-05",
"count": 2
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-17",
"count": 2
},
{
"date": "2023-04-25",
"count": 2
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-27",
"count": 2
},
{
"date": "2023-05-03",
"count": 3
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-19",
"count": 2
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-31",
"count": 2
},
{
"date": "2023-06-07",
"count": 2
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-04",
"count": 2
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-19",
"count": 2
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-07",
"count": 3
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-09",
"count": 2
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-14",
"count": 3
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-29",
"count": 2
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-10-17",
"count": 2
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-04",
"count": 1
},
{
"date": "2023-11-06",
"count": 2
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-09",
"count": 2
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-16",
"count": 2
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-14",
"count": 6
},
{
"date": "2023-12-15",
"count": 14
},
{
"date": "2023-12-16",
"count": 2
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-18",
"count": 2
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-27",
"count": 2
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-01-21",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-13",
"count": 3
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-09",
"count": 2
},
{
"date": "2024-04-13",
"count": 2
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-07",
"count": 2
},
{
"date": "2024-05-16",
"count": 3
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-06-01",
"count": 1
},
{
"date": "2024-06-06",
"count": 2
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 2
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-12",
"count": 3
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-07-20",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 3
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-20",
"count": 2
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-19",
"count": 2
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-09",
"count": 2
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-14",
"count": 2
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-11-04",
"count": 2
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-19",
"count": 2
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-08",
"count": 2
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-18",
"count": 2
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-16",
"count": 1
},
{
"date": "2025-01-17",
"count": 4
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-08",
"count": 2
},
{
"date": "2025-02-10",
"count": 2
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-02-27",
"count": 2
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-04",
"count": 2
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-03",
"count": 2
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-02",
"count": 2
},
{
"date": "2025-05-08",
"count": 2
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-07-31",
"count": 2
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-16",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 975,
"total_stars": 975
},
"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": 10709,
"source_files_sampled": 51,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "facade/ignition-contracts",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
},
{
"name": "laravel/framework",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^10.0 || ^11.0 || ^12.0 || ^13.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "facade/ignition-contracts",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "laravel/framework",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "orchestra/testbench",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/phpunit-snapshot-assertions",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 18,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 63,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "d13r",
"commits": 410,
"avatar_url": "https://avatars.githubusercontent.com/u/236616?v=4"
},
{
"type": "User",
"login": "shengslogar",
"commits": 152,
"avatar_url": "https://avatars.githubusercontent.com/u/4350009?v=4"
},
{
"type": "User",
"login": "dabich",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/6387400?v=4"
},
{
"type": "User",
"login": "boris-glumpler",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/580004?v=4"
},
{
"type": "User",
"login": "Andreyco",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/829963?v=4"
},
{
"type": "User",
"login": "SamuelNitsche",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/24483576?v=4"
},
{
"type": "User",
"login": "yahya-uddin",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5897460?v=4"
},
{
"type": "User",
"login": "dwightwatson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1100408?v=4"
},
{
"type": "User",
"login": "jaulz",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5358638?v=4"
},
{
"type": "User",
"login": "tedslittlerobot",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1783459?v=4"
}
],
"contributors_sampled": 31,
"top_contributor_share": 0.662
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/29 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c8ad835b00bca1e0a4b234d87173a1bba258596b",
"ran_at": "2026-07-22T03:31:17Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T03:19:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-30T05:25:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/diglactic/laravel-breadcrumbs",
"host": "github.com",
"name": "laravel-breadcrumbs",
"owner": "diglactic"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 35,
"vitality": 56,
"community": 67,
"governance": 64,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"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": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v10.1.0",
"releases_from_tags": false,
"days_since_latest_release": 113,
"mean_days_between_releases": 196.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 113 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~196.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 196.8
}
}
],
"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": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 78,
"stars": 975,
"watchers": 13,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "975 stars",
"points": 48.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 975
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "78 forks",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 78
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"packages": [
"diglactic/laravel-breadcrumbs"
],
"dependents": 79,
"ecosystems": "packagist",
"total_downloads": 9392205,
"monthly_downloads": 296454
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "296,454 downloads/month across packagist",
"points": 73,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 296454,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "79 packages depend on it",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 79
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 31,
"top_contributor_share": 0.662
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 66% of commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "31 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 31
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 18,
"open_issues": 0,
"closed_issues": 63,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 12
},
"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": "18/30 decided PRs merged",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 30
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"followers": 8,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "diglactic",
"public_repos": 9,
"account_age_days": 2705
},
"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": "8 followers of diglactic",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "diglactic"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~7 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"diglactic/laravel-breadcrumbs"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 113
},
"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 113 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 113
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "45 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 45
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"laravel",
"breadcrumbs",
"php"
],
"has_wiki": false,
"homepage": "https://packagist.org/packages/diglactic/laravel-breadcrumbs",
"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://packagist.org/packages/diglactic/laravel-breadcrumbs",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 25,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 10709,
"source_files_sampled": 51,
"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/51 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 51,
"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-22T03:31:36.066269Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/diglactic/laravel-breadcrumbs.svg",
"full_name": "diglactic/laravel-breadcrumbs",
"license_state": "standard",
"license_spdx": "MIT"
}