# hexasoft/module-fraudlabsprosmsverification

> FraudLabs Pro SMS Verification extension for Magento 2 that help merchants to authenticate the client's identity by sending them a SMS for verification.

`composer require hexasoft/module-fraudlabsprosmsverification`

Canonical URL: https://packagento.com/hexasoft/module-fraudlabsprosmsverification

## At a glance

- **Vendor**: hexasoft (https://packagento.com/hexasoft.md)
- **Latest version**: 1.4.1 — released 2025-08-08
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/hexasoft/module-fraudlabsprosmsverification and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require hexasoft/module-fraudlabsprosmsverification:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

FraudLabs Pro SMS Verification extension for Magento 2 that help merchants to authenticate the client's identity by sending them a SMS for verification.

## README

FraudLabs Pro SMS Verification is an extension that help merchants to authenticate the client’s identity by sending them a SMS for verification.

### Easy to setup

The setup is simple and only takes a few minutes. You just need to install the free FraudLabs Pro SMS Verification plugin, enter the API key and configure the settings.

### More Information

Sign up for a Free license key at https://www.fraudlabspro.com/sign-up. You will have free 10 SMS credits for you to start using the SMS verification.


## Installation

### Install Manually

1.  Download the FraudLabs Pro SMS Verification plugin from the FraudLabs Pro GitHub site at https://github.com/fraudlabspro/smsverification-magento2.
2.  Create a folder and name as Hexasoft.
3.  Unzip the file that downloaded from FraudLabs Pro GitHub site, rename it to FraudLabsProSmsVerification and transfer it into Hexasoft folder.
4.  Upload the Hexasoft folder to the subdirectory of Magento installation root directory as: magento2/app/code/
5.  Login to the Magento admin page and disable the cache under the System -> Cache Management page. 
6.  At the Linux server command line enter the following command in the Magento root directory: php bin/magento setup:upgrade

### Install via Composer

1.  At the Linux server command line enter the following command in Magento root directory: composer require hexasoft/module-fraudlabsprosmsverification
2.  Next continue by entering: composer update
3.  Then follow by: php bin/magento setup:upgrade

For more detail information please refer https://www.fraudlabspro.com/resources/tutorials/how-to-install-fraudlabs-pro-sms-verification-plugin-on-magento-2/

## Changelog

Revision History for FraudLabs Pro SMS Verification Magento 2

1.4.1 2025-08-07
        Fixed security vulnerabilities.

1.4.0 2024-12-16
        Supported Adobe Commerce (cloud).

1.3.0 2023-12-27
        Update to FraudLabs Pro SMS Verification API v2.

1.2.3 2023-06-12
        Update FraudLabs Pro SMS Verification settings page.

1.2.2 2022-05-12
        Fix compatibility issue with latest Magento.

1.2.1 2021-10-20
        Add new common messages customization.

1.2.0 2021-06-25
        Support common messages customization.

1.1.3 2021-03-31
        Improve SMS verification process.

1.1.2 2021-01-26
        Add default country code for SMS sending.

1.1.1 2020-12-17
        Improve phone number entering.

1.1.0 2020-09-02
        Implement SMS OTP timeout.

1.0.2 2019-12-26
        Bug fixes.

1.0.1 2019-10-14
        Minor fixes.

1.0.0 2019-05-24
        First release.

## Recent Versions

| Version | Released |
|---|---|
| 1.4.1 | 2025-08-08 |
| 1.4.0 | 2025-02-20 |
| 1.3.0 | 2023-12-29 |
| 1.2.3 | 2023-06-12 |
| 1.2.2 | 2022-05-12 |
| 1.2.1 | 2021-10-21 |
| 1.2.0 | 2021-06-28 |
| 1.1.3 | 2021-04-01 |
| 1.1.2 | 2021-01-26 |
| 1.1.1 | 2020-12-18 |

Showing 10 of 14 versions. Full release history on https://packagento.com/hexasoft/module-fraudlabsprosmsverification.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| php | >=5.5 |

## Quality

Latest release (1.4.1) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | Pass | – |
| 2.4.9 | – | – | Pass | Pass |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — 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 | Warning | 141 | 141 warnings (ruleset: Magento2) — 64 auto-fixable with phpcbf |
| PHPMD | Warning | 21 | 21 rule violations (UndefinedVariable:14, CyclomaticComplexity:3, NPathComplexity:3, ExcessiveMethodLength:1) |
| Cpd | Warning | 1 | 1 duplicated chunk spanning 33 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 6 | 6 | – | – |
| 2.4.8 | – | 6 | 6 | – |
| 2.4.9 | – | – | 6 | 6 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit 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 |

#### 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

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["hexasoft/module-fraudlabsprosmsverification"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

hexasoft is a Magento 2 vendor on Packagento. See https://packagento.com/hexasoft.md for their full catalogue.

