PHPackages                             alfacashier/alfacashier-api-php - 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. [API Development](/categories/api)
4. /
5. alfacashier/alfacashier-api-php

ActiveLibrary[API Development](/categories/api)

alfacashier/alfacashier-api-php
===============================

PHP Library for interacting with ALFAcashier.com API

v1.0(7y ago)2141MITPHPPHP &gt;=5.4

Since Oct 3Pushed 7y agoCompare

[ Source](https://github.com/ALFAcashier/alfacashier-api-php)[ Packagist](https://packagist.org/packages/alfacashier/alfacashier-api-php)[ RSS](/packages/alfacashier-alfacashier-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Description
-----------

[](#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
------------

[](#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:

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

or run

```
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:

```
