swissup / module-core

swissup/module-core

Swissup core module. It's purpose is to add Swissup menu and config entries

magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: failed OSL-3.0

Core

Swissup_Core module adds menu and config entries to Magento backend. It also
utilize some common tasks used by other modules.

Installation

composer require swissup/module-core
bin/magento setup:upgrade

Popup Message Manager

Popup message manager allows to show regular Magento messages with additional
information in popup window.

[image: Popup Message Example]

Usage example

Inject \Swissup\Helper\PopupMessageManager component into your controller
action and use it instead of built-in \Magento\Framework\Message\Manager:

$this->popupMessageManager->addError(
    __('Decoding failed: Syntax error'),
    $popupText,
    $popupTitle
);

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Released
1.12.27 stable Fail 2026-05-15 11:00:10
1.12.26 stable Not tested 2025-12-17 08:25:01
1.12.25 stable Not tested 2025-11-17 12:07:03
1.12.24 stable Not tested 2025-07-21 12:02:57
1.12.23 stable Not tested 2025-07-21 08:00:34
1.12.22 stable Not tested 2025-04-09 11:37:23
1.12.21 stable Not tested 2024-12-12 09:03:20
1.12.20 stable Not tested 2024-07-11 13:16:34
1.12.19 stable Not tested 2024-03-28 09:08:07
1.12.18 stable Not tested 2023-07-27 11:53:04
1.12.17 stable Not tested 2023-07-13 12:55:48
1.12.16 stable Not tested 2023-05-23 11:23:25
1.12.15 stable Not tested 2023-05-02 12:51:40
1.12.14 stable Not tested 2023-03-06 11:38:16
1.12.13 stable Not tested 2023-01-13 12:05:27
1.12.12 stable Not tested 2022-10-24 07:52:03
1.12.11 stable Not tested 2022-08-05 11:16:39
1.12.10 stable Not tested 2022-07-18 08:23:17
1.12.9 stable Not tested 2022-04-15 13:15:02
1.12.8 stable Not tested 2022-04-15 09:07:37
1.12.7 stable Not tested 2021-10-27 08:38:57
1.12.6 stable Not tested 2021-09-27 13:10:04
1.12.5 stable Not tested 2021-08-30 08:10:19
1.12.4 stable Not tested 2021-04-06 08:00:16
1.12.3 stable Not tested 2021-03-24 09:19:30
1.12.2 stable Not tested 2021-03-17 09:04:08
1.12.1 stable Not tested 2021-01-25 14:39:36
1.12.0 stable Not tested 2021-01-13 09:06:11
1.11.1 stable Not tested 2020-11-19 15:51:01
1.11.0 stable Not tested 2020-11-18 09:59:27
1.10.5 stable Not tested 2020-08-06 11:52:28
1.10.4 stable Not tested 2020-08-04 14:12:39
1.10.3 stable Not tested 2020-07-20 14:19:33
1.10.2 stable Not tested 2020-02-17 09:22:41
1.10.1 stable Not tested 2020-01-31 14:29:31
1.10.0 stable Not tested 2020-01-08 15:23:44
1.9.0 stable Not tested 2019-10-16 07:25:14
1.8.7 stable Not tested 2019-09-27 14:17:20
1.8.6 stable Not tested 2019-08-12 07:13:24
1.8.5 stable Not tested 2019-05-31 13:41:11
1.8.4 stable Not tested 2019-03-29 08:29:06
1.8.3 stable Not tested 2019-03-06 08:23:23
1.8.2 stable Not tested 2019-01-04 13:03:59
1.8.1 stable Not tested 2019-01-02 09:21:18
1.8.0 stable Not tested 2018-12-28 09:50:17
1.7.3 stable Not tested 2018-11-13 07:42:42
1.7.2 stable Not tested 2018-11-09 09:36:53
1.7.1 stable Not tested 2018-10-22 07:45:38
1.7.0 stable Not tested 2018-09-25 09:19:51
1.6.2 stable Not tested 2018-07-24 09:17:03
1.6.1 stable Not tested 2018-04-23 11:46:08
1.6.0 stable Not tested 2018-03-16 08:11:40
1.5.0 stable Not tested 2018-02-28 12:39:00
1.4.9 stable Not tested 2017-09-22 13:30:16
1.4.8 stable Not tested 2017-08-21 10:49:43
1.4.7 stable Not tested 2017-06-14 14:42:27
1.4.6 stable Not tested 2017-05-25 09:30:15
1.4.5 stable Not tested 2017-03-31 08:57:20
1.4.4 stable Not tested 2017-02-27 12:51:42
1.4.3 stable Not tested 2017-01-13 15:19:16
1.4.2 stable Not tested 2016-11-28 10:11:31
1.4.1 stable Not tested 2016-11-14 09:21:26
1.4.0 stable Not tested 2016-09-30 08:15:37
1.3.1 stable Not tested 2016-09-20 13:38:53
1.3.0.2 stable Not tested 2016-08-02 07:52:35
1.3.0.1 stable Not tested 2016-07-08 06:32:34
1.3.0 stable Not tested 2016-06-24 13:05:55
1.2.3 stable Not tested 2016-05-26 10:32:33
1.2.2 stable Not tested 2016-05-19 11:58:22
1.0.2 stable Not tested 2016-04-14 13:23:46
1.0.1 stable Not tested 2016-04-01 12:01:55
1.0.0 stable Not tested 2016-02-18 12:47:27

No dependencies declared

This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.

QA results
Tool Status Findings Summary
PHPCS Pass 0
PHPStan Fail 46 46 errors (level 4, ruleset: phpstan + bitexpert/phpstan-magento)
Cpd Pass 0
Security Pass 0
License
OSL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.