原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"mobile-detect",
"device-detection",
"user-agents",
"php",
"mobile-redirects"
],
"is_fork": false,
"size_kb": 4365,
"has_wiki": false,
"homepage": "http://mobiledetect.net",
"languages": {
"PHP": 188253,
"Shell": 519
},
"pushed_at": "2026-05-24T12:33:26Z",
"created_at": "2012-08-31T10:58:16Z",
"owner_type": "User",
"updated_at": "2026-08-01T05:21:58Z",
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "4.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://ghita.org",
"name": "Serban Ghita",
"type": "User",
"login": "serbanghita",
"company": null,
"location": "Bucureşti, Romania",
"followers": 329,
"avatar_url": "https://avatars.githubusercontent.com/u/1106849?v=4",
"created_at": "2011-10-06T07:24:12Z",
"is_verified": null,
"public_repos": 131,
"account_age_days": 5416
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "4.11.0",
"kind": "minor",
"published_at": "2026-05-24T12:33:33Z"
},
{
"tag": "4.10.0",
"kind": "minor",
"published_at": "2026-04-23T13:06:17Z"
},
{
"tag": "4.9.0",
"kind": "minor",
"published_at": "2026-04-23T12:45:09Z"
},
{
"tag": "4.8.04",
"kind": "patch",
"published_at": "2023-10-28T16:12:03Z"
},
{
"tag": "4.8.03",
"kind": "patch",
"published_at": "2023-10-15T18:38:58Z"
},
{
"tag": "4.8.01",
"kind": "patch",
"published_at": "2023-10-06T10:14:31Z"
},
{
"tag": "3.74.0",
"kind": "minor",
"published_at": "2022-12-04T15:42:32Z"
}
],
"recent_commits": [
{
"oid": "ab39168b7556f44c11c80be1222b44b239f5c2e4",
"body": "…gj4-qjmw-v56v)\n\nThe bundled Detection\\Cache\\Cache is now bounded by default (1000 entries,\nFIFO eviction). Prevents unbounded in-memory growth when one MobileDetect\ninstance is reused across many distinct User-Agents in a long-running PHP\nruntime (RoadRunner, Laravel Octane, FrankenPHP worker mode,\n[…]\ny TTL only, not cardinality)\n- Regression tests in CacheTest + MobileDetectWithCacheTest mirroring the\n advisory PoC\n- README-EXAMPLES.md \"Long-Running Processes\" rewritten\n- Version bumped to 4.11.0",
"is_bot": false,
"headline": "fix(cache): bound in-memory Cache to prevent unbounded growth (GHSA-m…",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-05-24T12:32:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e6937e4cb07c493e851fa317820a53b06abef6d",
"body": "…(#1015)",
"is_bot": false,
"headline": "perf(bench): overhaul phpbench suite + advisory CI + release hygiene …",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-26T14:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21277ca5914f03bf1c4e0609322f0409514be4cc",
"body": "Documents that CDN / page-cache layers serving cached HTML without\nvarying on User-Agent defeat server-side detection. Cites the canonical\nreports (#980 WP Engine, #447 W3 Total Cache, #945 Cloudflare SXG) and\nlists host-side mitigations.",
"is_bot": false,
"headline": "docs(known-limitations): add full-page edge cache incompatibility note",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-25T20:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91cc4bae751333119925a5dfd206171e38b503c",
"body": null,
"is_bot": false,
"headline": "docs(readme): point 2.x/3.x Tests badges at the renamed workflows",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T13:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55bdfabe1660bb43e2aa7ba1d572241e5d573d9f",
"body": "…adges\n\n- Wrap header badges in links (build, packagist version, latest tag,\n downloads, license); add packagist stable-version badge; pin the\n build badge to branch=4.x with a 'build' label.\n- Re-add per-row Tests badges and branch links in the versions table.",
"is_bot": false,
"headline": "docs(readme): restore badge links, add packagist version + workflow b…",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T13:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1473bd9d6aa40158f75f1e05116e6dd081148b2c",
"body": "- Bump $VERSION / @version / MobileDetect.json to 4.10.0.\n- composer.json: require PHP >=8.2 (was >=8.0); PHP 8.0/8.1 are EOL and\n dev install has required 8.2+ since 4.9.0.\n- README: reflect the PHP 8.2 floor in the 4.* row.\n- CHANGELOG: 4.10.0 entry (PSR-16 LSP compat, PHP floor bump, BC note).",
"is_bot": false,
"headline": "chore(release): 4.10.0",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T13:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8c1467bad84d98e11860356dee76c443c546cc",
"body": "fix(cache): restore PSR-16 v1/v2 LSP compatibility (#989)\n\nWidens Cache public method signatures to match psr/simple-cache v1/v2\nas well as v3. This keeps the class loadable in hosts where another\nplugin has already registered an older CacheInterface (typical in\nWordPress stacks). Runtime validation\n[…]\nreserved via the new\ncheckKey/checkTtl/checkIterable helpers.\n\n- composer: psr/simple-cache constraint widened to '^1.0 || ^2.0 || ^3.0'\n- CI: new psr16-compat matrix verifies LSP on all three majors.",
"is_bot": false,
"headline": "Merge pull request #1014 from serbanghita/fix/989-psr16-v1-compat",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T13:04:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f701e9fcea3dd39af299be43c77fba246b170ab4",
"body": "- Branches 2.8.x, 3.74.x, 4.9.x renamed on origin to 2.x, 3.x, 4.x.\n- Rename .github/workflows/4.9.x-test.yml -> 4.x-test.yml; update\n branch triggers and workflow name.\n- README: single row per major (Version, Namespace, Branch, PHP, Purpose).\n- CLAUDE.md: document the rolling branch convention.",
"is_bot": false,
"headline": "chore: adopt rolling 4.x branch scheme (one branch per major)",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7744fe1ef2c5cf8c3d5121079fcdba77cb1e928",
"body": "Triggered by tags matching a numeric version pattern (e.g. 4.9.1,\n4.9.0-rc1). Uses gh release create --generate-notes to draft the body\nfrom merged PRs since the previous tag. Release body can be edited\npost-publish if CHANGELOG-derived notes are preferred.",
"is_bot": false,
"headline": "ci: auto-publish GitHub Release on tag push",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d43ac8861a8770266f14226be86bcdb606116c1",
"body": "…I badge",
"is_bot": false,
"headline": "docs(readme): add 4.9.x row, mark 4.8.x as maintenance, update main C…",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1415612a61b7208968c26e38bcd1f0b7f0b2b8",
"body": "- Rename .github/workflows/4.8.x-test.yml -> 4.9.x-test.yml; update\n branch triggers and workflow name.\n- Update CLAUDE.md: active branch is now 4.9.x.\n- Backfill 4.9.0 CHANGELOG entry.\n- Bump @version, $VERSION, MobileDetect.json to 4.9.1-dev.",
"is_bot": false,
"headline": "chore: open 4.9.x line (bump to 4.9.1-dev, rename workflow, update docs)",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992cc85e34887b090b073b46bde6d5087c908e10",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.9.0",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "876709ad68c1f4d5e0b5b02a53f007a430fd7a5b",
"body": "composer require --update-with-dependencies performs a full resolve and\ninstall on a fresh checkout, so the prior composer install just did the\nwork twice. Rename the remaining step to be honest about installing.",
"is_bot": false,
"headline": "ci(psr16-compat): drop redundant composer install step",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815780d335c0b1ed37e3bfbe3b259d42ee088d6c",
"body": "PSR-16 LSP fix loosened get/set/*Multiple parameter types, so passing\nnon-string/non-iterable values is no longer a static type error.\nPHPStan flags the five @phpstan-ignore-next-line directives as\nignore.unmatchedLine, failing the quality job.",
"is_bot": false,
"headline": "fix(test): drop orphan phpstan-ignore on widened Cache signatures",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a6e12ef09cac1edbb5ead1b0e7a5f0a15957f3",
"body": "Widen Cache public method parameters to omit scalar type declarations so\nthe class is LSP-compatible with any psr/simple-cache major. Previously,\nwhen another plugin's autoloader (common in WordPress) registered an\nolder Psr\\SimpleCache\\CacheInterface before ours, PHP fatal'd at class\nload because o\n[…]\n, and ^3.0 so a future interface change that breaks LSP\n against our widened signatures is caught automatically.\n- Add reflection-based regression test asserting the listed parameters\n stay untyped.",
"is_bot": false,
"headline": "fix(cache): restore PSR-16 v1/v2 LSP compatibility (#989)",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-23T12:08:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d9742c6ef4faf5d2559d8a7cd64b723d266d4c2",
"body": null,
"is_bot": false,
"headline": "feat(lenovo): add broad 'Lenovo TB' prefix for modern tablets (#1013)",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-17T18:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8465dfb8fccf4b3aff849343c1eec4acd071d60f",
"body": null,
"is_bot": false,
"headline": "Make VERSION_TYPE_* consts public (#991)",
"author_name": "Francis Lavoie",
"author_login": "francislavoie",
"committed_at": "2026-04-16T09:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c770c1631c6519d87588db66398664eaad0615",
"body": "…(#1012)",
"is_bot": false,
"headline": "feat(lsb): consistent late static binding for subclass extensibility …",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-16T09:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f54806ed80e3b1e6263f44bdc2931e036c485ef",
"body": "The testScriptVersion regex only matched a single character after the\nhyphen (e.g. 4.8.11-d), rejecting valid pre-release tags like \"dev\".",
"is_bot": false,
"headline": "fix(test): allow multi-char pre-release suffix in version regex",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-15T11:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c34a6b81c291f5db3ac954083b29d2a008a1d24",
"body": "Add 15 new Samsung tablet model variants:\n- Galaxy Tab S11 Ultra (SM-X930, SM-X930N, SM-X936B, SM-X936N)\n- Galaxy Tab S11 (SM-X730, SM-X736, SM-X736B)\n- Galaxy Tab S10 Lite (SM-X400, SM-X406, SM-X406B)\n- Galaxy Tab A11+ (SM-X230, SM-X236B)\n- Galaxy Tab A11 (SM-X133, SM-X135, SM-X135F)\n\nBump version to 4.8.11-dev.\nAdd RESEARCH.md documenting the methodology for finding new device models.",
"is_bot": false,
"headline": "feat(samsung): add 2025 Samsung tablet models (Tab S11, S10 Lite, A11)",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-15T10:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3e7dc84054e7758b9ffaba03ef2591b14bcc58",
"body": "Both versions are EOL and phpbench 1.6.1 requires PHP ^8.2, causing\ncomposer install to fail on older PHP versions.",
"is_bot": false,
"headline": "fix(ci): drop PHP 8.0 and 8.1 from CI matrix",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-14T10:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a731c4bd91cbe55b00ed6e7dd527f1e8891ff44b",
"body": "- Add return type `bool` to __call() magic method in MobileDetect.php\n- Remove unnecessary @ error suppression in prepareVersionNo()\n- Add explicit parameter type hints to all test methods that lacked them\n- Remove redundant isset() and is_string/is_bool checks made obsolete by typed params",
"is_bot": false,
"headline": "fix(compat): add explicit type hints for PHP 8.4+ compatibility",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-14T08:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97e715bb56bc2399bc81e2876bc8ab3528b9444",
"body": "Replaced caret (^) range constraints with exact version pins in\ncomposer.json. Also trimmed CLAUDE.md.",
"is_bot": false,
"headline": "fix(deps): pin composer dependencies to exact versions",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-04-14T08:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4583ed72248ac8be05c1c81e8adabcdeb23472d6",
"body": "…p (#1007)",
"is_bot": false,
"headline": "Fix the method name from getTimeStamp() to getTimestamp() in Cache.ph…",
"author_name": "guanguans",
"author_login": "guanguans",
"committed_at": "2026-02-09T13:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05df1a7f3eadf13e09df15a7aa7d59e8124c701d",
"body": null,
"is_bot": false,
"headline": "fix(workflow): update github actions to their latest versions",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2026-01-09T16:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b1e1fa9a968de7660a031106ab529f659d0192",
"body": "… (#1003)",
"is_bot": false,
"headline": "fix(cache): PSR-16 compliance for has() method and add evictExpired()…",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2026-01-09T16:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffafcc0d659e7794f5b4ba611087de1af684f3c2",
"body": null,
"is_bot": false,
"headline": "Added missing Samsung tablets 2025 (#988)",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2025-04-28T08:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27897332c1afea6e34baa3db4d40974990ca5de9",
"body": null,
"is_bot": false,
"headline": "Cache fix (#986)",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2025-04-28T08:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab4c31cc57725e57a026082133d577dfdad2bb4",
"body": null,
"is_bot": false,
"headline": "[4.8] Improve cache types (#982)",
"author_name": "Rodrigo Pedra Brum",
"author_login": "rodrigopedra",
"committed_at": "2025-04-06T14:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a49388770f4c564483b432d6be89e470d11ff1",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Added psr/cache repo",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-12T13:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66726cb604ee0d959d48d789f0999962b7af194",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "removing broken folder",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-12T13:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc325f800dd3d9b767bd3db6c128b6b9f64e81f4",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Version bump",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-12T12:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2702f755ac29f0b324d6a30507401754193a7874",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Lint fix",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-12T12:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc6d4001c73360e8155b6eb285a4891c44261fb",
"body": "Manual use of 4.8.x lib (#970)\nHow to use the 4.8.086 (#973)\n\nSigned-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Added standalone version by popular demand",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-12T12:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514c2e97a71498f6bba680b4b0b049a1eb8b2094",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Fixed typings (phpstan) and tests",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-11T21:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dfc1cc092d627d2fc582f5f324203a9e54543d5",
"body": "Mirrored the phpstan cli settings for CI.\n\nSigned-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Added quality check for phpstan for local development in Docker.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-11T20:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ed2d58e693dfb52907aaf323ce6df77080e79c",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Fixes for local Docker dev build",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-11T17:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59897114672908d3a25d1c1fe8e56ead39793072",
"body": null,
"is_bot": false,
"headline": "phpstan - return to production ver (#976)",
"author_name": "Chris Brown",
"author_login": "drbyte",
"committed_at": "2024-12-11T16:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06fe2e546a06bb8c2639d6823d5250b2efb3209",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "sha1` is now the default fn for encoding cache keys.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T15:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604bb14197a0cb51e205a8206a2cd690ddc6c26c",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "New version bump",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T07:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d784050ec50a62c5ba32abc58d6ee26e03a3e9",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "New version bump",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T07:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cc9eebc3a501d97c6669e9d1704d31e6e07c21",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Added explanation about the Docker image",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T07:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1df0ea04781ee5c8cc80573d5b6b1df825f9317",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Run composer with dev deps in Docker",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T07:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f21745998608b4399b77b784b6202576a98e478",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Added psr/cache as a prod dependency",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-10T07:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b555b54200fc0416d1fdd43bc61fb40aec7dd493",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Fix lint",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T22:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010bebda24a0e6b29fc663a78f5400ed0c3112fb",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Fix lint",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T22:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc20aa0db101b223d33896394b4307f5ebfda288",
"body": "Fixed Cache, CacheItem implementations\n\nSigned-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "100% coverage to Cache",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T21:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4232d3301d5124e296b0de4f7f005cc0121756a",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "New changelog",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T18:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b94a3c933b9416507b8e1ba4333d435b2b5efce",
"body": "Signed-off-by: Serban Ghita <serbanghita@gmail.com>",
"is_bot": false,
"headline": "Version bump",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T18:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1633213d024cc2463a3c4d8351ef561b0115afc7",
"body": null,
"is_bot": false,
"headline": "Cache WIP",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T16:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c348bc5ccbc1924acf6d973bca642bc4096e8cd4",
"body": null,
"is_bot": false,
"headline": "Fix for mixing simple cache with PSR6 cache implementation.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-09T08:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d70be13215ebff26c42762a54137f23400bde29",
"body": null,
"is_bot": false,
"headline": "Linting",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-08T19:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0909dbf96e76693b55df0de93ac0388e6210f406",
"body": null,
"is_bot": false,
"headline": "Minor tweaks",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-08T19:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec8772a01677969f9a060c5ec721cdb0e7351866",
"body": null,
"is_bot": false,
"headline": "Updated packages to explicit versions",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-08T19:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ac74911b18253e954c8608daed42019250aa20",
"body": null,
"is_bot": false,
"headline": "Merge branch 'ilaoniu-fix-cache' into 4.8.x",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-08T19:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807f5ee1c0f1bd09d94c05bb01d576c46ee37979",
"body": "Added tests",
"is_bot": false,
"headline": "Changed configuration cacheKeyFn to work via call_user_func",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-08T19:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90ae369a09467ed2499465ca7637bdfab1efb9e",
"body": null,
"is_bot": false,
"headline": "New correct JSON files exported from the new changes.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-06T15:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177f89199cdf5150c1c4d47bd461dd30250084c8",
"body": null,
"is_bot": false,
"headline": "make the encoding of the cache key configurable",
"author_name": "ilaoniu",
"author_login": "ilaoniu",
"committed_at": "2024-12-06T01:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5e80d3efaa28544e998ded62c873096a2666d5",
"body": null,
"is_bot": false,
"headline": "fix cache",
"author_name": "ilaoniu",
"author_login": "ilaoniu",
"committed_at": "2024-12-05T23:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c25bdf63b7fa7a6228b02d9c019b71c48e76838",
"body": null,
"is_bot": false,
"headline": "fix cache",
"author_name": "ilaoniu",
"author_login": "ilaoniu",
"committed_at": "2024-12-05T23:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db769f678d3d5e5bd0e63416c9c4a69b105af54",
"body": null,
"is_bot": false,
"headline": "Merge branch '4.8.x' into fix-cache",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-12-05T14:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0260a9822d2167619a03cc403c57a40d26afa4b7",
"body": null,
"is_bot": false,
"headline": "New correct JSON files exported from the new changes.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T14:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4926e02414df4796bfb70e4dcf2847b647159418",
"body": "Adding devices, Samsung SM-X300 Tablet, OnePlus Nord 4 Phone.",
"is_bot": false,
"headline": "Merge branch 'digifa-4.8.x-add-new-devices' into 4.8.x",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T14:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7faf799f83be626d36a8215b556b3989646cb12a",
"body": null,
"is_bot": false,
"headline": "Conflict fix",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T14:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff2bda58355b9e6f07662320400d4273fe5109a",
"body": null,
"is_bot": false,
"headline": "Updated tests",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T13:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e3a8907d3673695c5dec3a63a0cb7f00e0f8e1",
"body": null,
"is_bot": false,
"headline": "Updated JSON with the new header",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T13:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed642aa49569a2fe8e1bd6db73425a50478bb04e",
"body": null,
"is_bot": false,
"headline": "Added extra explanations",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T13:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2cbef1ac0b7fa7e57302f951634854618e1b26c",
"body": null,
"is_bot": false,
"headline": "Use Sec-CH-UA-Mobile header for detection",
"author_name": "Kevin Kimball",
"author_login": "kevinkimball",
"committed_at": "2024-12-05T13:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8717118349fd21a77f0d7e883cee2fff8c3eb77",
"body": null,
"is_bot": false,
"headline": "Added \"vendorCheck\" in UA tests which will optionally check the \"vendor\"",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-12-05T13:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7355b68c86851ab640385b4d30943713616a4a3d",
"body": null,
"is_bot": false,
"headline": "Merge branch '4.8.x' into 4.8.x",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-12-05T08:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338f4c668823e76e3346ed1b0fa7c38770b1cc04",
"body": null,
"is_bot": false,
"headline": "support cache ttl",
"author_name": "ilaoniu",
"author_login": "ilaoniu",
"committed_at": "2024-12-01T10:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "502f9ce1bfe06ae2ce2f2e885670886ad1e5e721",
"body": null,
"is_bot": false,
"headline": "fix cache and generate short cache key",
"author_name": "ilaoniu",
"author_login": "ilaoniu",
"committed_at": "2024-12-01T10:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef32b79976ba7d626902c291ad68c53bae3b98c",
"body": null,
"is_bot": false,
"headline": "Adding devices, Samsung SM-X300 Tablet, OnePlus Nord 4 Phone.",
"author_name": "Faust",
"author_login": null,
"committed_at": "2024-11-08T12:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912a6f416e128781537e66b091a88e6c7032220c",
"body": "* Added docker compose examples to CONTRIBUTING.md\n* eol should always be LF",
"is_bot": false,
"headline": "* Docker flow updated",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-10-20T12:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920c549f0c58128b3bed224d4b792e0128dcb37f",
"body": null,
"is_bot": false,
"headline": "Bugfix: Allow Injection of Any PSR Cache Interface (#966)",
"author_name": "Cees van Egmond",
"author_login": "ceesvanegmond",
"committed_at": "2024-10-03T17:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f54bd3a7b6ea795b1e87ad21ca7b0d323ab4114",
"body": null,
"is_bot": false,
"headline": "PHP 8.4 - implicit nulls are deprecated (#960)",
"author_name": "Chris Brown",
"author_login": "drbyte",
"committed_at": "2024-08-12T07:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9deba9f65b7473ac63c16789bd47501a4dfcbe6a",
"body": "subdomain for docs",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-03-01T22:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c7ad4cade18a30050a32f2f2d29f964f9564f7",
"body": "Added demo link",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-03-01T22:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af088b54cecc13b3264edca7da93a89ba7aa2d9e",
"body": null,
"is_bot": false,
"headline": "New Samsung tablets and some phones.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-03-01T22:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a10f74cd83523d2b1b708f4e4c1c3d47b86257ed",
"body": "Simplified the README, moved the tech docs to Gitbook",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-02-28T19:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfb7784379d4f79c94680dffb44d0ba82e9af0e",
"body": null,
"is_bot": false,
"headline": "Declare support for older psr/simple-cache version (#953)",
"author_name": "Markus Staab",
"author_login": "staabm",
"committed_at": "2024-02-12T13:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1808971079c409d9f9fdd9758a34126b423e579",
"body": "Removed Slack",
"is_bot": false,
"headline": "Update 4.8.x-test.yml",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2024-02-12T13:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2fbb7250f4d884a9518d1c1d2b9718aa94abb26",
"body": null,
"is_bot": false,
"headline": "Added PHP 8.3 to test-matrix (#954)",
"author_name": "Markus Staab",
"author_login": "staabm",
"committed_at": "2024-02-12T13:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b3dd37a20191295af8ac55ba772c2219b5fedc9",
"body": null,
"is_bot": false,
"headline": "added Huawei (phone, OS - HarmonyOS, browser) detection",
"author_name": "Łukasz Modliński",
"author_login": "lmodlinski",
"committed_at": "2024-01-17T23:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a8cdd70955ea6162269939914ba97fe36a154a",
"body": "…ot set. By default \"autoInitOfHttpHeaders\" is \"true\", and if UserAgent is not found, it will be set to empty string \"\"\n\nhttps://github.com/serbanghita/Mobile-Detect/issues/946#issuecomment-1885675939",
"is_bot": false,
"headline": "MobileDetect by default will not throw an exception if UserAgent is n…",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2024-01-10T22:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8a4bc8ca66f65eb3ad0676d0006a3f84d6df3f",
"body": null,
"is_bot": false,
"headline": "Update README.md - fixed typo (#949)",
"author_name": "cklm",
"author_login": "cklm",
"committed_at": "2024-01-02T11:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90416e034adbf939c436c8bbb16877d776fc239b",
"body": "See https://github.com/serbanghita/Mobile-Detect/issues/948",
"is_bot": false,
"headline": "Added additional explanation",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-11-07T22:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73a5bdbcec74a6d33389cc8fe3a5af5d0965d01",
"body": null,
"is_bot": false,
"headline": "Added perf tests image and fixed php version to 8.3",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-10-28T16:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab2071fa74dbf1af5c97574835b06b2ddd1280ac",
"body": null,
"is_bot": false,
"headline": "Fix EOL",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-10-28T15:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4921892cc88df5a6e862dc5c2c3fa10a48e2ac9d",
"body": null,
"is_bot": false,
"headline": "[bug] No user-agent has been set #946",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-10-28T15:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80607ae92b5a8c77bb99a44bdee49f1d34de5af4",
"body": null,
"is_bot": false,
"headline": "Correct PHP dependencies.",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-10-27T16:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3bbb83cbb0e78a96b14cb2fd12af2878f7a912",
"body": null,
"is_bot": false,
"headline": "New badges",
"author_name": "Serban Ghita",
"author_login": "serbanghita",
"committed_at": "2023-10-18T18:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2353cd8c345c0a36bec6213f89ca09e999a9fbb3",
"body": null,
"is_bot": false,
"headline": "Update 4.8.x-test.yml",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T21:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3266a59769c5313d8b1a1f77e7cb28d1052ac28d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T21:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56bf2bfe6d284dd75f2f0a80ac0d5877ade1a577",
"body": null,
"is_bot": false,
"headline": "Rename test.yml to 4.8.x-test.yml",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T21:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b7202ef9238b0455273aaa413c7a2b4367be25",
"body": null,
"is_bot": false,
"headline": "Rename 4.8.x-test.yml to test.yml",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T20:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7329082fc4623ada31307d8ab37c7b3765a4550b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T20:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f3e27e32948f94b9d0dde9691c1874712a7d57",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T20:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2feeec3e0b8be3faf281c6f488baa2e674304f4",
"body": null,
"is_bot": false,
"headline": "Update 4.8.x-test.yml",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T20:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d085925f63ed57cf30331aef1ac07293c0bc8910",
"body": null,
"is_bot": false,
"headline": "Create index.html",
"author_name": "Şerban Ghiţă",
"author_login": "serbanghita",
"committed_at": "2023-10-16T20:05:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 26,
"latest_release_at": "2026-05-24T12:33:33Z",
"latest_release_tag": "4.11.0",
"releases_from_tags": false,
"days_since_last_push": 72,
"active_weeks_last_year": 5,
"days_since_latest_release": 72,
"mean_days_between_releases": 211.1
},
"artifacts": {
"collected": true,
"structure": [
"tree.compose",
"tree.dockerfile"
],
"declarations": [
{
"name": "mobiledetect/mobiledetectlib",
"path": "composer.json",
"tokens": [
"composer.type:library"
],
"ecosystem": "packagist"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 9,
"header": 6,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mobiledetect/mobiledetectlib",
"exists": true,
"license": "MIT",
"keywords": [
"mobile",
"mobile detect",
"mobile detector",
"php mobile detect",
"detect mobile devices"
],
"ecosystem": "packagist",
"categories": [],
"matches_repo": true,
"registry_url": "https://packagist.org/packages/mobiledetect/mobiledetectlib",
"declared_type": "library",
"is_deprecated": false,
"latest_version": "4.11.0",
"repository_url": "https://github.com/serbanghita/Mobile-Detect",
"versions_count": 93,
"total_downloads": 175157261,
"dependents_count": 482,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3875256,
"first_published_at": null,
"latest_published_at": "2026-05-24T12:32:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 72
}
]
},
"popularity": {
"forks": 2612,
"stars": 10681,
"watchers": 568,
"fork_history": {
"days": [
{
"date": "2018-01-18",
"count": 2
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-23",
"count": 2
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-05",
"count": 2
},
{
"date": "2018-02-08",
"count": 2
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-02-22",
"count": 3
},
{
"date": "2018-02-23",
"count": 3
},
{
"date": "2018-02-24",
"count": 1
},
{
"date": "2018-02-28",
"count": 2
},
{
"date": "2018-03-01",
"count": 2
},
{
"date": "2018-03-02",
"count": 3
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-06",
"count": 2
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-09",
"count": 3
},
{
"date": "2018-03-14",
"count": 2
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-03-30",
"count": 4
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-19",
"count": 2
},
{
"date": "2018-04-21",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-04-29",
"count": 1
},
{
"date": "2018-04-30",
"count": 2
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-03",
"count": 4
},
{
"date": "2018-05-05",
"count": 2
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-09",
"count": 2
},
{
"date": "2018-05-11",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-28",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-03",
"count": 2
},
{
"date": "2018-06-04",
"count": 2
},
{
"date": "2018-06-05",
"count": 2
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-07",
"count": 2
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-11",
"count": 2
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-15",
"count": 3
},
{
"date": "2018-06-19",
"count": 3
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-22",
"count": 2
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-06-28",
"count": 2
},
{
"date": "2018-07-01",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-06",
"count": 2
},
{
"date": "2018-07-09",
"count": 5
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-02",
"count": 2
},
{
"date": "2018-08-04",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-08",
"count": 3
},
{
"date": "2018-08-11",
"count": 2
},
{
"date": "2018-08-15",
"count": 2
},
{
"date": "2018-08-17",
"count": 2
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-23",
"count": 2
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-25",
"count": 2
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-28",
"count": 2
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-11",
"count": 2
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-20",
"count": 3
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-09-29",
"count": 2
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-03",
"count": 1
},
{
"date": "2018-10-04",
"count": 2
},
{
"date": "2018-10-05",
"count": 1
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-21",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-25",
"count": 2
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-02",
"count": 2
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-19",
"count": 2
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-27",
"count": 6
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-11-30",
"count": 2
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-08",
"count": 1
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-19",
"count": 2
},
{
"date": "2018-12-20",
"count": 2
},
{
"date": "2018-12-21",
"count": 2
},
{
"date": "2018-12-22",
"count": 1
},
{
"date": "2018-12-24",
"count": 2
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-15",
"count": 2
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-22",
"count": 2
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-28",
"count": 3
},
{
"date": "2019-01-29",
"count": 3
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-01",
"count": 2
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-06",
"count": 3
},
{
"date": "2019-02-08",
"count": 3
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-13",
"count": 2
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-21",
"count": 3
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-02-25",
"count": 2
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-07",
"count": 2
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-12",
"count": 2
},
{
"date": "2019-03-13",
"count": 3
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-19",
"count": 2
},
{
"date": "2019-03-25",
"count": 2
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-03-28",
"count": 2
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-01",
"count": 3
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-06",
"count": 1
},
{
"date": "2019-04-08",
"count": 2
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-12",
"count": 3
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-18",
"count": 2
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-04-30",
"count": 2
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-06",
"count": 2
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-08",
"count": 2
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-13",
"count": 2
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-04",
"count": 2
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-09",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-06-13",
"count": 2
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-06-23",
"count": 3
},
{
"date": "2019-06-25",
"count": 2
},
{
"date": "2019-07-02",
"count": 2
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-10",
"count": 2
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-17",
"count": 2
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-08-04",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-15",
"count": 2
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-26",
"count": 2
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-29",
"count": 2
},
{
"date": "2019-09-01",
"count": 1
},
{
"date": "2019-09-04",
"count": 2
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-09",
"count": 1
},
{
"date": "2019-09-12",
"count": 3
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-09-28",
"count": 2
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-10-04",
"count": 3
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-10",
"count": 3
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-12",
"count": 3
},
{
"date": "2019-10-13",
"count": 2
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-25",
"count": 2
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-29",
"count": 2
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-03",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-06",
"count": 2
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-19",
"count": 2
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-11-30",
"count": 2
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-07",
"count": 2
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2019-12-11",
"count": 2
},
{
"date": "2019-12-13",
"count": 2
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 2
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-20",
"count": 2
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-12",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-16",
"count": 4
},
{
"date": "2020-01-18",
"count": 2
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-01-26",
"count": 2
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-10",
"count": 5
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-25",
"count": 2
},
{
"date": "2020-02-26",
"count": 3
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-10",
"count": 3
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-23",
"count": 2
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-03-31",
"count": 2
},
{
"date": "2020-04-02",
"count": 2
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-25",
"count": 2
},
{
"date": "2020-05-28",
"count": 2
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-02",
"count": 2
},
{
"date": "2020-06-04",
"count": 2
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-14",
"count": 1
},
{
"date": "2020-06-17",
"count": 2
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-10",
"count": 2
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-16",
"count": 2
},
{
"date": "2020-07-18",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-21",
"count": 2
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-08-05",
"count": 2
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-10",
"count": 2
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-18",
"count": 3
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-20",
"count": 2
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-27",
"count": 3
},
{
"date": "2020-08-30",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-20",
"count": 2
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-09",
"count": 2
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-10-21",
"count": 4
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-14",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-02",
"count": 2
},
{
"date": "2020-12-03",
"count": 2
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-14",
"count": 2
},
{
"date": "2020-12-15",
"count": 1
},
{
"date": "2020-12-16",
"count": 2
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2020-12-28",
"count": 3
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-15",
"count": 2
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-27",
"count": 2
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-17",
"count": 3
},
{
"date": "2021-02-18",
"count": 2
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-06",
"count": 2
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-01",
"count": 2
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-18",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 2
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-07",
"count": 2
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-18",
"count": 2
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-21",
"count": 2
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-09",
"count": 2
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-21",
"count": 2
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-06-28",
"count": 2
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-06",
"count": 3
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-07-19",
"count": 2
},
{
"date": "2021-07-24",
"count": 2
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-05",
"count": 2
},
{
"date": "2021-08-07",
"count": 2
},
{
"date": "2021-08-20",
"count": 2
},
{
"date": "2021-08-23",
"count": 2
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-17",
"count": 3
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-23",
"count": 2
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-28",
"count": 2
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-30",
"count": 2
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-20",
"count": 5
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-14",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-27",
"count": 3
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-25",
"count": 3
},
{
"date": "2022-03-29",
"count": 2
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-09",
"count": 1
},
{
"date": "2022-04-11",
"count": 2
},
{
"date": "2022-04-15",
"count": 2
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-19",
"count": 2
},
{
"date": "2022-05-24",
"count": 2
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-26",
"count": 2
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-07-06",
"count": 2
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-09-01",
"count": 2
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-06",
"count": 2
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-09-29",
"count": 2
},
{
"date": "2022-10-09",
"count": 2
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-08",
"count": 2
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-20",
"count": 2
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-06-11",
"count": 2
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-21",
"count": 2
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-12-07",
"count": 2
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-10",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 2612
},
"star_history": null,
"open_issues_and_prs": 18
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 90279,
"source_files_sampled": 62,
"oversized_source_files": 3,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3084
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "psr/simple-cache",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0 || ^2.0 || ^3.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/simple-cache",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": "3.95.1",
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpbench/phpbench",
"direct": false,
"version": "1.6.1",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": "2.1.47",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": "9.6.34",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": "3.13.5",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 1,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 149,
"open_issues": 18,
"closed_ratio": 0.975,
"closed_issues": 716,
"closed_unmerged_prs": 124
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "serbanghita",
"commits": 743,
"avatar_url": "https://avatars.githubusercontent.com/u/1106849?v=4"
},
{
"type": "User",
"login": "Garthi",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/1264105?v=4"
},
{
"type": "User",
"login": "nicktacular",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/810546?v=4"
},
{
"type": "User",
"login": "ilaoniu",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/9882927?v=4"
},
{
"type": "User",
"login": "eidng8",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/787265?v=4"
},
{
"type": "User",
"login": "darapa1",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/73847654?v=4"
},
{
"type": "User",
"login": "jenssegers",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/194377?v=4"
},
{
"type": "User",
"login": "lxlang",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7984421?v=4"
},
{
"type": "User",
"login": "tluan95",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/69115657?v=4"
},
{
"type": "User",
"login": "staabm",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/120441?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.776
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"4.x-bench.yml",
"4.x-test.yml",
"release.yml",
"website.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.php"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/27 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 4,
"reason": "security policy file 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": "ab39168b7556f44c11c80be1222b44b239f5c2e4",
"ran_at": "2026-08-04T16:27:21Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-05-24T12:33:35Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-26T14:06:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 902,
"created_at": "2022-11-11T12:01:36Z",
"last_comment_at": "2022-11-14T08:37:48Z",
"last_comment_author": "serbanghita"
},
{
"number": 906,
"created_at": "2022-11-23T13:48:57Z",
"last_comment_at": "2024-11-08T13:38:46Z",
"last_comment_author": "digifa"
},
{
"number": 918,
"created_at": "2023-01-22T03:45:04Z",
"last_comment_at": "2023-02-27T14:33:08Z",
"last_comment_author": "littleCat212"
},
{
"number": 921,
"created_at": "2023-02-14T07:42:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 924,
"created_at": "2023-04-24T10:34:57Z",
"last_comment_at": "2023-04-24T11:30:15Z",
"last_comment_author": "DrLightman"
},
{
"number": 934,
"created_at": "2023-08-03T02:24:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 937,
"created_at": "2023-08-16T05:20:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 940,
"created_at": "2023-09-20T09:19:18Z",
"last_comment_at": "2023-11-09T09:49:04Z",
"last_comment_author": "JayBizzle"
},
{
"number": 942,
"created_at": "2023-10-12T09:45:43Z",
"last_comment_at": "2024-11-08T13:13:39Z",
"last_comment_author": "digifa"
},
{
"number": 958,
"created_at": "2024-04-08T16:15:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 959,
"created_at": "2024-08-01T16:05:12Z",
"last_comment_at": "2024-11-08T13:28:16Z",
"last_comment_author": "digifa"
},
{
"number": 963,
"created_at": "2024-09-14T09:06:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 983,
"created_at": "2025-03-05T05:52:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 987,
"created_at": "2025-04-09T01:24:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 990,
"created_at": "2025-06-10T04:23:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 992,
"created_at": "2025-07-01T16:13:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 993,
"created_at": "2025-07-10T13:58:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 995,
"created_at": "2025-08-28T20:01:51Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/serbanghita/Mobile-Detect",
"host": "github.com",
"name": "Mobile-Detect",
"owner": "serbanghita"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 45,
"vitality": 54,
"community": 89,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 75,
"ai_readiness": 53,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 1,
"days_since_last_push": 72,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 72 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 72
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 7,
"latest_release_tag": "4.11.0",
"releases_from_tags": false,
"days_since_latest_release": 72,
"mean_days_between_releases": 211.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 72 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 72
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~211.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 211.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 72,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 72 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 72
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 89,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "exceptional",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 2612,
"stars": 10681,
"watchers": 568,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10,681 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 10681
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2,612 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 2612
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "568 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 568
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 9,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"packages": [
"mobiledetect/mobiledetectlib"
],
"dependents": 482,
"ecosystems": "packagist",
"total_downloads": 175157261,
"monthly_downloads": 3875256
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,875,256 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3875256,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "482 packages depend on it",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 482
}
}
],
"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.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 99,
"top_contributor_share": 0.776
},
"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 78% of commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"merged_prs": 149,
"open_issues": 18,
"closed_issues": 716,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.975,
"closed_unmerged_prs": 124,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "98% of issues closed",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 98
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "149/273 decided PRs merged",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 149,
"decided": 273
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/27 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 329,
"owner_type": "User",
"is_verified": null,
"owner_login": "serbanghita",
"public_repos": 131,
"account_age_days": 5416
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "329 followers of serbanghita",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 329,
"login": "serbanghita"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "131 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 131
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mobiledetect/mobiledetectlib"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 72
},
"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 72 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 72
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "93 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 93
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 75,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"mobile-detect",
"device-detection",
"user-agents",
"php",
"mobile-redirects"
],
"has_wiki": false,
"homepage": "http://mobiledetect.net",
"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": "http://mobiledetect.net",
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/27 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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 detected",
"points": 2,
"status": "partial",
"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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV; 2 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 5
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 2,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"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": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.39,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3084
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "39 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": ".php-cs-fixer.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 90279,
"source_files_sampled": 62,
"oversized_source_files": 3
},
"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": "3/62 source files over 60KB",
"points": 52.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 22,
"network-service": 3
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "composer.type:library",
"weight": 10
},
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry_type:library",
"weight": 6
},
{
"tier": "structure",
"label": "network-service",
"source": "tree.compose",
"weight": 3
}
],
"artifacts": [
{
"path": "composer.json",
"labels": [
"library"
],
"ecosystem": "packagist"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-04T16:27:43.988560Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/serbanghita/Mobile-Detect.svg",
"full_name": "serbanghita/Mobile-Detect",
"license_state": "standard",
"license_spdx": "MIT"
}