Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"slim-framework",
"twig",
"twig-templates",
"php"
],
"is_fork": false,
"size_kb": 349,
"has_wiki": true,
"homepage": "http://slimframework.com",
"languages": {
"PHP": 53172,
"HTML": 237
},
"pushed_at": "2026-07-01T06:15:18Z",
"created_at": "2015-03-14T17:30:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T04:46:31Z",
"description": "Slim Framework view helper built on top of the Twig templating component",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "3.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://slimframework.com",
"name": "Slim Framework",
"type": "Organization",
"login": "slimphp",
"company": null,
"location": null,
"followers": 240,
"avatar_url": "https://avatars.githubusercontent.com/u/11195762?v=4",
"created_at": "2015-02-25T15:47:28Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 4173
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.4.1",
"kind": "patch",
"published_at": "2024-09-26T17:56:28Z"
},
{
"tag": "3.4.0",
"kind": "minor",
"published_at": "2024-05-01T08:23:14Z"
},
{
"tag": "3.3.0",
"kind": "minor",
"published_at": "2022-01-03T18:54:34Z"
},
{
"tag": "3.2.0",
"kind": "minor",
"published_at": "2020-12-08T17:09:12Z"
},
{
"tag": "3.1.0",
"kind": "minor",
"published_at": "2020-04-14T21:11:39Z"
},
{
"tag": "2.5.1",
"kind": "patch",
"published_at": "2019-12-17T19:35:22Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2019-12-17T19:29:23Z"
},
{
"tag": "3.0.0-beta",
"kind": "prerelease",
"published_at": "2019-08-20T01:04:20Z"
},
{
"tag": "3.0.0-alpha",
"kind": "prerelease",
"published_at": "2019-04-28T08:33:37Z"
},
{
"tag": "2.5.0",
"kind": "minor",
"published_at": "2019-04-06T16:40:09Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2018-05-07T11:18:29Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2017-09-20T19:50:50Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2017-01-25T20:48:55Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2016-03-13T21:01:53Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2016-03-07T10:49:20Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2015-07-12T19:50:30Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2015-05-29T00:20:12Z"
}
],
"recent_commits": [
{
"oid": "ef1ea9f27933e807777db944240263e109c77c6a",
"body": null,
"is_bot": false,
"headline": "Fix basepath",
"author_name": "Daniel Opitz",
"author_login": "odan",
"committed_at": "2026-04-11T18:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedfd17fdeaa85726ebee841f19211f99b3235ec",
"body": "* Only call setAccessible() for PHP < 8.1\n\n* Replace Prophecy with native PHPUnit mocks\n\n* Add PHP 8.4 and 8.4 to the CI matrix",
"is_bot": false,
"headline": "Add support for PHP 8.4 & 8.5, Remove Prophecy (#337)",
"author_name": "Rob Allen",
"author_login": "akrabat",
"committed_at": "2025-11-02T15:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4268d87d0e327feba5f88d32031e9123655b909",
"body": "Fix Twig security issue (CVE-2024-45411) by upgrading twig/twig dependency.\r\n\r\nCo-authored-by: Davide Franco <5163316-df15kb@users.noreply.gitlab.com>",
"is_bot": false,
"headline": "Fix Twig security issue (#328)",
"author_name": "Davide Franco",
"author_login": "dfranco",
"committed_at": "2024-09-26T05:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d11bdafea0cc119d70a358e6e15d1b99c84294f",
"body": null,
"is_bot": false,
"headline": "Update usage with DI container (#323)",
"author_name": "Daniel Opitz",
"author_login": "odan",
"committed_at": "2024-07-17T17:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc5ef80ffdf23c216d9b6f64a3cc56829221797",
"body": "* Update badges\r\n* Fix code styles\r\n* Update build\r\n* Update editorconfig settings\r\n* Allow phpunit 10\r\n* Update build\r\n* Update editorconfig settings\r\n* Fix cs\r\n* Update .gitignore\r\n* Fix test providers",
"is_bot": false,
"headline": "Update build (#324)",
"author_name": "Daniel Opitz",
"author_login": "odan",
"committed_at": "2024-07-17T17:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b351536b9a07ed90a3563ee9d71a987c5d74610",
"body": "Bump psr/http-message requirement from '^1.1' to '^1.1 || ^2.0'",
"is_bot": false,
"headline": "Merge pull request #312 from odan/psr-http-message-2",
"author_name": "Rob Allen",
"author_login": "akrabat",
"committed_at": "2024-04-28T20:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07aa803a30a60535c9889bd55e8084a6fdb2416e",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "Daniel Opitz",
"author_login": "odan",
"committed_at": "2024-04-23T22:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041cb66fef6aa974ddacae721ece882ebc57b444",
"body": null,
"is_bot": false,
"headline": "Bump psr/http-message requirement from '^1.1' to '^1.1 || ^2.0'",
"author_name": "Daniel Opitz",
"author_login": "odan",
"committed_at": "2024-04-23T22:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "600832de2efc6dc57116dc89844f21be47653316",
"body": "…p_codesniffer-tw-3.9\n\nUpdate squizlabs/php_codesniffer requirement from ^3.8 to ^3.9",
"is_bot": false,
"headline": "Merge pull request #307 from slimphp/dependabot/composer/squizlabs/ph…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-03-03T21:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591d0f9055f294ba052a509d482dcdbafa8a2d8c",
"body": "…tan-tw-1.10.59\n\nUpdate phpstan/phpstan requirement from ^1.10.50 to ^1.10.59",
"is_bot": false,
"headline": "Merge pull request #306 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-03-03T21:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef225b277c7ef4ff93c553217b24da6458e074c",
"body": "…fill-php81-tw-1.29\n\nUpdate symfony/polyfill-php81 requirement from ^1.28 to ^1.29",
"is_bot": false,
"headline": "Merge pull request #305 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-03-03T21:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2993809d05597175a346e5d1b58bd0419326d3d7",
"body": "Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version.\n- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)\n- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG\n[…]\nodeSniffer/compare/3.8.0...3.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: squizlabs/php_codesniffer\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update squizlabs/php_codesniffer requirement from ^3.8 to ^3.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-01T06:33:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8dcbe56046c435e304e4a927b1032588989bf39a",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.50...1.10.59)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.50 to ^1.10.59",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-01T06:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "915d925b2493b4708d9644c14e3bc74dccf9a6e5",
"body": "Updates the requirements on [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) to permit the latest version.\n- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.28.0...v1.29.0)\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.28 to ^1.29",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-01T06:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "961d74d21346e6eb5818ec434c6a4bf4ac45e030",
"body": "…tan-tw-1.10.50\n\nUpdate phpstan/phpstan requirement from ^1.10.46 to ^1.10.50",
"is_bot": false,
"headline": "Merge pull request #303 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-01-01T20:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04620bbcaf6377b618b543baf07276aac1f873e1",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.46...1.10.50)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.46 to ^1.10.50",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-01T20:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbec2b3e8b1717e40e3be2811c2bd9ed8dcd1f8",
"body": "…p_codesniffer-tw-3.8\n\nUpdate squizlabs/php_codesniffer requirement from ^3.7 to ^3.8",
"is_bot": false,
"headline": "Merge pull request #301 from slimphp/dependabot/composer/squizlabs/ph…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-01-01T20:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "597ba8f0e48eb631038632b23ba48a94bcbba4a4",
"body": "…-tw-3.8",
"is_bot": false,
"headline": "Merge branch '3.x' into dependabot/composer/squizlabs/php_codesniffer…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-01-01T20:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a228971149d68a59648d2d517586d31b83032d62",
"body": "…-3.8\n\nUpdate twig/twig requirement from ^3.7 to ^3.8",
"is_bot": false,
"headline": "Merge pull request #299 from slimphp/dependabot/composer/twig/twig-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2024-01-01T20:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2964db54e1d3cfb7bbd27445899adb3252725b3",
"body": "Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version.\n- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)\n- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG\n[…]\nodeSniffer/compare/3.7.0...3.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: squizlabs/php_codesniffer\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update squizlabs/php_codesniffer requirement from ^3.7 to ^3.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-01T06:01:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a28d10c99069c7d7bee667a68c3cde41788fd9f",
"body": "Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.\n- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)\n- [Commits](https://github.com/twigphp/Twig/compare/v3.7.0...v3.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: twig/twig\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update twig/twig requirement from ^3.7 to ^3.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-02T05:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80258882c67e1f86836a6aa5f8319b4d73e392fb",
"body": "…tan-tw-1.10.46\n\nUpdate phpstan/phpstan requirement from ^1.10.36 to ^1.10.46",
"is_bot": false,
"headline": "Merge pull request #300 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-12-02T05:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9da7b844f6edf19fc23c379ce3517403f73c3e8",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.36...1.10.46)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.36 to ^1.10.46",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-01T06:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c951edca46449d943a0c538e9afa324c5de18a97",
"body": "…fill-php81-tw-1.28\n\nUpdate symfony/polyfill-php81 requirement from ^1.27 to ^1.28",
"is_bot": false,
"headline": "Merge pull request #296 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-10-03T04:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983b20aca7f66b5bd56c85dccfce063ddb46aac8",
"body": "…tan-tw-1.10.36\n\nUpdate phpstan/phpstan requirement from ^1.10.26 to ^1.10.36",
"is_bot": false,
"headline": "Merge pull request #297 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-10-03T04:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe91bc59f7154f2d90aba69553e7d2dc529eeaa",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.26...1.10.36)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.26 to ^1.10.36",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-01T06:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14e06e89b1e2ab87e1ccbdf285cd8f1cbc1bacb",
"body": "Updates the requirements on [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) to permit the latest version.\n- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.27.0...v1.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.27 to ^1.28",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-01T06:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7120dddd818d8a9c728bb730a001d4d2b9be613",
"body": "…-4.12\n\nUpdate slim/slim requirement from ^4.11 to ^4.12",
"is_bot": false,
"headline": "Merge pull request #294 from slimphp/dependabot/composer/slim/slim-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-08-16T05:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc0ecf25895a9f0dd0f3c6f24c793656e4a0d09",
"body": "Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.\n- [Release notes](https://github.com/slimphp/Slim/releases)\n- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)\n- [Commits](https://github.com/slimphp/Slim/compare/4.11.0...4.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: slim/slim\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update slim/slim requirement from ^4.11 to ^4.12",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-16T05:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19cba8e17ee581b354525354547d628502408923",
"body": "…tan-tw-1.10.26\n\nUpdate phpstan/phpstan requirement from ^1.10.22 to ^1.10.26",
"is_bot": false,
"headline": "Merge pull request #293 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-08-16T05:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51fa0172a91c7f7f20ec635e9aa607778405dfe",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into dependabot/composer/phpstan/phpstan-tw-1.10.26",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-08-16T05:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07401f2cb4abb48e2162c612df123158920d617",
"body": "…-3.7\n\nUpdate twig/twig requirement from ^3.6 to ^3.7",
"is_bot": false,
"headline": "Merge pull request #292 from slimphp/dependabot/composer/twig/twig-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-08-16T05:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19f7c3b43c94eaf1ebf916c86ad8a280bfd9cf7",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.22...1.10.26)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.22 to ^1.10.26",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-01T06:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439df185a17ceab63ed4b6a63f1028b14e98aab3",
"body": "Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.\n- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)\n- [Commits](https://github.com/twigphp/Twig/compare/v3.6.0...v3.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: twig/twig\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update twig/twig requirement from ^3.6 to ^3.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-01T06:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b88bfd69fe735e64a84db2197cb8e3e7926d37",
"body": "…tan-tw-1.10.22\n\nUpdate phpstan/phpstan requirement from ^1.10.15 to ^1.10.22",
"is_bot": false,
"headline": "Merge pull request #291 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-07-23T05:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b83a94280f076e9061acaba8181ea6b0641728fe",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.15...1.10.22)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.15 to ^1.10.22",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-01T06:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c212780183009fafa1d486e4e4897c9b27ca732",
"body": "php8.2 support",
"is_bot": false,
"headline": "Merge pull request #280 from faissaloux/php8.2-support",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-06-05T02:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4132e14dcf33e0e82ffcdbe3f441a01f22b8189b",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into php8.2-support",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-06-05T02:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7102b076b3ed3d7c6d32ffec00ac70213d10baa6",
"body": "…tan-tw-1.10.15\n\nUpdate phpstan/phpstan requirement from ^1.10.14 to ^1.10.15",
"is_bot": false,
"headline": "Merge pull request #290 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-06-05T02:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a72b5e9cd834baea34e33b4126b2a30df9d609e",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.10.14...1.10.15)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.10.14 to ^1.10.15",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-05T02:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea92717039cdf805ac03f489d65c210e16d5b79a",
"body": "…-3.6\n\nUpdate twig/twig requirement from ^3.5 to ^3.6",
"is_bot": false,
"headline": "Merge pull request #289 from slimphp/dependabot/composer/twig/twig-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-06-05T02:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a2028e7962759dc8df51f4e96719939d0b2283",
"body": "Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.\n- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)\n- [Commits](https://github.com/twigphp/Twig/compare/v3.5.0...v3.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: twig/twig\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update twig/twig requirement from ^3.5 to ^3.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-01T06:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9ef516a7f51e8ed6772c5e2766f2681116a7a9a",
"body": "…nit-tw-9.6\n\nUpdate phpunit/phpunit requirement from ^9.5 to ^9.6",
"is_bot": false,
"headline": "Merge pull request #283 from slimphp/dependabot/composer/phpunit/phpu…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-05-07T18:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec02c6d351276c94327ac3616bc3a3963fc55b0",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into dependabot/composer/phpunit/phpunit-tw-9.6",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-05-07T18:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf083a60be28d41bcd3b36310c69a93817f289db",
"body": "…tan-tw-1.10.14\n\nUpdate phpstan/phpstan requirement from ^1.9.17 to ^1.10.14",
"is_bot": false,
"headline": "Merge pull request #288 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-05-07T17:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "998771b2888cabb8bee82d3aa014892e9e18ecfc",
"body": "…sage-tw-1.1\n\nUpdate psr/http-message requirement from ^1.0 to ^1.1",
"is_bot": false,
"headline": "Merge pull request #287 from slimphp/dependabot/composer/psr/http-mes…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-05-07T17:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be586ded9d3d9a5ae3d1d73f85020aef16009729",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.9.17...1.10.14)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.9.17 to ^1.10.14",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-01T06:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4d30454d4e9b976e206c1a5bef97bd252e50a00",
"body": "Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permit the latest version.\n- [Release notes](https://github.com/php-fig/http-message/releases)\n- [Changelog](https://github.com/php-fig/http-message/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/php-fig/http-message/compare/1.0...1.1)\n\n---\nupdated-dependencies:\n- dependency-name: psr/http-message\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update psr/http-message requirement from ^1.0 to ^1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-01T06:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fbe979ab9d99285bbd7d469bacdf369ac34a6c",
"body": "Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.\n- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)\n- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)\n- [Commits](https:\n[…]\ntianbergmann/phpunit/compare/9.5.0...9.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: phpunit/phpunit\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpunit/phpunit requirement from ^9.5 to ^9.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-01T06:56:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2cad1b250c62b9153202fe1a29c1e97fad711eae",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into php8.2-support",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-02-12T08:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be55cea382f8e199dad3dc1612aeddce5fe655c",
"body": "…tan-tw-1.9.17\n\nUpdate phpstan/phpstan requirement from ^1.9.4 to ^1.9.17",
"is_bot": false,
"headline": "Merge pull request #282 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-02-12T08:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23dcd7545065a437d5995d2d3e727aa25f929bd",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.9.4...1.9.17)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.9.4 to ^1.9.17",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-12T08:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8e22747106f5730aa9287816c6032472255e33",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into php8.2-support",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-02-12T08:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa5546844797a9fa8b3efcd5b8d83b5693fba4e2",
"body": "…-3.5\n\nUpdate twig/twig requirement from ^3.4 to ^3.5",
"is_bot": false,
"headline": "Merge pull request #278 from slimphp/dependabot/composer/twig/twig-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-02-12T08:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946986a80ea81534e2c11b8f8353e0022149eba7",
"body": null,
"is_bot": false,
"headline": "php8.2 support",
"author_name": "faissaloux",
"author_login": "faissaloux",
"committed_at": "2023-01-20T14:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac90f3f58fcabdad1150b5d1603ab741ac13d1cd",
"body": "Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.\n- [Release notes](https://github.com/twigphp/Twig/releases)\n- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)\n- [Commits](https://github.com/twigphp/Twig/compare/v3.4.0...v3.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: twig/twig\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update twig/twig requirement from ^3.4 to ^3.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-09T14:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "744e3b0c28bb4362f9f200e90ac2a7af33c02117",
"body": "…tan-tw-1.9.4\n\nUpdate phpstan/phpstan requirement from ^1.9.2 to ^1.9.4",
"is_bot": false,
"headline": "Merge pull request #277 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2023-01-09T14:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3926aa1df9cf6b8e74eeb33a7c1c6a5fdd5cbcaa",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.9.2...1.9.4)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.9.2 to ^1.9.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-01T06:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2410b92e6724348a352148d7104ab6b804d25b26",
"body": "…-4.11\n\nUpdate slim/slim requirement from ^4.10 to ^4.11",
"is_bot": false,
"headline": "Merge pull request #274 from slimphp/dependabot/composer/slim/slim-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-12-01T16:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2495efb1cd252ccd6800c626eef21afe35e677",
"body": "…tan-tw-1.9.2\n\nUpdate phpstan/phpstan requirement from ^1.8.11 to ^1.9.2",
"is_bot": false,
"headline": "Merge pull request #275 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-12-01T16:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3afcfa6d2ebbcee3baa5d048f280f775743793",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.8.11...1.9.2)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.8.11 to ^1.9.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-01T16:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b577c2b053c02537461fc9335d8832d946667a2",
"body": "Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.\n- [Release notes](https://github.com/slimphp/Slim/releases)\n- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)\n- [Commits](https://github.com/slimphp/Slim/compare/4.10.0...4.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: slim/slim\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update slim/slim requirement from ^4.10 to ^4.11",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-01T16:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af9c5985b183de2270127b6b85917d3b9946f28",
"body": "…fill-php81-tw-1.27\n\nUpdate symfony/polyfill-php81 requirement from ^1.26 to ^1.27",
"is_bot": false,
"headline": "Merge pull request #276 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-12-01T16:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5db59df03b4d537e1733edd860b7466ed744de",
"body": "Updates the requirements on symfony/polyfill-php81 to permit the latest version.\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.26 to ^1.27",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-01T06:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581a66e18c7bd36011bf96f926943ab316ef9735",
"body": "…tan-tw-1.8.11\n\nUpdate phpstan/phpstan requirement from ^1.8.6 to ^1.8.11",
"is_bot": false,
"headline": "Merge pull request #273 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Rob Allen",
"author_login": "akrabat",
"committed_at": "2022-11-07T21:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65832fca08b0882f7dd7ef8f249667db884f6d8e",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.8.6...1.8.11)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.8.6 to ^1.8.11",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-01T06:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000d4b311d812f99e9dcc3597149aa132fa364d0",
"body": "…tan-tw-1.8.6\n\nUpdate phpstan/phpstan requirement from ^1.8.2 to ^1.8.6",
"is_bot": false,
"headline": "Merge pull request #272 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-10-04T04:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b227ef00cab73dbda79fec94df42c430737e802a",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.8.2...1.8.6)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.8.2 to ^1.8.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-01T06:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c6a8330d2168bb402f2c1244ae6f83937497dc",
"body": "…tan-tw-1.8.2\n\nUpdate phpstan/phpstan requirement from ^1.8.0 to ^1.8.2",
"is_bot": false,
"headline": "Merge pull request #271 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-08-03T02:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5071f5c09c9693bc1d705b2f4260df760b29bc64",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.8.0...1.8.2)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.8.0 to ^1.8.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-08-01T06:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf2b923334c98a21a00a328e74f6ff396e2b93c",
"body": "…fill-php81-tw-1.26\n\nUpdate symfony/polyfill-php81 requirement from ^1.25 to ^1.26",
"is_bot": false,
"headline": "Merge pull request #268 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-07-01T18:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6752e903ee1f0dd7c12ed2ec990bf603cd1281a5",
"body": "Updates the requirements on symfony/polyfill-php81 to permit the latest version.\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.25 to ^1.26",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-01T18:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67582aac7273fd3f70a92aed4d6fb949288fc71",
"body": "…tan-tw-1.8.0\n\nUpdate phpstan/phpstan requirement from ^1.7.8 to ^1.8.0",
"is_bot": false,
"headline": "Merge pull request #269 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-07-01T18:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1bdf9296e3229703122fe1febfa28ee5cae8203",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.7.8...1.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.7.8 to ^1.8.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-01T18:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed2c5e760b8024558cfa9570e2e8a817a3a7d88",
"body": "…p_codesniffer-tw-3.7\n\nUpdate squizlabs/php_codesniffer requirement from ^3.6 to ^3.7",
"is_bot": false,
"headline": "Merge pull request #267 from slimphp/dependabot/composer/squizlabs/ph…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-07-01T18:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ac84a908a7d3eddd29154652bbd2933c2ea305",
"body": "Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to permit the latest version.\n- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)\n- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.6.0...3.7.1)\n\n---\nupdated-dependencies:\n- dependency-name: squizlabs/php_codesniffer\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-01T06:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c083e7178ba391fb3fc4f2524810cbb01aa9651",
"body": "…tan-tw-1.7.8\n\nUpdate phpstan/phpstan requirement from ^1.6.3 to ^1.7.8",
"is_bot": false,
"headline": "Merge pull request #266 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-06-01T15:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1b0a6de424595fdcf8008a335ed6617b7cb3bc9",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.6.3...1.7.8)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.6.3 to ^1.7.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-01T15:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7741100764f55df092a79ed76da2ee11b5ad01d",
"body": "…-3.4\n\nUpdate twig/twig requirement from ^3.3 to ^3.4",
"is_bot": false,
"headline": "Merge pull request #265 from slimphp/dependabot/composer/twig/twig-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-06-01T15:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6e821b1dc82af5aec6c95c00545e9716a33d837",
"body": "Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.\n- [Release notes](https://github.com/twigphp/Twig/releases)\n- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)\n- [Commits](https://github.com/twigphp/Twig/compare/v3.3.0...v3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: twig/twig\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update twig/twig requirement from ^3.3 to ^3.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-06-01T08:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bcb3058c2e5e5fdc1ca171ad791a2bd0ed653d",
"body": "…tan-tw-1.6.3\n\nUpdate phpstan/phpstan requirement from ^1.5.3 to ^1.6.3",
"is_bot": false,
"headline": "Merge pull request #263 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-05-04T14:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e1c6a201cf6c0e2ebc0b9034a8fa4dd2cee06ac",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.5.3...1.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.5.3 to ^1.6.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-01T06:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456862437e41c5376a631fc356c8a806bd63996d",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #262 from nbayramberdiyev/readme",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-04-08T17:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd9614faa833518dd7126d5fb97b12866de98c6",
"body": null,
"is_bot": false,
"headline": "update CONTRIBUTING.md",
"author_name": "N'Bayramberdiyev",
"author_login": "nbayramberdiyev",
"committed_at": "2022-04-08T15:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f84642b7604bbef8128f53e826d38535b90597f",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "N'Bayramberdiyev",
"author_login": "nbayramberdiyev",
"committed_at": "2022-04-08T15:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b2ae2032a7fd47a510404bd1d0a5ccfb115b23",
"body": "…fill-php81-tw-1.25\n\nUpdate symfony/polyfill-php81 requirement from ^1.24 to ^1.25",
"is_bot": false,
"headline": "Merge pull request #260 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-04-01T15:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e570acec4871fd2862c79050d9e01470a8b28e",
"body": "Updates the requirements on symfony/polyfill-php81 to permit the latest version.\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.24 to ^1.25",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-01T15:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8828dcd27d75a065e422123909df7e90ce6ab99",
"body": "…tan-tw-1.5.3\n\nUpdate phpstan/phpstan requirement from ^1.4.6 to ^1.5.3",
"is_bot": false,
"headline": "Merge pull request #259 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-04-01T15:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8635283f4851ca56a6c2f62f7896a2cbe91c2b53",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/1.6.x/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.4.6...1.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.4.6 to ^1.5.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-01T14:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8520cf6c504adf036da8d8ad22b8ad8bb3e2ae22",
"body": "…-4.10\n\nUpdate slim/slim requirement from ^4.9 to ^4.10",
"is_bot": false,
"headline": "Merge pull request #258 from slimphp/dependabot/composer/slim/slim-tw…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-04-01T14:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72f0b4fb1ce3bd2ddb7146cfd353c6e8e474438",
"body": "Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.\n- [Release notes](https://github.com/slimphp/Slim/releases)\n- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)\n- [Commits](https://github.com/slimphp/Slim/compare/4.9.0...4.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: slim/slim\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update slim/slim requirement from ^4.9 to ^4.10",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-01T06:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387b2e475046e8c5691d8d5d8981ccdf12e2486b",
"body": "…tan-tw-1.4.6\n\nUpdate phpstan/phpstan requirement from ^1.4.4 to ^1.4.6",
"is_bot": false,
"headline": "Merge pull request #257 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-03-02T05:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60ca93ad6c6f307fef87205bd44fc2c4529e1ddd",
"body": null,
"is_bot": false,
"headline": "Merge branch '3.x' into dependabot/composer/phpstan/phpstan-tw-1.4.6",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-03-02T05:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3333178dad0f1237d7c10ce02726d586a0a7a561",
"body": null,
"is_bot": false,
"headline": "Add analysis to matrix",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-03-02T05:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceaaa0f066b9e602d1c274490482ec2880816a92",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.4.4...1.4.6)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.4.4 to ^1.4.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-01T06:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29111fb025352d5a2d098c4f4315268226a7023b",
"body": "…fill-php81-tw-1.24\n\nUpdate symfony/polyfill-php81 requirement from ^1.23 to ^1.24",
"is_bot": false,
"headline": "Merge pull request #242 from slimphp/dependabot/composer/symfony/poly…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-02-07T21:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d8127227d94462da3b0ae50a69940d59047985",
"body": "Updates the requirements on symfony/polyfill-php81 to permit the latest version.\n\n---\nupdated-dependencies:\n- dependency-name: symfony/polyfill-php81\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update symfony/polyfill-php81 requirement from ^1.23 to ^1.24",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-07T21:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbea8546ff604de63b17808c0ce3ec526f358bc1",
"body": "…tan-tw-1.4.4\n\nUpdate phpstan/phpstan requirement from ^1.3.0 to ^1.4.4",
"is_bot": false,
"headline": "Merge pull request #241 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre B",
"author_login": "l0gicgate",
"committed_at": "2022-02-07T21:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d435484b8493891725b29a5ea7c237a35664c01c",
"body": "Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.\n- [Release notes](https://github.com/phpstan/phpstan/releases)\n- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/phpstan/phpstan/compare/1.3.0...1.4.4)\n\n---\nupdated-dependencies:\n- dependency-name: phpstan/phpstan\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update phpstan/phpstan requirement from ^1.3.0 to ^1.4.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-01T06:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
"body": "…tan-tw-1.3.0\n\nUpdate phpstan/phpstan requirement from ^1.2.0 to ^1.3.0",
"is_bot": false,
"headline": "Merge pull request #239 from slimphp/dependabot/composer/phpstan/phps…",
"author_name": "Pierre Bérubé",
"author_login": "l0gicgate",
"committed_at": "2022-01-02T05:14:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 2,
"latest_release_at": "2024-09-26T17:56:28Z",
"latest_release_tag": "3.4.1",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 2,
"days_since_latest_release": 672,
"mean_days_between_releases": 222.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "slim/twig-view",
"exists": true,
"license": "MIT",
"keywords": [
"framework",
"twig",
"template",
"view",
"slim"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/slim/twig-view",
"is_deprecated": false,
"latest_version": "3.4.1",
"repository_url": "https://github.com/slimphp/Twig-View",
"versions_count": 20,
"total_downloads": 8904970,
"dependents_count": 275,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 226278,
"first_published_at": null,
"latest_published_at": "2024-09-26T05:42:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 673
}
]
},
"popularity": {
"forks": 84,
"stars": 372,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-20",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-06-01",
"count": 1
},
{
"date": "2015-07-11",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-17",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-02-22",
"count": 1
},
{
"date": "2016-03-05",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-13",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-06-11",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-08-13",
"count": 1
},
{
"date": "2017-09-20",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-11",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2023-01-20",
"count": 2
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 84,
"total_forks": 84
},
"star_history": null,
"open_issues_and_prs": 12
},
"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": 11291,
"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": 10,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "psr/http-message",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.1 || ^2.0"
},
{
"name": "slim/slim",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^4.12"
},
{
"name": "symfony/polyfill-php81",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.29"
},
{
"name": "twig/twig",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psr/http-message",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "slim/slim",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php81",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "twig/twig",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/http-factory",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 4,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 164,
"open_issues": 3,
"closed_ratio": 0.965,
"closed_issues": 83,
"closed_unmerged_prs": 77
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "l0gicgate",
"commits": 151,
"avatar_url": "https://avatars.githubusercontent.com/u/6510935?v=4"
},
{
"type": "User",
"login": "akrabat",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/33135?v=4"
},
{
"type": "User",
"login": "adriansuter",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/3974990?v=4"
},
{
"type": "User",
"login": "bangzek",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/5100725?v=4"
},
{
"type": "User",
"login": "silentworks",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/79497?v=4"
},
{
"type": "User",
"login": "odan",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/781074?v=4"
},
{
"type": "User",
"login": "jerfeson",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2961357?v=4"
},
{
"type": "User",
"login": "nbayramberdiyev",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/23094428?v=4"
},
{
"type": "User",
"login": "t0mmy742",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/29512640?v=4"
},
{
"type": "User",
"login": "codeguy",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/31677?v=4"
}
],
"contributors_sampled": 36,
"top_contributor_share": 0.419
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpcs.xml",
"phpstan.neon"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 17 merged PRs checked by a CI test -- score normalized to 1",
"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": 6,
"reason": "Found 4/6 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ef1ea9f27933e807777db944240263e109c77c6a",
"ran_at": "2026-07-31T06:40:21Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-01T06:15:45Z",
"oldest_open_prs": [
{
"number": 339,
"created_at": "2026-05-01T07:01:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 340,
"created_at": "2026-05-01T07:01:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 343,
"created_at": "2026-05-01T07:02:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 344,
"created_at": "2026-06-01T20:55:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 345,
"created_at": "2026-06-01T20:55:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 346,
"created_at": "2026-06-01T20:55:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 348,
"created_at": "2026-07-01T06:15:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 349,
"created_at": "2026-07-08T19:40:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 350,
"created_at": "2026-07-17T13:29:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-11T18:05:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 148,
"created_at": "2019-09-16T12:48:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 199,
"created_at": "2020-11-12T11:51:40Z",
"last_comment_at": "2026-03-20T16:53:39Z",
"last_comment_author": "DigiLive"
},
{
"number": 322,
"created_at": "2024-07-16T19:17:25Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/slimphp/Twig-View",
"host": "github.com",
"name": "Twig-View",
"owner": "slimphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 52,
"vitality": 41,
"community": 72,
"governance": 71,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 0.61,
"days_since_last_push": 30,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 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": "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": 52,
"inputs": {
"releases_count": 17,
"latest_release_tag": "3.4.1",
"releases_from_tags": false,
"days_since_latest_release": 672,
"mean_days_between_releases": 222.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 672 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 672
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~222.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 222.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": 110,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 110 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 110
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"forks": 84,
"stars": 372,
"watchers": 23,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "372 stars",
"points": 41.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 372
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "84 forks",
"points": 16,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 84
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"packages": [
"slim/twig-view"
],
"dependents": 275,
"ecosystems": "packagist",
"total_downloads": 8904970,
"monthly_downloads": 226278
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "226,278 downloads/month across packagist",
"points": 71.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 226278,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "275 packages depend on it",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 275
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 36,
"top_contributor_share": 0.419
},
"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 42% of commits",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "36 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 36
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 164,
"open_issues": 3,
"closed_issues": 83,
"issue_closed_ratio": 0.965,
"closed_unmerged_prs": 77
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 45.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "164/241 decided PRs merged",
"points": 26,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 164,
"decided": 241
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/6 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 240,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "slimphp",
"public_repos": 18,
"account_age_days": 4173
},
"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": "240 followers of slimphp",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 240,
"login": "slimphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~11 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"slim/twig-view"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 673
},
"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 673 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 673
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "phpcs.xml, phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpcs.xml, phpstan.neon"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 17 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"slim-framework",
"twig",
"twig-templates",
"php"
],
"has_wiki": true,
"homepage": "http://slimframework.com",
"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://slimframework.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 17 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/6 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"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": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.77,
"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": "47 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 61
}
}
],
"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": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.39
},
"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": "phpcs.xml, phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpcs.xml, phpstan.neon"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "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": "39 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 39,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 11291,
"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-31T06:40:48.469730Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/slimphp/Twig-View.svg",
"full_name": "slimphp/Twig-View",
"license_state": "standard",
"license_spdx": "MIT"
}