mage2pro / vantiv

mage2pro/vantiv

Vantiv integration with Magento 2

magento2-module Compatibility: Not compatible Code Quality: Fail Tests: N/A Security: Pass proprietary

The module integrates a Magento 2 based webstore with the Vantiv payment service.
The module is free and open source.

How to install

Hire me in Upwork, and I will:

  • install and configure the module properly on your website
  • answer your questions
  • solve compatiblity problems with third-party checkout, shipping, marketing modules
  • implement new features you need

2. Self-installation

bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/vantiv:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/vantiv
rm -f composer.lock
composer clear-cache
composer require mage2pro/vantiv:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.2.2 stable Fail Not compatible Details 2024-09-24 07:19:10
1.2.1 stable Not tested Not yet tested Details 2024-03-05 20:02:03
1.2.0 stable Not tested Not yet tested Details 2023-02-09 09:06:20
1.1.7 stable Not tested Not yet tested Details 2022-10-15 03:59:53
1.1.6 stable Not tested Not yet tested Details 2020-01-31 09:44:40
1.1.5 stable Not tested Not yet tested Details 2019-11-20 15:30:05
1.1.4 stable Not tested Not yet tested Details 2019-11-20 08:44:45
1.1.3 stable Not tested Not yet tested Details 2019-09-28 09:12:12
1.1.2 stable Not tested Not yet tested Details 2019-05-10 07:16:28
1.1.1 stable Not tested Not yet tested Details 2019-02-21 17:33:23
1.1.0 stable Not tested Not yet tested Details 2019-02-21 16:48:21
1.0.9 stable Not tested Not yet tested Details 2019-02-08 04:44:25
1.0.8 stable Not tested Not yet tested Details 2019-01-29 15:58:13
1.0.7 stable Not tested Not yet tested Details 2019-01-29 15:51:35
1.0.6 stable Not tested Not yet tested Details 2019-01-29 15:50:44
1.0.5 stable Not tested Not yet tested Details 2019-01-28 14:29:47
1.0.4 stable Not tested Not yet tested Details 2019-01-28 14:23:01
1.0.3 stable Not tested Not yet tested Details 2019-01-18 13:38:30
1.0.2 stable Not tested Not yet tested Details 2018-12-22 10:02:06
1.0.1 stable Not tested Not yet tested Details 2018-12-20 07:14:38
1.0.0 stable Not tested Not yet tested Details 2018-12-19 05:31:31
0.0.7 stable Not tested Not yet tested Details 2018-12-19 04:12:23
0.0.6 stable Not tested Not yet tested Details 2018-12-18 23:01:41
0.0.5 stable Not tested Not yet tested Details 2018-12-18 20:42:53
0.0.4 stable Not tested Not yet tested Details 2018-12-18 19:54:26
0.0.3 stable Not tested Not yet tested Details 2018-12-18 17:36:22
0.0.2 stable Not tested Not yet tested Details 2018-12-18 01:58:26
0.0.1 stable Not tested Not yet tested Details 2018-12-16 20:53:44

Requires 1

Package Constraint
mage2pro/core >=11.4.2

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.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 Pass not tested
2.4.9 not tested Fail di error

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.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 1409 21 errors, 1388 warnings (ruleset: Magento2) — 1343 auto-fixable with phpcbf
PHPMD Warning 19 19 rule violations (UnusedFormalParameter:16, UnusedPrivateMethod:1, ExcessiveMethodLength:1, TooManyPublicMethods:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (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.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 1125 1125
2.4.8 1124 1159
2.4.9 1160 1160

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

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
proprietary
Homepage
https://mage2.pro/c/extensions/vantiv
Authors

More from mage2pro

View vendor
Make it pay

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.