Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfacashier/alfacashier-api-php

PHP Library for interacting with the ALFAcashier API.
https://github.com/alfacashier/alfacashier-api-php

alfacashier api bitcoin bitcoincash cryptocurrency dash ethereum ethereum-classic exchange litecoin monero nem php stellar xrp zcash

Last synced: about 9 hours ago
JSON representation

PHP Library for interacting with the ALFAcashier API.

Awesome Lists containing this project

README

        

## Description

**alfacashier-api-php** is a PHP Library for interacting with [ALFAcashier API](https://www.alfacashier.com/developers).

**alfacashier-api-php** provides instant automatic cryptocurrency exchange integration on your website via [ALFAcashier](https://www.alfacashier.com).

**alfacashier-api-php** allows you to integrate instant automatic exchange of the following cryptocurrencies:
* Bitcoin (BTC)
* Ethereum (ETH)
* XRP (XRP)
* Bitcoin Cash (BCH)
* Litecoin (LTC)
* Zcash (ZEC)
* Dash (DASH)
* Monero (XMR)
* NEM (XEM)
* Stellar (XLM)
* Ethereum Classic (ETC)

## Installation

alfacashier-api-php is available on [Packagist](https://packagist.org/packages/alfacashier/alfacashier-api-php) (using semantic versioning), and installation via [composer](https://getcomposer.org) is the recommended way to install alfacashier-api-php. Just add this line to your `composer.json` file:

```json
"alfacashier/alfacashier-api-php": "~v1.0"
```

or run

```sh
composer require alfacashier/alfacashier-api-php
```

Note that the `vendor` folder and the `vendor/autoload.php` script are generated by composer; they are not part of alfacashier-api-php.

Alternatively, if you're not using composer, copy the contents of the alfacashier-api-php folder somewhere and load each class file manually:

```php