2017 © Pedro Peláez
 

magento2-module subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension

image

subscribepro/subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension

  • Thursday, May 3, 2018
  • by garthbrantley
  • Repository
  • 3 Watchers
  • 15 Stars
  • 8,508 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 18 Open issues
  • 46 Versions
  • 18 % Grown

The README.md

Subscribe Pro Magento 2 Integration Extension

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This is the official Magento 2 extension for Subscribe Pro., (*2)

To learn more about Subscribe Pro you can visit us at https://www.subscribepro.com/., (*3)

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, (*4)

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: bash composer require subscribepro/subscribepro-magento2-ext php bin/magento module:enable Swarming_SubscribePro php bin/magento setup:upgrade, (*5)

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, (*6)

Subscribe Pro's 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)

Run PHP_CodeSniffer:, (*7)

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:, (*8)

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

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)

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

The Versions

03/05 2018

dev-master

9999999-dev

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

03/05 2018

1.1.2

1.1.2.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

20/04 2018

1.1.1

1.1.1.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

18/04 2018

1.1.0

1.1.0.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

17/04 2018

1.0.29

1.0.29.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

29/03 2018

1.0.28

1.0.28.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

23/03 2018

1.0.27

1.0.27.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

16/03 2018

1.0.26

1.0.26.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

09/03 2018

1.0.25

1.0.25.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

23/02 2018

1.0.24

1.0.24.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

16/02 2018

1.0.23

1.0.23.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

19/12 2017

1.0.22

1.0.22.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.13

 

The Development Requires

27/11 2017

1.0.21

1.0.21.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^101.0.0
  • magento/module-backend ^100.2.0
  • magento/module-checkout ^100.2.0
  • magento/module-customer ^101.0.0
  • magento/module-payment ^100.2.0
  • magento/module-quote ^101.0.0
  • magento/module-sales ^101.0.0
  • magento/module-store ^100.2.0
  • magento/module-theme ^100.2.0
  • magento/module-ui ^101.0.0
  • magento/module-vault ^101.0.0
  • subscribepro/subscribepro-php ~1.0.8

 

The Development Requires

15/11 2017

1.0.20

1.0.20.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.8

 

The Development Requires

04/10 2017

dev-fix-issue-40

dev-fix-issue-40

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.8

 

The Development Requires

13/09 2017

1.0.19

1.0.19.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.8

 

The Development Requires

13/08 2017

1.0.18

1.0.18.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.6

 

The Development Requires

26/06 2017

1.0.17

1.0.17.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

15/06 2017

dev-spreedly-iframe-tests

dev-spreedly-iframe-tests

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

15/06 2017

1.0.16

1.0.16.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

15/06 2017

dev-multiple-submissions-fix

dev-multiple-submissions-fix

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

14/06 2017

dev-debugging_platform_exception

dev-debugging_platform_exception

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

22/05 2017

dev-cart-discount-rules

dev-cart-discount-rules

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

22/05 2017

dev-admin-subscription-ordering

dev-admin-subscription-ordering

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

10/05 2017

dev-shopping-cart-discount-rules

dev-shopping-cart-discount-rules

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

02/05 2017

1.0.15

1.0.15.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.5

 

The Development Requires

28/04 2017

dev-issue-28-fix

dev-issue-28-fix

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

12/04 2017

1.0.14

1.0.14.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

31/03 2017

dev-vault-logging

dev-vault-logging

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

31/03 2017

1.0.13

1.0.13.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

29/03 2017

1.0.12

1.0.12.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

28/03 2017

1.0.11

1.0.11.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

15/03 2017

1.0.10

1.0.10.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

08/03 2017

1.0.9

1.0.9.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

08/03 2017

dev-feat-customer-email-flag

dev-feat-customer-email-flag

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/module-customer ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-vault ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/framework ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

03/03 2017

dev-feat-my-subscriptions

dev-feat-my-subscriptions

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

22/02 2017

1.0.8

1.0.8.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

16/02 2017

1.0.7

1.0.7.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

11/02 2017

1.0.6

1.0.6.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.2

 

The Development Requires

05/01 2017

1.0.5

1.0.5.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php 1.0.0

 

The Development Requires

08/11 2016

1.0.4

1.0.4.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.0

 

The Development Requires

08/11 2016

1.0.3

1.0.3.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~1.0.0

 

The Development Requires

08/11 2016

1.0.2

1.0.2.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~0.9.4

 

The Development Requires

12/10 2016

1.0.1

1.0.1.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~0.9.4

 

The Development Requires

09/09 2016

1.0.0

1.0.0.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires

  • magento/framework ^100.1.0
  • magento/module-backend ^100.1.0
  • magento/module-checkout ^100.1.0
  • magento/module-customer ^100.1.0
  • magento/module-payment ^100.1.0
  • magento/module-quote ^100.1.0
  • magento/module-sales ^100.1.0
  • magento/module-store ^100.1.0
  • magento/module-theme ^100.1.0
  • magento/module-ui ^100.1.0
  • magento/module-vault ^100.1.0
  • subscribepro/subscribepro-php ~0.9.4

 

The Development Requires

23/08 2016

0.9.0

0.9.0.0

Subscribe Pro Magento 2 Integration Extension

  Sources   Download

MIT

The Requires