PHPackages                             cryptom2/magento-crypto-currency - 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. cryptom2/magento-crypto-currency

ActiveMagento2-module

cryptom2/magento-crypto-currency
================================

Crypto Currency for Magento 2

1.0.0(2y ago)1201MITPHP

Since Feb 5Pushed 2y ago2 watchersCompare

[ Source](https://github.com/torys877/magento-crypto-currency)[ Packagist](https://packagist.org/packages/cryptom2/magento-crypto-currency)[ RSS](/packages/cryptom2-magento-crypto-currency/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Crypto Currency Magento 2 Extension
===================================

[](#crypto-currency-magento-2-extension)

Extension allows adding any crypto currency and blockchain data to Magento 2.

Table of contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Author](#author)
- [License](#license)

Features
--------

[](#features)

- Add as many crypto currencies as you want.
- Add as many tokens (ERC20) as you want (including stablecoint USDT/USDC etc).
- Customize precision (decimal places), output format, symbol etc.
- Preloaded with some top cryptocurencies like *Ethereum (ETH)*, *Polygon (Matic)*, *USDT*, *USDC*.

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

[](#installation)

Install module:

`composer require cryptom2/magento-crypto-currency:v1.0.0`

And run

```
php bin/magento setup:upgrade
```

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

[](#configuration)

### Add New Currency

[](#add-new-currency)

- Go to `Stores->Crypto->Custom Currencies`
- Click `Add New Currency`
- Fill Data:
    - `Is Cryptocurrency?` - set if it is crypto
    - `Is Token` - set if it is token (`yes` - it will use ERC20 methods to send payment, `no` - it will use just blockchain transactions)
    - `Currency Contract ABI` - input ABI of token contract if it is ERC20

[![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_002.png)](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_002.png)

### Add Blockchain Network

[](#add-blockchain-network)

- Go to `Stores->Crypto->Blockchain Networks`
- Click `Add New Blockchain`
- Fill Data:
    - `Chain ID` - chain id of blockchain network, mandatory
    - `Blockchain Code` - custom blockchain code (can be any)
    - `Blockchain Name`
    - `Blockchain Explorer Url` - Url of explorer where admin and customers can be find transaction details
    - `Is Check in Block Explorer?` - set if it is necessary to check transaction status asynchronously by cron in explorer (more reliably, then realtime checking after payment)
    - `Blockchain Explorer API Url` - api url in explorer
    - `Blockchain Explorer API Key` - your explorer api key

[![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_003.png)](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_003.png)

### Add Crypto Currency Addresses

[](#add-crypto-currency-addresses)

- Go to `Stores->Crypto->Currency Addresses`
- Click `Add New Currency Address`
- Fill Data:
    - `Blockchain Network` - choose blockchain from previous step, in which cryptocurrency exists
    - `Currency` - choose currency from previous step
    - `Merchant Address In Blockchain` - fill with YOUR wallet address where you are going to receive payments
    - `Currency Token Address In Blockchain` - fill with crypto currency ERC20 address (if it is token, or leave empty if it is native currency)

[![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_004.png)](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_004.png)

Author
------

[](#author)

### Ihor Oleksiienko

[](#ihor-oleksiienko)

- [Github](https://github.com/torys877)
- [Linkedin](https://www.linkedin.com/in/igor-alekseyenko-77613726/)
- [Facebook](https://www.facebook.com/torysua/)

License
-------

[](#license)

Extension is licensed under the MIT License - see the LICENSE file for details

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

823d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68833022e981b0897094481a2ca162b5a862478a83f434aca3f9691b4567ec0f?d=identicon)[Torys877](/maintainers/Torys877)

### Embed Badge

![Health badge](/badges/cryptom2-magento-crypto-currency/health.svg)

```
[![Health](https://phpackages.com/badges/cryptom2-magento-crypto-currency/health.svg)](https://phpackages.com/packages/cryptom2-magento-crypto-currency)
```

PHPackages © 2026

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