Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"prestashop-module",
"native-module",
"prestashop",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 490,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 90319,
"HTML": 15523,
"Smarty": 12193,
"JavaScript": 2025
},
"pushed_at": "2026-07-02T12:07:57Z",
"created_at": "2016-03-07T09:39:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-02T12:08:04Z",
"description": "Adds a block for newsletter subscription.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AFL-3.0",
"default_branch": "dev",
"license_spdx_raw": "AFL-3.0",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"HTML",
"Smarty"
]
},
"owner": {
"blog": "https://prestashop-project.org/",
"name": "The PrestaShop Project",
"type": "Organization",
"login": "PrestaShop",
"company": null,
"location": "Paris",
"followers": 574,
"avatar_url": "https://avatars.githubusercontent.com/u/2815696?v=4",
"created_at": "2012-11-16T17:25:52Z",
"is_verified": null,
"public_repos": 292,
"account_age_days": 4996
},
"license": {
"state": "standard",
"spdx_id": "AFL-3.0",
"raw_spdx": "AFL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-06-22T15:27:49Z"
},
{
"tag": "v2.8.3",
"kind": "patch",
"published_at": "2025-11-07T13:22:50Z"
},
{
"tag": "v2.8.2",
"kind": "patch",
"published_at": "2024-03-07T09:36:43Z"
},
{
"tag": "v2.8.1",
"kind": "patch",
"published_at": "2024-01-11T15:29:21Z"
},
{
"tag": "v2.8.0",
"kind": "minor",
"published_at": "2024-01-09T15:51:07Z"
},
{
"tag": "v2.7.1",
"kind": "patch",
"published_at": "2023-01-18T15:55:16Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2021-07-08T15:29:03Z"
},
{
"tag": "v2.6.1",
"kind": "patch",
"published_at": "2021-03-31T10:30:58Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2020-06-18T06:14:52Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2019-08-30T17:17:57Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2018-05-24T12:11:08Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2018-03-26T10:29:36Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2017-12-08T12:41:26Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2016-11-04T09:16:47Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2016-08-30T09:45:05Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2016-08-29T08:38:48Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2016-08-24T11:33:58Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-08-22T09:00:33Z"
}
],
"recent_commits": [
{
"oid": "5965a7a9302557f1d6a885b54241a5ff44ead9ec",
"body": "…ing-125\n\nAvoid PHP 8 warnings on newsletter submissions without an action",
"is_bot": false,
"headline": "Merge pull request #131 from boo-code/fix/newsletter-action-php8-warn…",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2026-07-02T12:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a88b4cd9ad8a24532c76dc2fcdc89e88c0d2c7c5",
"body": "Removed comments explaining action retrieval for PHP 8 compatibility.",
"is_bot": false,
"headline": "Remove comments on action retrieval",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2026-07-02T11:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a944b4c80717ede309c84b036cf1f5bcdac71b7",
"body": "…r-selector\n\nFix AJAX newsletter form selector for Hummingbird theme",
"is_bot": false,
"headline": "Merge pull request #126 from Codencode/fix/hummingbird-ajax-newslette…",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2026-07-02T11:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e22f71c0801740ea473bc6a71fdd6d189c01fdc",
"body": "newsletterRegistration() read $_POST['action'] in four places without a guard,\nso a submission carrying submitNewsletter and a valid email but no action field\n(bots, partial form posts) raised \"Undefined array key \\\"action\\\"\" warnings on\nPHP 8. Read it once with Tools::getValue('action') and reuse it. A missing action\nkeeps its previous meaning - it does not equal the unsubscription value and is\nhandled as a subscription, exactly like before.",
"is_bot": false,
"headline": "Avoid PHP 8 warnings on newsletter submissions without an action",
"author_name": "Audrius",
"author_login": "boo-code",
"committed_at": "2026-06-27T03:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "822ab7e6d5312facdfc761538bb8c49e18ff9339",
"body": null,
"is_bot": false,
"headline": "Fix AJAX newsletter form selector for Hummingbird theme",
"author_name": "Codencode",
"author_login": "Codencode",
"committed_at": "2026-06-17T05:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4772fdb8d8374839021a9db8dbb7342eaf78e42",
"body": "CI: align PHPStan on PS 8.2+ and fix PS 9.x controller-typing errors",
"is_bot": false,
"headline": "Merge pull request #128 from mattgoud/fix-ci-remove-9.0.x-phpstan",
"author_name": "Jonathan Lelievre",
"author_login": "jolelievre",
"committed_at": "2026-06-11T09:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6dbebffdb3a96ffae462e4422e9625770157226",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump module version to 3.0.0",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-11T09:37:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2474b05b478f91b01844feca1364588e47a433b6",
"body": "PrestaShop 9.0.x supports PHP 8.1 up to 8.4 only, so the cross-product\nmatrix was generating an invalid 9.0.3 x 8.5 combination. Switch to an\nexplicit include list so each PrestaShop version tests its proper PHP\nfloor and ceiling (9.0.3: 8.1/8.4, 9.1.x and develop: 8.1/8.5). Also\nmake the \"Prepare PHP env\" step name reflect the actual matrix version.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: exclude unsupported PHP 8.5 for PrestaShop 9.0.x in PHPStan matrix",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-10T13:13:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fc68b07c7ed6db211852a673c102ab76a9f93716",
"body": "…9.0.3\n\n- php-linter: add missing intermediate syntax checks (7.3, 8.1, 8.2, 8.3, 8.4)\n- phpstan-74: lower floor to PHP 7.2 (real minimum for PS 8.2.x)\n- phpstan: add PrestaShop 9.0.3 (tag, the 9.0.x branch no longer exists) + neon config\n\nPart of PrestaShop/PrestaShop#41648\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: address review - full PHP lint matrix, PHPStan floor 7.2, add PS …",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-09T14:12:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c888d78584d3569ba22cc3c60215945a33d24613",
"body": "…c #41648)\n\nOn PrestaShop 9.x, Context::$controller is typed as the PHPStan-opaque\nLegacyControllerContext, so calls to legacy controller methods could not\nbe resolved statically. Resolve via concrete @var type hints instead of\nignoreErrors:\n- registerJavascript(): annotate the controller as FrontCo\n[…]\nrough a new\n getAdminController() helper typing the controller as AdminController\n\nAll ignoreErrors blocks are now empty/removed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix PHPStan controller-typing errors instead of suppressing them (Epi…",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-08T16:15:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14799c6f598663226906f4145fc4badc61637b07",
"body": "With the module now requiring PS 8.2+, version_compare(_PS_VERSION_,\n'1.7.7', '>=') is always true. Drop the dead conditional in\nnewsletterRegistration().\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove always-true PrestaShop 1.7.7 version check (Epic #41648)",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-08T15:58:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "102e92981556f7f70927f931c2672354728dca58",
"body": "Drop the 8.1.7 target to match the project-wide module cleanup Epic\nwhich standardizes native modules on PS 8.2+:\n- php.yml: phpstan-74 matrix now runs against 8.2.x only (PHP 7.4/8.1)\n- ps_versions_compliancy min bumped to 8.2.0\n- remove the now-unreferenced phpstan-8.1.7.neon config\n- remove the orphaned phpstan-9.0.x.neon config (no longer in the matrix)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Align module on PrestaShop 8.2+ minimum (Epic #41648)",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-08T15:49:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5f2f2b1cda114717a486c0b8c6aef63bed0749b",
"body": "The 9.0.x branch no longer exists. PHPStan coverage for PS 9.x\nis already provided by the phpstan job targeting 9.1.x and develop.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: remove PHPStan job targeting PrestaShop 9.0.x",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-02T15:04:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ec5ad548275073e7bc45fd55ab2a4a4214a67bb8",
"body": "GitHub add issue to project workflow",
"is_bot": false,
"headline": "Merge pull request #124 from ga-devfront/github/add-issue-to-project",
"author_name": "Thomas Roux",
"author_login": "Touxten",
"committed_at": "2026-03-02T19:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dafbb66ad787b072dbc831478f25a61c0365a21b",
"body": null,
"is_bot": false,
"headline": "github: new workflow to add issue to project",
"author_name": "Alexis Guyomar",
"author_login": "ga-devfront",
"committed_at": "2026-03-02T16:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c88ea540f1e4aa37b0f68f79006cc1cdc758e0c",
"body": "Switched to external ci actions",
"is_bot": false,
"headline": "Merge pull request #123 from Touxten/switched-ci-to-externeal--action",
"author_name": "Paolo Cunti @codencode",
"author_login": "Codencode",
"committed_at": "2026-03-02T14:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e5836c26ce4892d172024004e93f9144bda5df",
"body": null,
"is_bot": false,
"headline": "Switched CI to external",
"author_name": "Thomas Roux",
"author_login": "Touxten",
"committed_at": "2026-02-28T14:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c114098f4def569a4e2db15ad4f8f240c8ed02f",
"body": "…ion-not-multistore-compliant\n\nFix: BO ps_emailsubscription not multistore compliant",
"is_bot": false,
"headline": "Merge pull request #119 from Codencode/fix-36152-BO-ps_emailsubscript…",
"author_name": "Paolo Cunti @codencode",
"author_login": "Codencode",
"committed_at": "2025-12-18T09:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59076902b1f43f8e1e1a0d7e4fe011364447377",
"body": "…iguration",
"is_bot": false,
"headline": "Filter newsletter subscribers by selected shop context in module conf…",
"author_name": "Codencode",
"author_login": "Codencode",
"committed_at": "2025-11-01T16:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cacf793cd8b252c5ad18d03c87efccbc8640a98c",
"body": "Bump version to 2.8.3",
"is_bot": false,
"headline": "Merge pull request #118 from Hlavtox/bump",
"author_name": "Guyomar Alexis",
"author_login": "ga-devfront",
"committed_at": "2025-10-31T13:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6851a9e1c7c128f7b15d4b80a4ad7b5b1970633",
"body": null,
"is_bot": false,
"headline": "Update version number to 2.8.3",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2025-10-31T12:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1926c86e70c6a30283586dc1983193865a43d5d",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2025-10-31T12:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53bddb819cc2f9fa9cba04f004879f8539db8c5f",
"body": "Fix the link since the page migration",
"is_bot": false,
"headline": "Merge pull request #116 from Touxten/fix-link",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2025-10-30T13:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e76725b29fd4e3fd169684cdbdd970c18d98497",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2025-10-29T16:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11aff27eeb6e814202c593f14a567cc229d1a51c",
"body": null,
"is_bot": false,
"headline": "Use parameter from getAdminLink",
"author_name": "Touxten",
"author_login": "Touxten",
"committed_at": "2025-07-25T09:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b17adebd3552492cadf16e17acece6e9ae9055",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Touxten",
"author_login": "Touxten",
"committed_at": "2025-07-25T08:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bef066616d0bf885029fda9291833fe08c5a4bb",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Touxten",
"author_login": "Touxten",
"committed_at": "2025-07-25T07:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50a7878a09d20aeb11efe820b0b9aadabc02023",
"body": "…sletter-subscription-module",
"is_bot": false,
"headline": "Merge pull request #114 from Codencode/fix-38446-Problem-with-the-new…",
"author_name": "Boris Hermans",
"author_login": "boherm",
"committed_at": "2025-04-28T14:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eab6e01c91ec573158f80f9e68623423f9324dd",
"body": "…the user also subscribes to the newsletter.",
"is_bot": false,
"headline": "The email must be deleted from the \"emailsubscription\" table only if …",
"author_name": "Codencode",
"author_login": "Codencode",
"committed_at": "2025-04-22T16:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ab8c99609952d1a878e1bf15bd7efdc6d50e60",
"body": null,
"is_bot": false,
"headline": "Merge pull request #115 from boherm/fix-ci",
"author_name": "Boris Hermans",
"author_login": "boherm",
"committed_at": "2025-04-22T15:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbbde05019faca82a1fa316d5fb1c6be797cfd4",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "boherm",
"author_login": "boherm",
"committed_at": "2025-04-22T15:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b3c74764f9186f25bc51164d817225cb9d3206",
"body": "Remove usage of ajaxDie",
"is_bot": false,
"headline": "Merge pull request #108 from Hlavtox/remove-ajaxdie",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-29T10:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f83eaa3c4c763cf389c7560abafab2c79fd0b099",
"body": "Bump version to 2.8.2",
"is_bot": false,
"headline": "Merge pull request #109 from Hlavtox/bump-282",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-20T16:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d7f3b6f920bb1c35159e4c4e30a3bccaf82a97",
"body": null,
"is_bot": false,
"headline": "Update config.xml",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-20T14:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3400233bfccb613c800ec6f93d49d5501356306",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-20T14:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "137a2e09a66bf1b751d0992a2920e4c4479d64cb",
"body": null,
"is_bot": false,
"headline": "Update subscription.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-07T14:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7e210fdd90f49911dd57b8a0d7e6efae46525b",
"body": null,
"is_bot": false,
"headline": "Remove ajaxDie",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-02-07T09:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aff277df06566d9b47148fe1281bde6c29c0bb2",
"body": "Properly cast bool values",
"is_bot": false,
"headline": "Merge pull request #106 from Hlavtox/fix-cast",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd085eee55291a1f8c9c2e76271550a29f9d034",
"body": null,
"is_bot": false,
"headline": "Properly cast bool values",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27bca6a90e9ccc495996a13e2af637d88784a072",
"body": "Bump version number to 2.8.1",
"is_bot": false,
"headline": "Merge pull request #105 from Hlavtox/bump-version",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ba0bd5855a146be9141604bee13d5953ba5421",
"body": null,
"is_bot": false,
"headline": "Update config.xml",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a777a15514cbc4bec2b78bb82a7484d94ffe2a",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292d78db8c1706f24ca4ec68c2e70e8f72c1cb2a",
"body": "Standardize upgrade files",
"is_bot": false,
"headline": "Merge pull request #104 from Hlavtox/standardize-upgrade-files",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c10006bdbbf7bb8b3930a7607627536715759d",
"body": "Pass proper config values",
"is_bot": false,
"headline": "Merge pull request #103 from Hlavtox/fix-default-data-2",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8230b8ea276d5515f23a2b89783a85b9e07ee1e9",
"body": null,
"is_bot": false,
"headline": "Rename upgrade-2-3-0.php to upgrade-2.3.0.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7756616976dbfb583b6e3e8c0faa80e2d900bbf",
"body": null,
"is_bot": false,
"headline": "Update and rename install-1-1.php to install-1.1.0.php",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T12:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc53a4a103adcca57b8067e8f834fce7c511d1c",
"body": null,
"is_bot": false,
"headline": "Pass proper config values",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-11T11:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce207bcaccbb9ca5049cb87fb52f5a0ac4ea3b0",
"body": "Add default data into configuration",
"is_bot": false,
"headline": "Merge pull request #102 from Hlavtox/fix-default-data",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-09T09:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e5e49f7c67da4216d961c8e0a646940a87dff01",
"body": null,
"is_bot": false,
"headline": "Add default data into configuration",
"author_name": "Hlavtox",
"author_login": "Hlavtox",
"committed_at": "2024-01-09T09:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61cc927c17c24cd60f26b509417acbe38fc923cd",
"body": "Delete deprecated files and bump version",
"is_bot": false,
"headline": "Merge pull request #100 from Hlavtox/remove-php-file",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-08T09:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ec6115a253eccf8305f69516ee564718624ef5",
"body": null,
"is_bot": false,
"headline": "Delete deprecated files and bump version",
"author_name": "Daniel Hlaváček",
"author_login": "Hlavtox",
"committed_at": "2024-01-05T12:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfded9bf458e41b98345fa1ddec3f1f85cb9b45",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #97 from PrestaShop/add-ps-compatibility",
"author_name": "Maxime Flasquin",
"author_login": "mflasquin",
"committed_at": "2023-07-07T07:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f39157995b8d592330637e75735580438188aa6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "florine2623",
"author_login": "florine2623",
"committed_at": "2023-07-06T14:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f4f6eaa744395d9bd47371e967faab7fec7644",
"body": "fixed link to project site",
"is_bot": false,
"headline": "Merge pull request #96 from justeen35/link-site-fix",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2023-06-10T19:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc3c6a047d352791ed95b3f428a2bc3a55d726d",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "justeen35",
"author_login": "justeen35",
"committed_at": "2023-06-09T20:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85640660e1b9474ee826f789b5d8dcde97913262",
"body": "Add newline to test",
"is_bot": false,
"headline": "Merge pull request #94 from PrestaShop/Hlavtox-patch-1",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T15:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b438a79f3fa89c10206355797cfb03996ed0f94",
"body": null,
"is_bot": false,
"headline": "Add newline",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T15:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383107860158637fa162488a0aaa968b7511fe5f",
"body": "Bump version to 2.7.1",
"is_bot": false,
"headline": "Merge pull request #93 from Hlavtox/version",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2023-01-18T14:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4759dc93fec26bad7b94b17325a4a3911a3e7fc2",
"body": null,
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T14:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ab71160feb54288883fa4ade240c1520e791dc",
"body": null,
"is_bot": false,
"headline": "Update config.xml",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T14:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d897eca416e2a464741575020713028e25ab38",
"body": "Add _raw parameter on trans method to display not escaped html",
"is_bot": false,
"headline": "Merge pull request #91 from mflasquin/fix/29940",
"author_name": "Maxime Flasquin",
"author_login": "mflasquin",
"committed_at": "2023-01-18T14:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b1185916e3f7cba76d2d45adcc4d0e291f93e9",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Maxime Flasquin",
"author_login": "mflasquin",
"committed_at": "2022-12-19T17:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d7e2550baafdaa1e61ab349519103b4599ffb5",
"body": null,
"is_bot": false,
"headline": "Add _raw parameter on trans method to display not escaped html",
"author_name": "Maxime Flasquin",
"author_login": "mflasquin",
"committed_at": "2022-12-16T13:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d61a0079cd03968179615d4e01599a9c6372a21",
"body": "Improve module Perfomance",
"is_bot": false,
"headline": "Merge pull request #89 from okom3pom/optimize-sql",
"author_name": "Jonathan Lelievre",
"author_login": "jolelievre",
"committed_at": "2022-07-15T15:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe1c5f30970931efa7d77d3ab05f81c817fe6e9",
"body": "Use Organization Build Release Github Action",
"is_bot": false,
"headline": "Merge pull request #90 from atomiix/atomiix-patch-1",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2022-07-01T06:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e018619a5e2f263e5e7257fbb789225c00d599",
"body": null,
"is_bot": false,
"headline": "Use Organization Build Release Github Action",
"author_name": "atomiix",
"author_login": "atomiix",
"committed_at": "2022-06-30T16:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d9e3cffdb3a90f756de92a3a20ace0dc0176818",
"body": null,
"is_bot": false,
"headline": "Improve module Perfomance",
"author_name": "Okom3pom",
"author_login": "Touxten",
"committed_at": "2022-06-21T09:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c78e9b05e2759f925621025b5a1de7ee3db83f4c",
"body": "Improved Github Action (Support PHP 5.6 => 8.1)",
"is_bot": false,
"headline": "Merge pull request #88 from Progi1984/issue25921",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2022-02-14T09:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76187e150833707a072019e3d170adc393dfe942",
"body": null,
"is_bot": false,
"headline": "Improved Github Action PHP",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-14T09:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15330a7e97171e2fd000c7ff43bc787eeca1a0c",
"body": "Set tab property",
"is_bot": false,
"headline": "Merge pull request #87 from PrestaEdit/patch-1",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-01-14T15:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3517e458ca0c988bd27242556bff52775de3a3e9",
"body": null,
"is_bot": false,
"headline": "Set tab property",
"author_name": "Jonathan Danse",
"author_login": "PrestaEdit",
"committed_at": "2022-01-14T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3b95d9d7f7ee99aaf4cdb5ca53fc5fef60e763",
"body": "Update Github Actions",
"is_bot": false,
"headline": "Merge pull request #86 from jf-viguier/patch-1",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-01-05T16:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d1b23eebb3a5645007d5b722cdd71bd48f1c2b",
"body": null,
"is_bot": false,
"headline": "Update Github Actions",
"author_name": "Jean-François Viguier",
"author_login": "jf-viguier",
"committed_at": "2022-01-05T09:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc245d9f3974f0b647cb1a4bd7eb0ee7014c516",
"body": "…shop/php-dev-tools-3.16.1\n\nBump prestashop/php-dev-tools from 3.16.0 to 3.16.1",
"is_bot": false,
"headline": "Merge pull request #85 from PrestaShop/dependabot/composer/dev/presta…",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2021-12-03T08:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc11c9ad43bf04e396556f3fa79a12e66b9c1d3",
"body": "Bumps [prestashop/php-dev-tools](https://github.com/PrestaShop/php-dev-tools) from 3.16.0 to 3.16.1.\n- [Release notes](https://github.com/PrestaShop/php-dev-tools/releases)\n- [Commits](https://github.com/PrestaShop/php-dev-tools/compare/v3.16.0...v3.16.1)\n\n---\nupdated-dependencies:\n- dependency-name: prestashop/php-dev-tools\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump prestashop/php-dev-tools from 3.16.0 to 3.16.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-12-02T04:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e337fcce3f7cf91073c6e9826db197ecb6207964",
"body": "Add newsletter registration hook to email verification handler",
"is_bot": false,
"headline": "Merge pull request #84 from samaij/email-verification-hook",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2021-11-20T13:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42cc9d94cb948309595ef986096960665a1392b8",
"body": null,
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2021-10-14T11:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082a8d92da097a04998ccb83ea56c6b3c1a6ad3f",
"body": null,
"is_bot": false,
"headline": "add module name to hook parameters",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-14T10:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6665cf1bb9bf7fafd4039cb80332a375d682bf6c",
"body": "Co-authored-by: Krystian Podemski <kpodemski@users.noreply.github.com>",
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-14T10:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d347a1f2490280399ac01e5f40ba4271ce5ebe7",
"body": "Co-authored-by: Krystian Podemski <kpodemski@users.noreply.github.com>",
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-14T10:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ccaaba0a2e4c3fe6ff8271d12030bc9abc6bdb",
"body": "Co-authored-by: Krystian Podemski <kpodemski@users.noreply.github.com>",
"is_bot": false,
"headline": "Update ps_emailsubscription.php",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-14T10:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0025c6aead0d03faffc0e2c59e8ffbfcd173b7",
"body": null,
"is_bot": false,
"headline": "add constants for subscription actions",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-14T10:00:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f89561656a86989092a2008eb4da7b00416ec76",
"body": null,
"is_bot": false,
"headline": "add newsletter registration hook to email verification",
"author_name": "Sauli Maijala",
"author_login": "samaij",
"committed_at": "2021-10-13T22:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237a667d166ba428430970dfc0fb13559ff66ae6",
"body": "Bump version to v2.7.0",
"is_bot": false,
"headline": "Merge pull request #82 from atomiix/release/2.7.0",
"author_name": "atomiix",
"author_login": "atomiix",
"committed_at": "2021-06-30T15:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e7f5573c4f4af4aab5306f141c0f6e99406049",
"body": null,
"is_bot": false,
"headline": "Release v2.7.0",
"author_name": "Thomas BACCELLI",
"author_login": "atomiix",
"committed_at": "2021-06-30T14:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b606a877c71de504efe3471bf472dfad26f24060",
"body": "Fix php8 compatibility",
"is_bot": false,
"headline": "Merge pull request #81 from atomiix/php8",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2021-06-29T16:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1abc026d1d260fd8b3b7d5fbb5f33df5345a9eb",
"body": null,
"is_bot": false,
"headline": "Fix php8 compatibility",
"author_name": "Thomas BACCELLI",
"author_login": "atomiix",
"committed_at": "2021-06-29T14:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbcae55d833e728d0bdf3073793449cdc4009b1",
"body": "…shop/php-dev-tools-3.16.0\n\nBump prestashop/php-dev-tools from 3.15.1 to 3.16.0",
"is_bot": false,
"headline": "Merge pull request #80 from PrestaShop/dependabot/composer/dev/presta…",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2021-06-23T08:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eceebd06fc8e9b0b6833ec308799752b3456ffa",
"body": "Bumps [prestashop/php-dev-tools](https://github.com/PrestaShop/php-dev-tools) from 3.15.1 to 3.16.0.\n- [Release notes](https://github.com/PrestaShop/php-dev-tools/releases)\n- [Commits](https://github.com/PrestaShop/php-dev-tools/compare/v3.15.1...v3.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: prestashop/php-dev-tools\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump prestashop/php-dev-tools from 3.15.1 to 3.16.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-06-23T04:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bebd56435562c1325d253aedd67826ef9587d6d",
"body": "…shop/php-dev-tools-3.15.1\n\nBump prestashop/php-dev-tools from 3.15 to 3.15.1",
"is_bot": false,
"headline": "Merge pull request #79 from PrestaShop/dependabot/composer/dev/presta…",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-05-13T08:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54a353a183ae59a6f50080efcd5ad9ab0283c2b",
"body": "Bumps [prestashop/php-dev-tools](https://github.com/PrestaShop/php-dev-tools) from 3.15 to 3.15.1.\n- [Release notes](https://github.com/PrestaShop/php-dev-tools/releases)\n- [Commits](https://github.com/PrestaShop/php-dev-tools/compare/v3.15...v3.15.1)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump prestashop/php-dev-tools from 3.15 to 3.15.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-05-13T04:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d10a50c6dddfc65cd4fa5f1eeb5cdd7c4b4473",
"body": "Migrate Travis to Github Actions",
"is_bot": false,
"headline": "Merge pull request #78 from Progi1984/improveProject",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2021-05-10T08:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd46a263a497953f9562429bd774d9cb63a0254",
"body": null,
"is_bot": false,
"headline": "Fixed feedback",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-05-07T07:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e33b2cce9d83fffb769790a6b106148f8349c9",
"body": null,
"is_bot": false,
"headline": "Fixed CI",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T13:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b199c7a8b5b2972dd797e20653e50d7a88000f",
"body": null,
"is_bot": false,
"headline": "Added workflow PHP",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T09:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edaec23f3cb9b67be631324d1305411ce3b30878",
"body": null,
"is_bot": false,
"headline": "Improved composer",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T09:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c23e36f7d036f4387ee7853bb096ed636e657e",
"body": null,
"is_bot": false,
"headline": "Added workflow Build Release",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T09:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dc87bd498349c032059504e04dc6633bd3e5e1",
"body": null,
"is_bot": false,
"headline": "Improved Template PR",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T09:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7352a02fe5d2a9f71f539206af19cd4b20f2c5",
"body": null,
"is_bot": false,
"headline": "Removed .travis.yml",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-04-23T09:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0281b9c013ddb5f691b83637477a8cbc1f799c78",
"body": "Bump version to 2.6.1",
"is_bot": false,
"headline": "Merge pull request #76 from atomiix/bump-2.6.1",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2021-03-30T12:38:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 27,
"latest_release_at": "2026-06-22T15:27:49Z",
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_last_push": 21,
"active_weeks_last_year": 11,
"days_since_latest_release": 31,
"mean_days_between_releases": 276.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "prestashop/ps_emailsubscription",
"exists": true,
"license": "AFL-3.0",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/prestashop/ps_emailsubscription",
"is_deprecated": false,
"latest_version": "v3.0.0",
"repository_url": "https://github.com/PrestaShop/ps_emailsubscription",
"versions_count": 18,
"total_downloads": 8459752,
"dependents_count": 3,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 199114,
"first_published_at": null,
"latest_published_at": "2026-06-22T15:03:01Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
}
]
},
"popularity": {
"forks": 45,
"stars": 8,
"watchers": 29,
"fork_history": {
"days": [
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-20",
"count": 1
},
{
"date": "2016-10-02",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2018-05-22",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-14",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
}
],
"complete": true,
"collected": 45,
"total_forks": 45
},
"star_history": null,
"open_issues_and_prs": 7
},
"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": 59945,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "symfony/process",
"direct": false,
"version": "3.4.47",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 8.4,
"advisory_ids": [
"GHSA-qq5c-677p-737q",
"GHSA-r39x-jcww-82v6"
],
"fixed_version": "8.0.5",
"advisory_count": 2,
"oldest_advisory_days": 624
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 27,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "composer/pcre",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "composer/semver",
"direct": false,
"version": "3.4.4",
"ecosystem": "packagist"
},
{
"name": "composer/xdebug-handler",
"direct": false,
"version": "2.0.5",
"ecosystem": "packagist"
},
{
"name": "doctrine/annotations",
"direct": false,
"version": "1.14.4",
"ecosystem": "packagist"
},
{
"name": "doctrine/deprecations",
"direct": false,
"version": "1.1.6",
"ecosystem": "packagist"
},
{
"name": "doctrine/lexer",
"direct": false,
"version": "2.1.1",
"ecosystem": "packagist"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": "2.19.3",
"ecosystem": "packagist"
},
{
"name": "nikic/php-parser",
"direct": false,
"version": "3.1.5",
"ecosystem": "packagist"
},
{
"name": "php-cs-fixer/diff",
"direct": false,
"version": "1.3.1",
"ecosystem": "packagist"
},
{
"name": "prestashop/autoindex",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "prestashop/header-stamp",
"direct": false,
"version": "1.7",
"ecosystem": "packagist"
},
{
"name": "prestashop/php-dev-tools",
"direct": false,
"version": "3.16.1",
"ecosystem": "packagist"
},
{
"name": "psr/cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "psr/log",
"direct": false,
"version": "1.1.4",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": "3.13.5",
"ecosystem": "packagist"
},
{
"name": "symfony/console",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/debug",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/finder",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/options-resolver",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": false,
"version": "1.30.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-mbstring",
"direct": false,
"version": "1.30.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php70",
"direct": false,
"version": "1.20.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php72",
"direct": false,
"version": "1.30.0",
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/stopwatch",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 0,
"indirect_count": 27
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 96,
"open_issues": 2,
"closed_ratio": 0.6,
"closed_issues": 3,
"closed_unmerged_prs": 26
},
"bus_factor": 6,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Progi1984",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/1533248?v=4"
},
{
"type": "User",
"login": "maximebiloe",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/2203436?v=4"
},
{
"type": "User",
"login": "Hlavtox",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/6097524?v=4"
},
{
"type": "User",
"login": "Codencode",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/2463965?v=4"
},
{
"type": "User",
"login": "julienbourdeau",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/1525636?v=4"
},
{
"type": "User",
"login": "matks",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/3830050?v=4"
},
{
"type": "User",
"login": "PierreRambaud",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/1462701?v=4"
},
{
"type": "User",
"login": "jf-viguier",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/16720275?v=4"
},
{
"type": "User",
"login": "Quetzacoalt91",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/6768917?v=4"
},
{
"type": "User",
"login": "gRoussac",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/3099551?v=4"
}
],
"contributors_sampled": 48,
"top_contributor_share": 0.118
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"add-issue-to-project.yml",
"build-release.yml",
"php.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpstan.neon"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock"
],
"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": 8,
"reason": "8 out of 10 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 10,
"reason": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5965a7a9302557f1d6a885b54241a5ff44ead9ec",
"ran_at": "2026-07-23T15:49:27Z",
"aggregate_score": 5.7,
"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-23T04:07:21Z",
"oldest_open_prs": [
{
"number": 95,
"created_at": "2023-03-03T14:11:21Z",
"last_comment_at": "2023-06-28T17:51:44Z",
"last_comment_author": "HartLarsson"
},
{
"number": 98,
"created_at": "2023-09-26T08:28:37Z",
"last_comment_at": "2023-10-05T10:31:59Z",
"last_comment_author": "RosaBenouamer"
},
{
"number": 113,
"created_at": "2024-10-18T08:38:11Z",
"last_comment_at": "2024-10-18T08:38:16Z",
"last_comment_author": "ps-jarvis"
},
{
"number": 121,
"created_at": "2025-12-07T11:35:54Z",
"last_comment_at": "2026-05-26T14:47:57Z",
"last_comment_author": "Codencode"
},
{
"number": 132,
"created_at": "2026-06-27T03:21:35Z",
"last_comment_at": "2026-06-27T03:21:38Z",
"last_comment_author": "ps-jarvis"
}
],
"last_merged_pr_at": "2026-07-02T12:07:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 122,
"created_at": "2026-01-19T16:47:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2026-06-24T09:58:31Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PrestaShop/ps_emailsubscription",
"host": "github.com",
"name": "ps_emailsubscription",
"owner": "PrestaShop"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 66,
"vitality": 66,
"community": 53,
"governance": 85,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 27,
"human_commit_share": 0.97,
"days_since_last_push": 21,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 21 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "27 commits in the last year",
"points": 13,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 27
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 31,
"mean_days_between_releases": 276.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 31 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 31
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~276.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 276.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"forks": 45,
"stars": 8,
"watchers": 29,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "45 forks",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 45
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "29 watchers",
"points": 8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 29
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (AFL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AFL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"packages": [
"prestashop/ps_emailsubscription"
],
"dependents": 3,
"ecosystems": "packagist",
"total_downloads": 8459752,
"monthly_downloads": 199114
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "199,114 downloads/month across packagist",
"points": 70.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 199114,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "3 packages depend on it",
"points": 4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 3
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "excellent",
"name": "Sustainability & Governance",
"value": 85,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"bus_factor": 6,
"contributors_sampled": 48,
"top_contributor_share": 0.118
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "6 contributor(s) cover half of all commits",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 6
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 12% of commits",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 12
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "48 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 48
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 96,
"open_issues": 2,
"closed_issues": 3,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 26
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "96/122 decided PRs merged",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 96,
"decided": 122
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 574,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "PrestaShop",
"public_repos": 292,
"account_age_days": 4996
},
"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": "574 followers of PrestaShop",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 574,
"login": "PrestaShop"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "292 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 292
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"prestashop/ps_emailsubscription"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 31
},
"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 31 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 31
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 10 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"prestashop-module",
"native-module",
"prestashop",
"hacktoberfest"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.7
},
"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": "8 out of 10 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 27 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 27
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 27,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 27,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 18
},
"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": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.454,
"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": "44 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.07,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.03
},
"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": "phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 59945,
"source_files_sampled": 25,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T15:49:54.268838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PrestaShop/ps_emailsubscription.svg",
"full_name": "PrestaShop/ps_emailsubscription",
"license_state": "standard",
"license_spdx": "AFL-3.0"
}