inpost / magento2-inpost-pay-dev
InPost Pay Magento 2 monorepo — development workspace.
InPost Pay for Magento 2
Monorepo containing all InPost Pay Magento 2 modules.
Packages
| Package | Composer name | Description |
|---|---|---|
| Restrictions | inpost/magento2-module-restrictions |
Product restrictions for InPost Pay |
| InPost Pay | inpost/magento2-module-inpost-pay |
Core InPost Pay integration |
| InPost Pay GraphQL | inpost/magento2-module-inpost-pay-graph-ql |
GraphQL endpoints |
| InPost Pay Commerce | inpost/magento2-module-inpost-pay-commerce |
Adobe Commerce support |
| Restrictions Commerce | inpost/magento2-module-restrictions-commerce |
Adobe Commerce restrictions support |
| InPost Pay Hyva Checkout | inpost/magento2-module-inpost-pay-hyva-checkout |
Hyva Checkout integration |
| InPost Pay Hyva Theme | inpost/magento2-module-inpost-pay-hyva-theme |
Hyva Theme integration |
Installation
Install individual packages via Composer:
composer require inpost/magento2-module-inpost-pay
bin/magento module:enable InPost_Restrictions InPost_InPostPay
bin/magento setup:upgrade
Development
# Install dev dependencies
composer install
# Run coding standards check
composer phpcs
# Run static analysis
composer phpstan
# Run tests
composer test
Contributing
Submit pull requests to this monorepo. Split repos (inpost/magento2-module-*) are read-only mirrors.
License
See individual package LICENSE files.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| v2.7.1 | stable | Not tested | Not yet tested Details | 2026-07-16 11:01:56 |
| v2.7.0 | stable | Not tested | Not yet tested Details | 2026-07-10 07:39:33 |
| 2.6.2 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2026-03-24 09:05:47 |
| 2.6.1 | stable | Not tested | Not yet tested Details | 2026-03-05 15:56:13 |
| 2.6.0 | stable | Not tested | Not yet tested Details | 2026-02-19 14:44:14 |
Requires-dev 4
| Package | Constraint |
|---|---|
| bitexpert/phpstan-magento | ^0.32 |
| magento/magento-coding-standard | ^33 |
| phpstan/phpstan | ^1.10 |
| phpunit/phpunit | ^10.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.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 260 | 19 errors, 241 warnings (ruleset: Magento2), 15 auto-fixable with phpcbf |
| PHPMD | Warning | 73 | 73 rule violations (UnusedPrivateField:73) |
| Cpd | Warning | 8 | 8 duplicated chunks spanning 336 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Pass | 0 |
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.
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
| 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 |
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 inpost
View vendorModule integrates InPost Pay Mobile application with Magento store. Implementation for Hyva Checkout
Module integrates InPost Pay Mobile application with Magento store. Implementation for Hyva Theme
Adobe Commerce Support Package for InPost_InPostPay module.
Adobe Commerce Support Package
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.