PHPackages                             nuxpay/module-merchant - 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. nuxpay/module-merchant

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

nuxpay/module-merchant
======================

Bitcoin integration for Magento 2 via Nuxpay

0.0.1(6y ago)015OSL-3.0PHP

Since Jan 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nuxpay/nuxpay)[ Packagist](https://packagist.org/packages/nuxpay/module-merchant)[ Docs](https://www.nuxpay.com)[ RSS](/packages/nuxpay-module-merchant/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nuxpay Payments
===============

[](#nuxpay-payments)

Accept cryptocurrency payments on your Magento 2 website with Nuxpay.

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

[](#installation)

### From github:

[](#from-github)

1. Go to Magento2 root folder
2. Enter following commands to enable maintenance mode:

    ```
    bin/magento maintenance:enable
    ```
3. Enter following commands to install module:

    ```
    composer require nuxpay/module-merchant:0.0.1
    ```

    Wait while dependencies are updated.
4. Enter following commands to enable module:

    ```
    php bin/magento module:enable Nuxpay_Merchant --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:clean
    php bin/magento cache:flush
    ```
5. Enter the following command to turn off the maintenance mode:

    ```
    php bin/magento maintenance:disable
    ```
6. Enable and configure Nuxpay in Magento Admin under Stores/Configuration/Payment Methods/nuxpay

To Uninstall
------------

[](#to-uninstall)

1. To uninstall:

    ```
    bin/magento module:uninstall -r Nuxpay_Merchant
    ```

    or

    For modules require static view files to be cleared

    ```
    bin/magento module:uninstall Nuxpay_Merchant --clear-static-content
    ```
2. To remove it from all store activities:

    ```
    bin/magento setup:upgrade
    ```
3. To clean cache and regenerate static contents with:

    ```
    bin/magento cache:clean
    bin/magento setup:static-content:deploy -f
    ```
4. Enter the following command to turn off the maintenance mode:

    ```
    php bin/magento maintenance:disable
    ```
5. Now your Nuxpay\_Merchant should be uninstalled.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

2309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dbe14669b4af3b3565af7f74c5da14a8aeae304f74c63af2eeb16a1f9369e3c?d=identicon)[nuxpay](/maintainers/nuxpay)

---

Top Contributors

[![nuxpay](https://avatars.githubusercontent.com/u/59903670?v=4)](https://github.com/nuxpay "nuxpay (1 commits)")

---

Tags

magentomerchantnuxpay

### Embed Badge

![Health badge](/badges/nuxpay-module-merchant/health.svg)

```
[![Health](https://phpackages.com/badges/nuxpay-module-merchant/health.svg)](https://phpackages.com/packages/nuxpay-module-merchant)
```

PHPackages © 2026

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