andrey-mashukov/exchanges

Exchanges api tools

Maintainers

Package info

github.com/AndreyMashukov/exchanges

Language:HTML

pkg:composer/andrey-mashukov/exchanges

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2018-05-16 11:19 UTC

This package is auto-updated.

Last update: 2026-02-13 14:41:58 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!