Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 391,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 45774
},
"pushed_at": "2026-07-25T19:23:53Z",
"created_at": "2020-01-13T19:31:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T16:54:35Z",
"description": "The phpMyAdmin project's fork of the Twig i18n extension",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.phpmyadmin.net/",
"name": "phpMyAdmin",
"type": "Organization",
"login": "phpmyadmin",
"company": null,
"location": null,
"followers": 536,
"avatar_url": "https://avatars.githubusercontent.com/u/1351977?v=4",
"created_at": "2012-01-19T08:04:26Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 5301
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "4.1.5",
"kind": "patch",
"published_at": "2025-09-27T16:38:01Z"
},
{
"tag": "5.0.1",
"kind": "patch",
"published_at": "2025-09-26T15:52:57Z"
},
{
"tag": "4.1.4",
"kind": "patch",
"published_at": "2025-09-14T19:07:44Z"
},
{
"tag": "5.0.0",
"kind": "major",
"published_at": "2025-01-08T13:33:24Z"
},
{
"tag": "4.1.3",
"kind": "patch",
"published_at": "2024-09-08T16:49:24Z"
},
{
"tag": "4.1.2",
"kind": "patch",
"published_at": "2024-08-31T14:57:30Z"
},
{
"tag": "4.1.1",
"kind": "patch",
"published_at": "2024-04-19T17:16:21Z"
},
{
"tag": "4.1.0",
"kind": "minor",
"published_at": "2023-09-12T18:34:57Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2021-06-10T15:55:09Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2021-02-25T00:44:25Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2020-06-14T07:31:19Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2020-06-14T07:28:41Z"
}
],
"recent_commits": [
{
"oid": "3e21dd906b271e10b43f1b8f4becc7c0c6d57181",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2026-07-07T09:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b63be09de7e282569cd7ce9a45273fc8ee9b864",
"body": "Twig 3.26 encodes single quotes as \\x27 (not ') in compiled string\nliterals as a defense-in-depth measure. Introduce an apostrophe() test\nhelper that picks the encoding based on Twig\\Environment::VERSION so the\nTransNode compile expectations pass on both older Twig and Twig >= 3.26\n(now installable after reverting the twig >=3.26 conflict).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Make expected compiled output Twig-version-aware for 3.26+",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2026-07-07T09:29:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6d76c49cf82c46ce7ce2cea8448e616706d52f36",
"body": "Let every PHP version in the matrix run to completion so a failure on one\nversion does not cancel the others.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "CI: disable fail-fast in the test matrix",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2026-07-07T09:29:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "695688405a014c6ff91616179cfa286729dd71f2",
"body": "In Twig 3.26, SandboxNodeVisitor wraps FilterExpression in\nCheckToStringNode, producing trees like CTS(FE(escape, var)) or\nCTS(FE(escape, FE(upper, var))). The previous two-loop unwrap peeled\nall FilterExpression layers first and then CheckToStringNode, so a\nCTS wrapping an FE was left as FE and get\n[…]\nuces the failure\nexposed by FixturesWithSandbox/Plural.test under Twig 3.26.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Fix TransNode unwrap for sandbox + auto-escape (Twig 3.26+)",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2026-07-07T09:29:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eb4ba0f136fc29a66285768bc57637fdeaf0dd95",
"body": "This reverts commit b95a364f46592be0e0958b4ee30d2ea9b2a328b1.\n\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Revert \"Disallow Twig >=3.26\"",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2026-07-07T09:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d90e38f5780e54d714472f7e767c546d10178ed",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T18:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206043a354b88992f112106ed09cb6d8a56631ac",
"body": "Expected @inheritDoc, found @inheritdoc.\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Fix incorrect annotation name",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T18:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73493bf0fc2154d33f973dd8044400a9ba2d768",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T18:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac0e53b7a6c069ff9bdc70357202278aaffef12",
"body": "Add support for PHP 8.6",
"is_bot": false,
"headline": "Merge pull request #28 from MauricioFauth/php8.6",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T18:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b95a364f46592be0e0958b4ee30d2ea9b2a328b1",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Disallow Twig >=3.26",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T18:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a99751b2da6736eb450f5fabd84f99bc31a756",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Update actions versions",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T17:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "824ec2137e780f949960f7b3d4ccf68911c60d3d",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Add support for PHP 8.6",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T17:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05b6c89812eb1707f6f39eebbb6b50147544f36",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>",
"is_bot": false,
"headline": "Allow Twig to be installed with PHP 7.2",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2026-07-06T17:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42cfd84ac702fe7d986955157b53d9836ed46598",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T16:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba51d4f6fdc545f5fa3274ac30be628eba1583e",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Prepare for release 4.1.5",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T16:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51691371d08e33a583c0104b89b33ea77ff8015",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Fix tests workflow",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T15:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c22e35de9b22d73f65aca1a6e7651c5e22d804bf",
"body": "Add PHP 8.5 to the workflow",
"is_bot": false,
"headline": "Merge pull request #25 from MauricioFauth/php8.5-build",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T15:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58b1e660ca50de934dce115da6454945ecdf525",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Add PHP 8.5 to the workflow",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T15:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61736bd24e1b21cae4ef4950bdae29bb9a83cd12",
"body": "Fix Twig deprecations",
"is_bot": false,
"headline": "Merge pull request #26 from MauricioFauth/twig-deprecations-fix",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-27T15:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2236f139f911089e014c7f7721a54bfac651da16",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Fix NameExpression deprecation",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-26T23:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36141f81c5a508fc1f55665377abb2d487e907c",
"body": "(cherry picked from commit cb9fd670be54bf4e9eee965423003a9b602903bd)\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Fix #16 - Direct use of Node is deprecated",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-09-26T23:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b385e3c11dd206bc40ac92a2dd11bb31b6af011c",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Prepare for release 5.0.1",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-26T15:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecee5d8148c30769b8160785b0e91b67cac7ee4",
"body": "Update PHPStan",
"is_bot": false,
"headline": "Merge pull request #24 from liviuconcioiu/phpstan",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-26T15:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ca4ac42bba9b3b01abfa60f9f47f21ad467474",
"body": null,
"is_bot": false,
"headline": "Update PHPStan",
"author_name": "Liviu-Mihail Concioiu",
"author_login": "liviuconcioiu",
"committed_at": "2025-09-18T23:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5078d3c292c32832f92d75542aabae772fdd8b",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-14T19:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3bbae7719b26c3b6d7f76e0850e8542357dbb3",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Prepare for release 4.1.4",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-14T19:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb71fdb700c47521a6aaf398d36293504d33474",
"body": null,
"is_bot": false,
"headline": "Fix the example",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-09-14T13:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f96279213f5710829e158ecbfc39303f83d7892c",
"body": "Fix twig 3.21 deprecation messages",
"is_bot": false,
"headline": "Merge pull request #23 from liviuconcioiu/22",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-09-01T00:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23bcfa6149f57125528b735f9145a6992a17fb85",
"body": "Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>",
"is_bot": false,
"headline": "Improve code",
"author_name": "Liviu-Mihail Concioiu",
"author_login": "liviuconcioiu",
"committed_at": "2025-08-31T23:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a6f78bb87b0f976b683788da0461421d3b3bb6",
"body": "Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>",
"is_bot": false,
"headline": "Fix deprecation messages",
"author_name": "Liviu-Mihail Concioiu",
"author_login": "liviuconcioiu",
"committed_at": "2025-07-21T11:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26cbbae9d8cdbb6c0695ca5b5b90bb46114306cf",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add a PHPUnit group to integration tests (I18nExtensionTest)",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T22:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572810eab7efbb0ed56e1392f03bd3ede88a542a",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add a PHPUnit group to integration tests",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T22:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2006c55d6f2ac64b39295cb865887cf2718bfc9e",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Drop older versions of PHPUnit (9.x)",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T22:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d141068593ba2a427ef5e45b369e4ee83ecde1",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Fix deprecated testing getFixturesDir should be getFixturesDirectory",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T22:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e16a7321e2347e3ba049a59b5069682e572688",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Apply the coding standard",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T21:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e6f43d4daa9ce2f1b5ab1e3e4da6064e77172c",
"body": "…ariableGetter is now createVariableGetter\n\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Fix deprecated testing methods: getTests is now provideTests and getV…",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T21:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d8c24fd83fd62ba586cf45b98a8ca05781f26dc",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Exclude tests from the vendor bundle",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T21:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71c9b81dbb72b4da0b5366ec5677b6648518053",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Exclude phpstan-baseline.neon from the vendor bundle",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-10T21:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd13c1d8ce3fe5d618ff3f8c155d3764d65dad4e",
"body": "Fix badge",
"is_bot": false,
"headline": "Merge pull request #20 from liviuconcioiu/badge",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2025-01-09T01:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38dd40cefa3ca7f3298ce0358e9cf40a21ce492",
"body": "Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>",
"is_bot": false,
"headline": "Fix badge",
"author_name": "Liviu-Mihail Concioiu",
"author_login": "liviuconcioiu",
"committed_at": "2025-01-08T17:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f46d36ea3d5c7dfd36aa28301d2e01230a8e881",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Prepare for next release",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-08T13:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd5204acea9e62feb79080ea90d647bd93f1933",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Prepare for release 5.0.0",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-08T13:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe400116660da1dab1e5e7f05519568d3d8ad40",
"body": null,
"is_bot": false,
"headline": "Add a CHANGELOG entry for #16 and #17",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T21:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fae79a72563d28aa61e625ebcb83bee2ead14ea",
"body": "Pull-request: #18\nFixes: #17\nFixes: #16\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Merge #18 - Fix deprecations from Twig",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T21:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23db94dcfa0401f067edc40f8290d63e9c503d6a",
"body": null,
"is_bot": false,
"headline": "Drop PHP 8.1 because motranslator requires PHP 8.2",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T14:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2a03a6828985ee6d0504fdeec5d66a840aebe9",
"body": "…e\\Expression\\TempNameExpression` are deprecated",
"is_bot": false,
"headline": "Fix #17 - Replace `Twig\\Node\\Expression\\NameExpression` and `Twig\\Nod…",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T13:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbf44a0b757beb8c9af83b85ee012ed1bec1c43",
"body": "Last release to have new deprecation warnings",
"is_bot": false,
"headline": "Drop support for Twig < 3.17.0",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T13:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9fd670be54bf4e9eee965423003a9b602903bd",
"body": null,
"is_bot": false,
"headline": "Fix #16 - Direct use of Node is deprecated",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2025-01-07T13:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea585cebb208a2ddc2106df3f6838be7b05e714c",
"body": null,
"is_bot": false,
"headline": "Drop support for Twig < 3.13.0",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2024-12-28T13:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3998e6e447b92e1993d61f1d71eca5b594368e9",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-10-08T22:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259453b1ebc99014a73279d4dea3eb723b7e2870",
"body": "As PHP >= 7.2 is required, PHPUnit 7 is never installed.\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Remove PHPUnit 7 from composer.json",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-12T18:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea734d55627e6a26487e8140ad31c5c78696cdc",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Make echoOrYield methods static",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-12T17:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74a7e3164e0c4333a2062971386ba63eb57fdb6",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Improve Twig's environment version check",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-11T19:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c9e1e3554dfff3091679c8f16a9c2c28a397e38",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Prepare for release 4.1.3",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-08T16:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c402e7a11e0e4224a9d758ca78633263dfa83793",
"body": "Fix deprecation introduced by Twig 3.12",
"is_bot": false,
"headline": "Merge pull request #15 from MauricioFauth/twig-3.13",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-08T16:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "461835b5b01d85c229f3fa7259d142c8db514b3e",
"body": "Related to https://github.com/phpmyadmin/twig-i18n-extension/pull/14\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Fix deprecation introduced by Twig 3.12",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-09-08T16:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469924fb5a2b913e26b79ff73b059f9260e4ee2a",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Prepare for release 4.1.2",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-08-31T14:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "096e1235d475f2dcbdde9278a2f658c1bea04e56",
"body": "Fix deprecation with Twig 3.12",
"is_bot": false,
"headline": "Merge pull request #14 from MauricioFauth/twig-3.12",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-08-31T14:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f96ff198ce030549aac722f1edb1b8c59fca52",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>",
"is_bot": false,
"headline": "Fix deprecation with Twig 3.12",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-08-31T00:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c600af9f38d76ddb72040c8104dd60160b8d96cd",
"body": "Drop support for Twig < 3.9.0",
"is_bot": false,
"headline": "Merge pull request #13 from MauricioFauth/twig-39",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T20:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02b2bd112517653d84b200943850d375b37d14e",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Drop support for Twig < 3.9.0",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T19:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02bc04f5d29c929661991e7eb6fc0089a00a198b",
"body": "- Fixes #10\n- Fixes #11\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T17:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69817404a3f6981d2b98b293e8ddfec6e8feb923",
"body": "[ci skip]\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Add CHANGELOG.md entry for #12",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T17:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f2e11ec1299131b5c1936505215646327e4b94",
"body": "Add support for Twig 3.9",
"is_bot": false,
"headline": "Merge pull request #12 from MauricioFauth/twig39",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T17:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d025b8844c93e9ffcafca7d66a04c696763e1e23",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Add support for Twig 3.9",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-19T16:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c36fb5c8cf44ddf2bfa40e0e21c87a7752835f1",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Allow phpstan/extension-installer Composer plugin",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2024-04-18T14:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e6df4e6ecd3ff2e5755d6e7d68f36c421f6d613",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Make PHPStan stricter",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-13T14:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37b41cd951d3bd8ad6cd01b702b65a6dea159dd",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Bump phpmyadmin/coding-standard version to 4.0",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-13T13:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3be03dd5bd3e5f97b1bec38ba3bca5e601d692b",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b0256c01cdeed50ef1048a87c47967434693801",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Fix typo in CHANGELOG.md",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6fa5a07d8d6a4efc9202dea8a5d6463a62af2d",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Bump PHP minimum version to 8.1",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc6930e6de7141abc0e496b4d533eaaa6b41eef",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Merge branch '4.1.x'",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ec5cfc4f54ef08f2e32db8059ec179f06756c18",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Prepare for next release",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a514a2afd29717a2a68c298582cc2739e8edeed0",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Prepare for release 4.1.0",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "665777cc63666e12e3f4247b4c589c0a226bd653",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Add branch-alias to composer.json",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81ab1e4039aa995aabeea0c7c237629238309cc",
"body": "Adds PHP 8.4.\n\nSigned-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Update Actions workflows",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2023-09-12T18:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fac73178882cd796e2385750a383e67768da11",
"body": null,
"is_bot": false,
"headline": "Ref #9 - Add XSS test examples",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T14:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5d2ff230cff7e085acfe7183c11490ec9a4988",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Drop PHP 7.1",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T13:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c034171a462fc0697177ff7e25fcd7b18a100edc",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Upgrade phpstan",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T13:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb09019e62c7a6cdd54366e033ba3435359e438",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add composer config allow-plugins",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T13:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b606a59e7879819ee6d003458dd9e3f03550a7",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add testing on PHP 8.1 and 8.2 and add php nightly",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T13:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3d581041ddb7ed72968d891a52bccec5854347",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Bump GitHub actions",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2022-12-30T13:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d0dd171cd1c7733bf152fd44b61055843df052",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Release v4.0.1",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2021-06-10T15:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3881e51a5ee60122a2be777302043b531bcdc723",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Fix TransNode constructor optional parameters",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2021-06-10T15:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ee18603598bf4299cb93c349b21bb6efdb1e63",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add PHP 8.1 support for tests",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-05-24T20:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "899aacd425fcb53119e08f59fd6ba842764ff7e4",
"body": "Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>",
"is_bot": false,
"headline": "Upgrade phpmyadmin/coding-standard to 3.0.0",
"author_name": "Maurício Meneghini Fauth",
"author_login": "MauricioFauth",
"committed_at": "2021-04-20T19:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5898e03524487ec78db732516a5cecd33642b3",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Release v4.0.0",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-25T00:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca52902d00061468e1a24959957d665f6cb67a3f",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Be sure the debug flag is set to false on testEnableDebugNotEnabled",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-25T00:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae2a72b5e47545e134d8e55c779dd161ad05e21",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Do not use ->write but use ->raw to avoid not needed code indentation",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-24T23:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283673ffd6ae1e0471c7677e4820d5eefdb62940",
"body": "…bute\n\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Slight performance improvement, avoid useless costy calls to getAttri…",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-24T23:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76c70bba4c9ede37bb3b9684b2adb3891f06cbe",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add tests for enableAddDebugInfo flag",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-24T23:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58ff85bdd124489a881df0fbfb895403a823d3e",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Cover all un-covered lines",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-24T01:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f93095125d75eaf2aaed07be018b6c50f2e539d",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Disable calls to addDebugInfo if it is not needed",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-24T01:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59fa044521f3a0f655d87fcd18b24891c8c96441",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add a CHANGELOG entries for #6",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-23T18:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f0de5608b7339f1916d8713c7b04fa57e97732",
"body": "Pull-request: #8\nFixes: #6\n\nSigned-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Merge #8 - Fix #6 - Add support for contexts",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-23T18:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d5095120ed602c7a87a6ffde3ed67bb3f276072",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Make static flags public and improve code",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-15T23:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feca475ababeec6c2ae883610cd07339295df9a8",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Some code improvements",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-13T20:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d932050ebb98c1ec7876063816eb9324648f803b",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add more test cases and fix the implementation",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-13T16:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5f64254452403675145597993e9bd091e62c24",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add tests for MoTranslator integration",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-13T15:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8febcbe62beeac2f244678bcf6d182efa452a285",
"body": "Signed-off-by: William Desportes <williamdes@wdes.fr>",
"is_bot": false,
"headline": "Add support for contexts",
"author_name": "William Desportes",
"author_login": "williamdes",
"committed_at": "2021-02-13T15:05:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 28,
"latest_release_at": "2025-09-27T16:38:01Z",
"latest_release_tag": "4.1.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 301,
"mean_days_between_releases": 186.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "phpmyadmin/twig-i18n-extension",
"exists": true,
"license": "MIT",
"keywords": [
"i18n",
"gettext"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/phpmyadmin/twig-i18n-extension",
"is_deprecated": false,
"latest_version": "5.0.1",
"repository_url": "https://github.com/phpmyadmin/twig-i18n-extension",
"versions_count": 12,
"total_downloads": 1019743,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 20394,
"first_published_at": null,
"latest_published_at": "2025-09-26T15:50:03Z",
"latest_version_yanked": null,
"days_since_latest_publish": 302
}
]
},
"popularity": {
"forks": 6,
"stars": 20,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2021-01-03",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 12137,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "twig/twig",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.17"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "twig/twig",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpmyadmin/coding-standard",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpmyadmin/motranslator",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/extension-installer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-strict-rules",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 1,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 16,
"open_issues": 1,
"closed_ratio": 0.909,
"closed_issues": 10,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "fabpot",
"commits": 131,
"avatar_url": "https://avatars.githubusercontent.com/u/47313?v=4"
},
{
"type": "User",
"login": "williamdes",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/7784660?v=4"
},
{
"type": "User",
"login": "MauricioFauth",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/120970?v=4"
},
{
"type": "User",
"login": "liviuconcioiu",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/25424343?v=4"
},
{
"type": "User",
"login": "umpirsky",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/208957?v=4"
},
{
"type": "User",
"login": "Garfield-fr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/48578?v=4"
},
{
"type": "User",
"login": "stof",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/439401?v=4"
},
{
"type": "User",
"login": "joserobleda",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1263865?v=4"
},
{
"type": "User",
"login": "nicolas-grekas",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/243674?v=4"
},
{
"type": "User",
"login": "Trainmaster",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2514421?v=4"
}
],
"contributors_sampled": 44,
"top_contributor_share": 0.382
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint-and-analyse-php.yml",
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 5/17 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 26 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 9,
"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": "3e21dd906b271e10b43f1b8f4becc7c0c6d57181",
"ran_at": "2026-07-25T19:27:44Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-07T16:54:47Z",
"oldest_open_prs": [
{
"number": 21,
"created_at": "2025-01-10T22:25:55Z",
"last_comment_at": "2025-02-18T15:55:48Z",
"last_comment_author": "williamdes"
},
{
"number": 29,
"created_at": "2026-07-10T15:20:54Z",
"last_comment_at": "2026-07-10T15:21:28Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-07-07T16:54:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 19,
"created_at": "2025-01-07T21:33:18Z",
"last_comment_at": "2025-01-07T21:40:02Z",
"last_comment_author": "williamdes"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/phpmyadmin/twig-i18n-extension",
"host": "github.com",
"name": "twig-i18n-extension",
"owner": "phpmyadmin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 51,
"vitality": 63,
"community": 45,
"governance": 76,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 28,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "28 commits in the last year",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 28
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 62,
"inputs": {
"releases_count": 12,
"latest_release_tag": "4.1.5",
"releases_from_tags": false,
"days_since_latest_release": 301,
"mean_days_between_releases": 186.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 301 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 301
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~186.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 186.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 18,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 18 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 18
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 6,
"stars": 20,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "20 stars",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 20
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"packages": [
"phpmyadmin/twig-i18n-extension"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 1019743,
"monthly_downloads": 20394
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "20,394 downloads/month across packagist",
"points": 57.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 20394,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 44,
"top_contributor_share": 0.382
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 38% of commits",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "44 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 44
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 16,
"open_issues": 1,
"closed_issues": 10,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/16 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/17 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 536,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "phpmyadmin",
"public_repos": 18,
"account_age_days": 5301
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "536 followers of phpmyadmin",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 536,
"login": "phpmyadmin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~14 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"phpmyadmin/twig-i18n-extension"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 302
},
"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 302 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 302
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 5.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 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/17 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"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": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 29
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.28,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "28 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 12137,
"source_files_sampled": 13,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-25T19:28:05.679258Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/phpmyadmin/twig-i18n-extension.svg",
"full_name": "phpmyadmin/twig-i18n-extension",
"license_state": "standard",
"license_spdx": "MIT"
}