Download the PHP package spectrocoin/magento2merchant without Composer

On this page you can find all versions of the php package spectrocoin/magento2merchant. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2merchant

SpectroCoin Bitcoin Merchant plugin for Magento 2

This is SpectroCoin Bitcoin Payment Extension for Magento 2. 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. Also you have to create a merchant project to get Merchant and Project IDs, to do so create a new merchant project here.

INSTALLATION

This plugin can be installed different ways:

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

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 -> Project list 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.

    1. Manually

    Private key:


    Public key:


  2. Login in admin panel of your Magento 2 web-shop

  3. Navigate to "Stores -> Configuration -> Sales -> 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: [email protected]
Phone: +442037697306
Skype: spectrocoin_merchant
Web: https://spectrocoin.com
Twitter: @spectrocoin
Facebook: SpectroCoin


All versions of magento2merchant with dependencies

PHP Build Version
Package Version
Requires nategood/httpful Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spectrocoin/magento2merchant contains the following files

Loading the files please wait ....