PHPackages                             nofrixion/magento2-payments-module - 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. [Payment Processing](/categories/payments)
4. /
5. nofrixion/magento2-payments-module

ActiveMagento2-module[Payment Processing](/categories/payments)

nofrixion/magento2-payments-module
==================================

Nofrixion online payments for Magento 2

v2.0.0(2y ago)094MITPHP

Since Mar 15Pushed 2y ago2 watchersCompare

[ Source](https://github.com/nofrixion/magento2-payment-module)[ Packagist](https://packagist.org/packages/nofrixion/magento2-payments-module)[ RSS](/packages/nofrixion-magento2-payments-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Magento 2 Module for Nofrixion Payments
=======================================

[](#magento-2-module-for-nofrixion-payments)

NoFrixion.com online payments for your Magento 2 store.

System Requirements
-------------------

[](#system-requirements)

The NoFrixion payments module is designed to be compatible Magento 2.4.4 onwards (note, support for the 2.4.0-2.4.3 release line [ended on November 28, 2022](https://experienceleague.adobe.com/docs/commerce-operations/release/versions.html?lang=en)).

For the underlying Magento dependencies, please refer to the [Magento system requirements](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html).

Installation, Updates &amp; Removal
-----------------------------------

[](#installation-updates--removal)

It is recommended to use the `composer` PHP package manager for production magento deployments. `composer` can be used to install, update and remove the NoFrixion magento 2 module.

### Installation

[](#installation)

Install the NoFrixion payments module using composer by running the following commands:

```
composer require nofrixion/magento2-payments-module
php bin/magento module:enable Nofrixion_Payments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

\* it is also possible to install the module by downloading the ZIP file from github and extracting it to `{magento-install-directory/app/code/Nofrixion/Payments`. Then run the last four commands in the sequence above to enable the plugin. This method is NOT recommended for production environments.

Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento administration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.

### Updates

[](#updates)

If you have installed the payments module using the composer command specified above, you can update the plugin using composer. From a shell session on your magento server, run:

```
composer update nofrixion/magento2-payments-module
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

If you are updating a production environment, we recommend [placing the store in maintenance mode](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/maintenance-mode.html) first.

### Removal

[](#removal)

To remove the payment module:

- Login to the Magento storefront administration panel and:
    - Disable the module in the `Stores -> Configuration -> Sales -> Payment Methods` section.
    - Go to the cache management page and refresh any caches with a status of 'invalidated'.
- Open a shell to your Magento server and:
    - Disable the module at server level by running `php bin/magento module:disable Nofrixion_Payments`.
    - Run `composer remove nofrixion/magento2-payments-module`.
    - Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `php bin/magento setup:di:compile` again.)
- Depending on how caching services are configured on your Magento server it may be necessary to restart the application stack at this point.

Configuration
-------------

[](#configuration)

See the [NoFrixion guide on configuring the `magento2-payments-module`](https://docs.nofrixion.com/docs/nofrixion-magento-2-payment-module)

Known Issues
------------

[](#known-issues)

There is a known issue where PayPal buttons render over the tooltip. This has not been directly fixed in the plugin as it would would involve applying styles to another vendor's module. Affected merchants can resolve this issue by applying the following style to the header section of the Magento storefront theme via `Content -> Design -> Configuration`.

```

iframe {
    z-index: 1 !important;
}

```

Troubleshooting
---------------

[](#troubleshooting)

If something goes wrong during installation or during deployment, just follow the typical Magento 2 module installation steps. The NoFrixion Payments module follows all Magento 2 standards and should not be any different.

1. Switch or make sure you are in developer mode
2. Remove all temporary files to make sure your latest changes are being applied. This is done by emptying the cache (typically in `MAGENTO_ROOT/var/cache` or your cache server, like Redis) and the files generated in `MAGENTO_ROOT/generated` and `MAGENTO_ROOT/var/view_preprocessed`.
3. Try again
4. If this is a production server, make sure you switch back to production mode

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~14 days

Recently: every ~23 days

Total

10

Last Release

1022d ago

Major Versions

v1.0.8 → v2.0.02023-07-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c5d7eced5c1e83ea0d795059900fae188d6f5c09f91f2774ab6034e5d945da2?d=identicon)[woutersamaey](/maintainers/woutersamaey)

---

Top Contributors

[![jamesbramich](https://avatars.githubusercontent.com/u/85469947?v=4)](https://github.com/jamesbramich "jamesbramich (72 commits)")[![woutersamaey](https://avatars.githubusercontent.com/u/71019?v=4)](https://github.com/woutersamaey "woutersamaey (12 commits)")[![james-nofrixion](https://avatars.githubusercontent.com/u/109164919?v=4)](https://github.com/james-nofrixion "james-nofrixion (4 commits)")

### Embed Badge

![Health badge](/badges/nofrixion-magento2-payments-module/health.svg)

```
[![Health](https://phpackages.com/badges/nofrixion-magento2-payments-module/health.svg)](https://phpackages.com/packages/nofrixion-magento2-payments-module)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/braintree

Braintree gateway for Omnipay payment processing library

35558.0k3](/packages/omnipay-braintree)

PHPackages © 2026

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