PHPackages                             subscribepro/subscribepro-magento2-ext - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. subscribepro/subscribepro-magento2-ext

ActiveMagento2-module[API Development](/categories/api)

subscribepro/subscribepro-magento2-ext
======================================

Subscribe Pro Magento 2 Integration Extension

1.7.4(1y ago)22164.9k↓49.1%24[51 issues](https://github.com/subscribepro/subscribepro-magento2-ext/issues)[13 PRs](https://github.com/subscribepro/subscribepro-magento2-ext/pulls)MITPHPCI passing

Since Aug 23Pushed 4w ago4 watchersCompare

[ Source](https://github.com/subscribepro/subscribepro-magento2-ext)[ Packagist](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)[ RSS](/packages/subscribepro-subscribepro-magento2-ext/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (15)Versions (101)Used By (0)

Subscribe Pro Magento 2 Integration Extension
=============================================

[](#subscribe-pro-magento-2-integration-extension)

[![Latest Stable Version](https://camo.githubusercontent.com/bc3711406d6541a10ab082d8ed7ae9a9d6d0cd5ab1c7138d81ba4a210548c229/68747470733a2f2f706f7365722e707567782e6f72672f73756273637269626570726f2f73756273637269626570726f2d6d6167656e746f322d6578742f762f737461626c65)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)[![Total Downloads](https://camo.githubusercontent.com/4e9ab11198fc0b5e973e7aea7a2e0ad3708979c323ea373e02e4551ffd42eb2c/68747470733a2f2f706f7365722e707567782e6f72672f73756273637269626570726f2f73756273637269626570726f2d6d6167656e746f322d6578742f646f776e6c6f616473)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)[![Latest Unstable Version](https://camo.githubusercontent.com/7bb572f4840f7c08189c46919ca5ddf8eeb1b9f0056133c4525c6a404d82f692/68747470733a2f2f706f7365722e707567782e6f72672f73756273637269626570726f2f73756273637269626570726f2d6d6167656e746f322d6578742f762f756e737461626c65)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)[![License](https://camo.githubusercontent.com/031e93ae53c219c02ccdfbca11b8559adc727ef4f299242669e7442b97c1d729/68747470733a2f2f706f7365722e707567782e6f72672f73756273637269626570726f2f73756273637269626570726f2d6d6167656e746f322d6578742f6c6963656e7365)](https://packagist.org/packages/subscribepro/subscribepro-magento2-ext)

This is the official Magento 2 extension for Subscribe Pro.

To learn more about Subscribe Pro you can visit us at .

Getting Started
---------------

[](#getting-started)

Please visit our documentation website and start with our step by step integration guide for Magento 2:

Installation via Composer
-------------------------

[](#installation-via-composer)

You can install our Subscribe Pro Magento 2 extension via [Composer](http://getcomposer.org/). 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
----------------

[](#coding-standards)

Subscribe Pro team follows the standards described in

-  - 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   ) and are arguably too numerous for humans to remember and consistently apply, so official Magento team does not provide a human-readable description anyway
-  - this document describes semantic requirements and best coding practices
-  - JS coding standard
-  - less coding standard
-  - HTML coding standard

### Subscribe Pro's internal coding standards

[](#subscribe-pros-internal-coding-standards)

- Use fully-qualified class names in PHPDoc, e.g., ```
    /**
     * @param \Magento\Framework\App\RequestInterface $request
     * @return bool
     */

    ```

    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.
- No space after type cast, e.g., ```
    (int)$variable

    ```

    None of the existing PHP standards stipulates this at the moment of writing, so "no space" was elected.

### To confirm project is compliant with standards PHP\_CodeSniffer (`phpcs`)

[](#to-confirm-project-is-compliant-with-standards-php_codesniffer-phpcs)

Run PHP\_CodeSniffer:

```
vendor/bin/phpcs -s \
  --standard=Magento2 app/code/Swarming/SubscribePro \
  --extensions=phtml \
  --error-severity=10 \
  --ignore-annotations \
  --exclude=Magento2.Annotation.MethodAnnotationStructure \
  app/code/Swarming/SubscribePro
```

To automatically fix certain issues with PHP Code Beautifier and Fixer:

```
bin/phpcbf --standard=Magento2 \
  --extensions=phtml \
  --error-severity=10 \
  --ignore-annotations \
  --exclude=Magento2.Annotation.MethodAnnotationStructure \
  app/code/Swarming/SubscribePro
```

### Run `phpstan`

[](#run-phpstan)

```
bin/analyse app/code/Swarming/SubscribePro --level=1 -c app/code/Swarming/SubscribePro/phpstan.neon
```

### Run PHP Coding Standards Fixer (`php-cs-fixer`)

[](#run-php-coding-standards-fixer-php-cs-fixer)

```
php-cs-fixer fix src/app/code/Swarming/SubscribePro
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance48

Moderate activity, may be stable

Popularity44

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~84 days

Total

86

Last Release

608d ago

Major Versions

0.9.0 → 1.0.02016-09-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8466130?v=4)[Garth Brantley](/maintainers/garthbrantley)[@garthbrantley](https://github.com/garthbrantley)

---

Top Contributors

[![garthbrantley](https://avatars.githubusercontent.com/u/8466130?v=4)](https://github.com/garthbrantley "garthbrantley (205 commits)")[![imkingdavid](https://avatars.githubusercontent.com/u/217426?v=4)](https://github.com/imkingdavid "imkingdavid (152 commits)")[![eugene-shab](https://avatars.githubusercontent.com/u/1384207?v=4)](https://github.com/eugene-shab "eugene-shab (143 commits)")[![john-sparwasser](https://avatars.githubusercontent.com/u/660757?v=4)](https://github.com/john-sparwasser "john-sparwasser (99 commits)")[![graysonblanchard](https://avatars.githubusercontent.com/u/59659742?v=4)](https://github.com/graysonblanchard "graysonblanchard (37 commits)")[![ytorbyk](https://avatars.githubusercontent.com/u/6418650?v=4)](https://github.com/ytorbyk "ytorbyk (37 commits)")[![czettnersandor](https://avatars.githubusercontent.com/u/263174?v=4)](https://github.com/czettnersandor "czettnersandor (8 commits)")[![Ineedrepos](https://avatars.githubusercontent.com/u/172996032?v=4)](https://github.com/Ineedrepos "Ineedrepos (3 commits)")[![pmclain](https://avatars.githubusercontent.com/u/12674247?v=4)](https://github.com/pmclain "pmclain (1 commits)")[![SAN1TAR1UM](https://avatars.githubusercontent.com/u/910933?v=4)](https://github.com/SAN1TAR1UM "SAN1TAR1UM (1 commits)")[![vkalchenko](https://avatars.githubusercontent.com/u/6286091?v=4)](https://github.com/vkalchenko "vkalchenko (1 commits)")[![h3raldo](https://avatars.githubusercontent.com/u/11462996?v=4)](https://github.com/h3raldo "h3raldo (1 commits)")

---

Tags

magentomagento-2magento2-extensionmagento2-modulepaymentsrecurring-billingsubscription-commerce

### Embed Badge

![Health badge](/badges/subscribepro-subscribepro-magento2-ext/health.svg)

```
[![Health](https://phpackages.com/badges/subscribepro-subscribepro-magento2-ext/health.svg)](https://phpackages.com/packages/subscribepro-subscribepro-magento2-ext)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32426.0k8](/packages/buckaroo-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50406.2k23](/packages/dotdigital-dotdigital-magento2-extension)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2132.4k7](/packages/pagbank-payment-magento)[yireo/magento2-emailtester2

Preview transactional emails and test send them in your backend

34441.8k](/packages/yireo-magento2-emailtester2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
