PHPackages                             tapbuy/magento2-forter - 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. tapbuy/magento2-forter

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

tapbuy/magento2-forter
======================

Tapbuy Forter Integration for Magento 2

1.3.0(3mo ago)011OSL-3.0PHPPHP ^7.4 || ^8.1CI passing

Since Jan 15Pushed 3mo agoCompare

[ Source](https://github.com/tapbuy/magento2-forter)[ Packagist](https://packagist.org/packages/tapbuy/magento2-forter)[ RSS](/packages/tapbuy-magento2-forter/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (10)Versions (9)Used By (1)

Tapbuy Forter Integration for Magento 2
=======================================

[](#tapbuy-forter-integration-for-magento-2)

This module integrates Forter fraud prevention into Magento 2 for Tapbuy checkout.

Requirements
------------

[](#requirements)

- Magento 2.4.x
- PHP 8.1+
- `tapbuy/magento2-redirect-tracking` module

Installation
------------

[](#installation)

```
composer require tapbuy/magento2-forter
bin/magento module:enable Tapbuy_Forter
bin/magento setup:upgrade
bin/magento cache:flush
```

Structure
---------

[](#structure)

- `Api/` - API interfaces
- `Exception/` - Custom exceptions
- `Model/` - Business logic models
- `Observer/` - Event observers
- `Plugin/` - Magento plugins
- `etc/` - Module configuration

Related Modules
---------------

[](#related-modules)

- [tapbuy/magento2-forter-adyen](../forter-adyen) - Forter integration with Adyen payment gateway

Development
-----------

[](#development)

### Running Tests

[](#running-tests)

Tests run inside a Docker container that replicates the CI environment (PHP 8.3, Magento 2.4.7-p5). Docker must be running.

**Prerequisites:** clone the following sibling repository next to this one:

```
# From the parent directory
git clone git@github.com:tapbuy/magento-redirect-plugin.git redirect-tracking
```

**First-time setup:**

```
cp auth.json.dist auth.json
# Fill in your repo.magento.com public/private keys in auth.json
```

**Run all unit tests:**

```
make test
```

On the first run, the Docker image is built and Magento is installed into a named volume (`tapbuy-magento-2.4.7-p5-php83`). Subsequent runs reuse the cached volume and are fast.

> Do not use `composer test` — it runs PHPUnit without the Magento bootstrap and will fail or produce misleading results.

### Linting

[](#linting)

Linting runs PHPMD and PHPCS (Magento2 standard) inside the same Docker container as tests. Docker must be running.

**Run both linters:**

```
make lint
```

**Run individually:**

```
make phpmd   # PHP Mess Detector
make phpcs   # PHP CodeSniffer (Magento2 standard)
```

Both linters always run when using `make lint`; if either fails, the command exits with a non-zero code.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance79

Regular maintenance activity

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~9 days

Total

7

Last Release

115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f193163becacc7142aebf5cdcddf3c47d3c66c9476e2cbcc53e38ffb46b3561f?d=identicon)[valentin\_tapbuy](/maintainers/valentin_tapbuy)

---

Top Contributors

[![ValentinCreative](https://avatars.githubusercontent.com/u/1830588?v=4)](https://github.com/ValentinCreative "ValentinCreative (65 commits)")

### Embed Badge

![Health badge](/badges/tapbuy-magento2-forter/health.svg)

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

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[loki/magento2-components

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

1011.8k26](/packages/loki-magento2-components)[imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

19131.4k](/packages/imi-magento2-friendly-captcha)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.9k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

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