subscribepro / subscribepro-magento2-ext
subscribepro/subscribepro-magento2-ext
Subscribe Pro Magento 2 Integration Extension
Subscribe Pro Magento 2 Integration Extension
This is the official Magento 2 extension for Subscribe Pro.
To learn more about Subscribe Pro you can visit us at https://www.subscribepro.com/.
Getting Started
Please visit our documentation website and start with our step by step integration guide for Magento 2: https://docs.subscribepro.com/display/spd/Install+Subscribe+Pro+for+Magento+2
Installation via Composer
You can install our Subscribe Pro Magento 2 extension via Composer. Please run these commands at the root of your Magento install:
composer require subscribepro/subscribepro-magento2-ext
php bin/magento module:enable Swarming_SubscribePro
php bin/magento setup:upgrade
Coding Standards
Subscribe Pro team follows the standards described in https://devdocs.magento.com
- https://devdocs.magento.com/guides/v2.4/coding-standards/bk-coding-standards.html - this document's purpose is to explain how the code should be formatted and the main idea for PHP developers is "use codesniffer". Helpful and concise instructions on how to set it up are provided. The rules imposed by codesniffer are based on PSR12 standard (see https://www.php-fig.org/psr/psr-1/ https://www.php-fig.org/psr/psr-2/ https://www.php-fig.org/psr/psr-12/) and are arguably too numerous for humans to remember and consistently apply, so official Magento team does not provide a human-readable description anyway
- https://devdocs.magento.com/guides/v2.4/coding-standards/technical-guidelines.html - this document describes semantic requirements and best coding practices
- https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-javascript.html - JS coding standard
- https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-less.html - less coding standard
- https://devdocs.magento.com/guides/v2.4/coding-standards/code-standard-html.html - HTML coding standard
Subscribe Pro's internal coding standards
- Use fully-qualified class names in PHPDoc, e.g.,
This is expected to make the code more clear when skimming through, leaves less ambiguity when dealing with classes that are named similarly but belong to different namespaces, in IDE there is no need to ctrl+click twice to actually see the class if an alias is used. This also eradicates the situations when an unnecessary use operator is included only for the sake of writing a phpdoc/comment./** * @param \Magento\Framework\App\RequestInterface $request * @return bool */ - No space after type cast, e.g.,
None of the existing PHP standards stipulates this at the moment of writing, so "no space" was elected.(int)$variable
To confirm project is compliant with standards
vendor/bin/phpcs --standard=Magento2 app/code/Swarming/SubscribePro
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.5.17 | stable | Not tested | Not yet tested Details | 2024-12-18 23:26:33 |
| 1.7.4 | stable | Fail | Magento 2.4.7 Details | 2024-11-20 14:14:09 |
| 1.7.3 | stable | Not tested | Not yet tested Details | 2024-09-20 14:07:45 |
| 1.7.2 | stable | Not tested | Not yet tested Details | 2024-09-20 13:09:27 |
| 1.7.1 | stable | Not tested | Not yet tested Details | 2024-01-17 17:47:50 |
| 1.7.0 | stable | Not tested | Not yet tested Details | 2023-12-19 01:32:46 |
| 1.6.0 | stable | Not tested | Not yet tested Details | 2023-08-25 17:37:47 |
| 1.5.16 | stable | Not tested | Not yet tested Details | 2022-09-16 00:43:00 |
| 1.5.15 | stable | Not tested | Not yet tested Details | 2022-05-05 20:22:07 |
| 1.5.14 | stable | Not tested | Not yet tested Details | 2022-04-26 21:45:16 |
| 1.5.13 | stable | Not tested | Not yet tested Details | 2022-04-16 14:31:44 |
| 1.5.12 | stable | Not tested | Not yet tested Details | 2022-03-08 20:52:36 |
| 1.5.11 | stable | Not tested | Not yet tested Details | 2022-02-17 21:49:21 |
| 1.5.10 | stable | Not tested | Not yet tested Details | 2022-02-16 20:59:31 |
| 1.5.9 | stable | Not tested | Not yet tested Details | 2021-12-22 19:25:36 |
| 1.5.8 | stable | Not tested | Not yet tested Details | 2021-11-17 21:28:47 |
| 1.5.7 | stable | Not tested | Not yet tested Details | 2021-11-12 20:03:20 |
| 1.5.6 | stable | Not tested | Not yet tested Details | 2021-10-19 15:13:25 |
| 1.5.5 | stable | Not tested | Not yet tested Details | 2021-10-15 17:48:56 |
| 1.5.4 | stable | Not tested | Not yet tested Details | 2021-10-07 12:48:11 |
| 1.5.3 | stable | Not tested | Not yet tested Details | 2021-07-23 15:27:33 |
| 1.5.2 | stable | Not tested | Not yet tested Details | 2021-06-10 17:04:22 |
| 1.5.1 | stable | Not tested | Not yet tested Details | 2021-05-26 14:04:30 |
| 1.5.0 | stable | Not tested | Not yet tested Details | 2021-05-14 18:17:53 |
| 1.4.2 | stable | Not tested | Not yet tested Details | 2021-04-30 20:39:28 |
| 1.4.1 | stable | Not tested | Not yet tested Details | 2021-03-02 22:20:28 |
| 1.4.0 | stable | Not tested | Not yet tested Details | 2021-03-02 14:41:15 |
| 1.3.7 | stable | Not tested | Not yet tested Details | 2020-11-03 21:41:34 |
| 1.3.6 | stable | Not tested | Not yet tested Details | 2020-10-02 15:09:29 |
| 1.3.5 | stable | Not tested | Not yet tested Details | 2020-09-25 19:41:10 |
| 1.3.4 | stable | Not tested | Not yet tested Details | 2020-09-22 14:28:37 |
| 1.3.3 | stable | Not tested | Not yet tested Details | 2020-09-19 04:49:58 |
| 1.3.2 | stable | Not tested | Not yet tested Details | 2020-08-13 14:55:57 |
| 1.3.1 | stable | Not tested | Not yet tested Details | 2020-07-31 16:19:22 |
| 1.3.0 | stable | Not tested | Not yet tested Details | 2020-06-30 16:21:22 |
| 1.2.8 | stable | Not tested | Not yet tested Details | 2020-06-15 08:52:59 |
| 1.2.7 | stable | Not tested | Not yet tested Details | 2020-04-22 21:10:10 |
| 1.2.6 | stable | Not tested | Not yet tested Details | 2020-04-14 14:17:57 |
| 1.2.5 | stable | Not tested | Not yet tested Details | 2020-02-14 19:18:55 |
| 1.2.4 | stable | Not tested | Not yet tested Details | 2019-12-10 03:35:31 |
| 1.2.3 | stable | Not tested | Not yet tested Details | 2019-12-05 16:36:48 |
| 1.2.2 | stable | Not tested | Not yet tested Details | 2019-11-22 21:07:41 |
| 1.2.1 | stable | Not tested | Not yet tested Details | 2019-11-13 22:08:50 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2019-11-08 00:43:47 |
| 1.1.11 | stable | Not tested | Not yet tested Details | 2019-10-23 17:28:49 |
| 1.1.10 | stable | Not tested | Not yet tested Details | 2019-10-09 19:54:00 |
| 1.1.8 | stable | Not tested | Not yet tested Details | 2019-08-16 13:19:43 |
| 1.1.7 | stable | Not tested | Not yet tested Details | 2019-08-12 01:27:03 |
| 1.1.6 | stable | Not tested | Not yet tested Details | 2019-04-08 13:37:58 |
| 1.1.5 | stable | Not tested | Not yet tested Details | 2019-01-14 18:58:26 |
| 1.1.4 | stable | Not tested | Not yet tested Details | 2018-10-12 15:23:22 |
| 1.1.3 | stable | Not tested | Not yet tested Details | 2018-09-06 16:47:26 |
| 1.1.2 | stable | Not tested | Not yet tested Details | 2018-05-03 19:41:45 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2018-04-20 18:01:41 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2018-04-18 17:43:06 |
| 1.0.29 | stable | Not tested | Not yet tested Details | 2018-04-17 13:22:48 |
| 1.0.28 | stable | Not tested | Not yet tested Details | 2018-03-29 21:20:55 |
| 1.0.27 | stable | Not tested | Not yet tested Details | 2018-03-23 15:46:15 |
| 1.0.26 | stable | Not tested | Not yet tested Details | 2018-03-16 21:55:56 |
| 1.0.25 | stable | Not tested | Not yet tested Details | 2018-03-08 23:36:18 |
| 1.0.24 | stable | Not tested | Not yet tested Details | 2018-02-23 19:26:18 |
| 1.0.23 | stable | Not tested | Not yet tested Details | 2018-02-16 21:58:50 |
| 1.0.22 | stable | Not tested | Not yet tested Details | 2017-12-19 18:53:07 |
| 1.0.21 | stable | Not tested | Not yet tested Details | 2017-11-27 21:48:12 |
| 1.0.20 | stable | Not tested | Not yet tested Details | 2017-11-14 23:58:37 |
| 1.0.19 | stable | Not tested | Not yet tested Details | 2017-09-13 16:02:30 |
| 1.0.18 | stable | Not tested | Not yet tested Details | 2017-08-13 17:36:40 |
| 1.0.17 | stable | Not tested | Not yet tested Details | 2017-06-26 13:45:55 |
| 1.0.16 | stable | Not tested | Not yet tested Details | 2017-06-16 21:05:30 |
| 1.0.15 | stable | Not tested | Not yet tested Details | 2017-05-02 18:30:06 |
| 1.0.14 | stable | Not tested | Not yet tested Details | 2017-04-12 19:26:13 |
| 1.0.13 | stable | Not tested | Not yet tested Details | 2017-03-31 15:26:44 |
| 1.0.12 | stable | Not tested | Not yet tested Details | 2017-03-29 14:27:14 |
| 1.0.11 | stable | Not tested | Not yet tested Details | 2017-03-28 14:31:57 |
| 1.0.10 | stable | Not tested | Not yet tested Details | 2017-03-15 15:40:00 |
| 1.0.9 | stable | Not tested | Not yet tested Details | 2017-03-08 19:59:33 |
| 1.0.8 | stable | Not tested | Not yet tested Details | 2017-02-22 22:08:10 |
| 1.0.7 | stable | Not tested | Not yet tested Details | 2017-02-16 21:11:39 |
| 1.0.6 | stable | Not tested | Not yet tested Details | 2017-02-11 15:00:14 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2017-01-09 04:42:52 |
| 1.0.4 | stable | Not tested | Not yet tested Details | 2016-11-08 20:42:12 |
| 1.0.3 | stable | Not tested | Not yet tested Details | 2016-11-08 18:08:16 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2016-11-08 17:46:23 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2016-10-12 14:42:47 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2016-09-12 12:58:32 |
| 0.9.0 | stable | Not tested | Not yet tested Details | 2016-08-23 13:03:53 |
Requires 12
| Package | Constraint |
|---|---|
| magento/module-customer | ^101.0.0|^102.0.0|^103.0.0 |
| magento/module-checkout | ^100.2.0|^100.3.0|^100.4.0 |
| magento/module-sales | ^101.0.0|^102.0.0|^103.0.0 |
| magento/module-quote | ^101.0.0|^101.1.0|^101.2.0 |
| magento/module-payment | ^100.2.0|^100.3.0|^100.4.0 |
| magento/module-vault | ^101.0.0|^101.1.0|^101.2.0 |
| magento/module-store | ^100.2.0|^101.0.0|^101.1.0 |
| magento/module-backend | ^100.2.0|^101.0.0|^102.0.0 |
| magento/module-theme | ^100.2.0|^101.0.0|^101.1.0 |
| magento/module-ui | ^101.0.0|^101.1.0|^101.2.0 |
| magento/framework | ^101.0.0|^102.0.0|^103.0.0 |
| subscribepro/subscribepro-php | ~1.1.6 |
Requires-dev 3
| Package | Constraint |
|---|---|
| magento/zendframework1 | 1.12.16 |
| zendframework/zend-stdlib | ~2.4.6 |
| monolog/monolog | ^2.8 |
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 | 161 | 1 error, 160 warnings (ruleset: Magento2) — 139 auto-fixable with phpcbf |
| PHPMD | Warning | 150 | 150 rule violations (MissingImport:65, UnusedFormalParameter:45, ExcessiveMethodLength:15, TooManyPublicMethods:6, CyclomaticComplexity:4) |
| Cpd | Warning | 103 | 103 duplicated chunks spanning 2859 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |
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
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.
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.