andrey-mashukov/exchanges

Exchanges api tools

1.0 2018-05-16 11:19 UTC

This package is auto-updated.

Last update: 2024-04-13 10:09:26 UTC


README

Crypto exchange rates

This package provide ability to get tickers from crypto exchanges API, such as: Binance, Bitfinex, Bitstamp, Bittrex, Bloomberg, Kraken, Poloniex

Instalation

Use composer for instalacion, run this command in CLI: composer require andrey-mashukov/exchanges

How to use?

See tests dir, all Classes covered by PHPUnit testing

One interface for all exchanges

This tool provide ability to get data from Exchanges API in one interface, it allow to write abstract programms!