coinforbarter/coinforbarter-v1-php

CoinForBarter PHP Library - Integrate and Manage cryptocurrency payments for goods and services

dev-main 2021-09-23 08:23 UTC

This package is auto-updated.

Last update: 2024-03-23 14:23:06 UTC


README

CoinForBarter V1 PHP Library is an MIT-licensed open source project. It can grow, thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Installation

This project using composer.

$ composer require coinforbarter/coinforbarter-v1-php

Usage

Integrate coinforbarter sdk.

<?php

use Coinforbarter\V1\CoinForBarter;

$coinforbarter = new CoinForBarter('publicKey', 'secretKey', 'encryptionKey');
echo $coinforbarter->Misc->getCountries();

Stay in touch

License

CoinForBarter is MIT licensed.