coinforbarter / coinforbarter-v1-php
CoinForBarter PHP Library - Integrate and Manage cryptocurrency payments for goods and services
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- guzzlehttp/guzzle: 7.4.x-dev
This package is auto-updated.
Last update: 2024-10-23 15:31:59 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
- Author - Ugwumadu, Uchenna Bright
- Website - https://coinforbarter.com
- Twitter - @c4b
License
CoinForBarter is MIT licensed.