PHPackages                             spectrocoin/magento2merchant - 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. spectrocoin/magento2merchant

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

spectrocoin/magento2merchant
============================

SpectroCoin cryptocurrency payment gateway for Magento2

1.0.0(6y ago)517.6k↓33.3%3[1 PRs](https://github.com/SpectroCoin/Magento-2-Bitcoin-Payment-Gateway-Extension/pulls)GPL-3.0+PHP

Since Jun 5Pushed 2y ago2 watchersCompare

[ Source](https://github.com/SpectroCoin/Magento-2-Bitcoin-Payment-Gateway-Extension)[ Packagist](https://packagist.org/packages/spectrocoin/magento2merchant)[ Docs](https://spectrocoin.com)[ RSS](/packages/spectrocoin-magento2merchant/feed)WikiDiscussions master Synced 1mo ago

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

SpectroCoin Bitcoin Merchant plugin for Magento 2
-------------------------------------------------

[](#spectrocoin-bitcoin-merchant-plugin-for-magento-2)

This is [SpectroCoin Bitcoin Payment Extension for Magento 2](https://spectrocoin.com/en/plugins/accept-bitcoin-magento2.html). This extenstion allows to easily accept bitcoins (and other cryptocurrencies such as DASH) at your Magento 2 website.

To succesfully use this plugin, you have to have a SpectroCoin Bitcoin wallet. You can get it [here](https://spectrocoin.com/en/bitcoin-wallet.html). Also you have to create a merchant project to get Merchant and Project IDs, to do so create a new merchant project [here](https://spectrocoin.com/en/merchant/api/create.html).

**INSTALLATION**

This plugin can be installed different ways:

- Copy files and directories to your server
- /spectrocoin/ folder from repository should be moved to /app/code/Spectrocoin/Merchant folder in magento.

### Copying files and directories to your server manually

[](#copying-files-and-directories-to-your-server-manually)

Connect to your server by ssh:

`$ ssh user:password@server`

Go to the magento web-root:

`cd /var/www`

Create directories for the extension:

`mkdir -p app/code/Spectrocoin/Merchant`

Clone plugin:

`git clone https://github.com/SpectroCoin/Magento-2-Bitcoin-Payment-Gateway-Extension.git ./app/code/Spectrocoin/Merchant`

Run magento:

`composer require nategood/httpful` (this dependency has to be installed manually)

`bin/magento module:enable Spectrocoin_Merchant --clear-static-content`

`bin/magento setup:upgrade`

`bin/magento setup:di:compile`

### Install files via composer

[](#install-files-via-composer)

Go to the magento web-root. Enter following command: `composer require spectrocoin/magento2merchant`

Enter following commands to enable plugin: `php bin/magento module:enable Spectrocoin_Merchant --clear-static-content`

`php bin/magento setup:upgrade`

`bin/magento setup:di:compile`

Go to the plugin file directory and install dependencies:

`cd app/code/Spectrocoin/Merchant`

`composer install`

**CONFIGURATION**

1. Generate private and public keys

    1. Automatically

    Go to [SpectroCoin](https://spectrocoin.com/) -&gt; [Project list](https://spectrocoin.com/en/merchant/api/list.html)click on your project, then select "Edit Project and then click "Generate" (next to Public key field), as a result you will get an automatically generated private key, download and save it. The matching Public key will be generated automatically and added to your project.

    2. Manually

    Private key:

    ```
    # generate a 2048-bit RSA private key
    openssl genrsa -out "C:\private" 2048
    ```

     Public key: ```shell # output public key portion in PEM format openssl rsa -in "C:\\private" -pubout -outform PEM -out "C:\\public" ```
2. Login in admin panel of your Magento 2 web-shop
3. Navigate to "Stores -&gt; Configuration -&gt; Sales -&gt; Payment methods"
4. Click on "Bitcoin via Spectrocoin" and fill the form enter your Merchant ID, Project ID and private key.

**INFORMATION**

This plugin has been developed by SpectroCoin.com If you need any further support regarding our services you can contact us via:
E-mail:
Phone: +442037697306
Skype: spectrocoin\_merchant
Web:
Twitter: [@spectrocoin](https://twitter.com/spectrocoin)
Facebook: [SpectroCoin](https://www.facebook.com/spectrocoin)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

2540d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef0e5a1d6d4825db2c7013f8332514e9b9417b631974cabb4eb8e0f8a8e6b48b?d=identicon)[spectrocoin](/maintainers/spectrocoin)

---

Top Contributors

[![ktamasauskas](https://avatars.githubusercontent.com/u/23361466?v=4)](https://github.com/ktamasauskas "ktamasauskas (8 commits)")[![SteinCode](https://avatars.githubusercontent.com/u/94236278?v=4)](https://github.com/SteinCode "SteinCode (6 commits)")[![mindro](https://avatars.githubusercontent.com/u/24872324?v=4)](https://github.com/mindro "mindro (3 commits)")[![jdojff](https://avatars.githubusercontent.com/u/8099887?v=4)](https://github.com/jdojff "jdojff (2 commits)")

---

Tags

paymentgatewaybitcoinbtcmerchantmagento2altcoindashxemspectrocoin

### Embed Badge

![Health badge](/badges/spectrocoin-magento2merchant/health.svg)

```
[![Health](https://phpackages.com/badges/spectrocoin-magento2merchant/health.svg)](https://phpackages.com/packages/spectrocoin-magento2merchant)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

41.5k328.9k1](/packages/ccxt-ccxt)[coingate/coingate-php

CoinGate library for PHP

56459.2k1](/packages/coingate-coingate-php)[omnipay/bitpay

BitPay driver for the Omnipay payment processing library

1383.2k1](/packages/omnipay-bitpay)[coingate/omnipay-coingate

CoinGate driver for the Omnipay payment processing library

1037.0k1](/packages/coingate-omnipay-coingate)[plisio/plisio-api-php

155.8k](/packages/plisio-plisio-api-php)

PHPackages © 2026

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