vaimo / kustom-module-osm
vaimo/kustom-module-osm
Kustom OnSite Messaging Magento 2 Extension
No README yet
The vendor hasn't published a README for this package. The latest version's install command is on the right.
4.0.15 / 2025-06-03
- PPP-2089 Updated version because of version dependency updates
4.0.14 / 2025-05-21
- PPP-2055 Compatibility with AC 2.4.8 and PHP 8.4
4.0.13 / 2025-04-23
- PPP-1814 Added Interoperability functionality
4.0.12 / 2025-04-03
- PPP-2040 Updated version because of new dependencies
4.0.11 / 2025-03-26
- PPP-2026 Updated dependencies
4.0.10 / 2025-02-11
- PPP-1983 Increased version because of new dependencies
4.0.9 / 2025-01-22
- PPP-1963 Updated the version because of new dependencies
4.0.8 / 2024-12-03
- PPP-1917 Increased version because of new dependencies
4.0.7 / 2024-11-05
- PPP-1784 Fix conflicting loads of Klarna web SDKs
4.0.6 / 2024-10-18
- PPP-1714 Simplify composer.json files
4.0.5 / 2024-09-26
- PPP-1521 Using the store instance to fetch the locale
4.0.4 / 2024-08-21
- PPP-37 Added missing unit tests
- PPP-1616 Added first API integration test
4.0.3 / 2024-08-12
- PPP-1604 Updated the version because of new versions of the dependencies
4.0.2 / 2024-07-29
- PPP-1563 Increased version because of new Klarna dependencies
4.0.1 / 2024-07-15
- PPP-1519 Added MFTF tests for the assurance program
4.0.0 / 2024-06-20
- PPP-1437 Updated the admin UX and changed internally the API credentials handling
3.0.17 / 2024-05-30
- PPP-1494 PPP-1385 Increased version because of new Klarna dependencies
3.0.16 / 2024-04-24
- PPP-1391 Added support for Adobe Commerce 2.4.7 and PHP 8.3
3.0.15 / 2024-04-11
- PPP-1113 Using the JS Web SDK
3.0.14 / 2024-03-30
- PPP-1364 Updated the version because new dependencies are used
3.0.13 / 2024-03-15
- PPP-1305 Updated the coding style to fix the marketplace warnings.
3.0.12 / 2024-03-04
- PPP-1298 Increased the version because of dependency updates
3.0.10 / 2024-02-01
- PPP-1088 Updated the version because of a dependency change
3.0.9 / 2024-01-19
- PPP-1059 Increased version because of a dependency version change
3.0.8 / 2024-01-19
- PPP-1058 Increased version because of a dependency version change
3.0.7 / 2024-01-05
- PPP-1044 Updated the composer dependencies because of new versions of Klarna modules.
3.0.6 / 2023-11-15
- PPP-929 Increased the version because of a new version of the Base module
3.0.5 / 2023-09-27
- PPP-772 Increased the version because of new dependency versions in the composer.json file
3.0.4 / 2023-08-25
- PPP-656 Updated the version because the dependency to the Klarna base module changed
3.0.3 / 2023-08-01
- MAGE-4227 Using a not deprecated way how to refresh the placements
3.0.2 / 2023-07-14
- MAGE-4141 Map Magento supported locales (BPC 47) with Klarna supported ones (RFC1766)
- MAGE-4228 Removed the composer caret version range for Klarna dependencies
3.0.1 / 2023-03-28
- MAGE-4162 Added support for PHP 8.2
3.0.0 / 2023-03-09
- MAGE-4077 Added "declare(strict_types=1);" to all production class files
2.1.5 / 2022-10-31
- MAGE-4069 Updated CSP rules
2.1.4 / 2022-09-14
- MAGE-3834 Defined new placements for the product and cart section since not all should be used anymore
- MAGE-3837 OSM can now be shown in the footer section
2.1.3 / 2022-08-12
- MAGE-3328 Make osm theme optional
- MAGE-3838 Changed the position of the menu item on the admin payment page
- MAGE-3876 Reordered translations and set of missing translations
- MAGE-3910 Updated the copyright text
2.1.2 / 2022-06-13
- MAGE-3785 Fix PHP requirements so that it matches the PHP requirement from Magento 2.4.4
- MAGE-3836 Fixed csp error
2.1.1 / 2022-05-31
- MAGE-3791 Fix OSM calculation on product page
2.1.0 / 2022-03-01
- Move from klarna/m2-payments
1.0.6 / 2021-06-10
- MAGE-3219 Removed redundant dependencies
1.0.4 / 2021-05-12
- MAGE-3061 Update MFTF credentials path
1.0.3 / 2020-11-24
- MAGE-2553 Fix Onsite Messaging when used by other Klarna products
- MAGE-2655 Add MFTF suite and test for Onsite Messaging
1.0.2 / 2020-08-10
- MAGE-2195 Fix issue with empty 'Design theme' field in Klarna On-Site Messaging
1.0.1 / 2020-04-06
- Initial Release
Requires 7
| Package | Constraint |
|---|---|
| vaimo/kustom-module-admin-settings | ^1 |
| vaimo/kustom-module-base | 11.0.* |
| magento/framework | ^103 |
| magento/module-catalog | ^103.0|^104.0 |
| magento/module-checkout | ^100.1 |
| magento/module-store | ^101.0 |
| php | ~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from Vaimo
View vendorTurn 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.