andrey-mashukov / exchanges
Exchanges api tools
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=7
- ext-json: *
- ext-mbstring: *
- agentzilla/http: ^0.1
- andrey-mashukov/crossrates: ^1.0
Requires (Dev)
- ext-dom: *
- logics/codesniffer: ^0.1||dev-trunk
- logics/extcheck: ^0.1||dev-trunk
- logics/phpunit-extensions: ^0.2||dev-trunk
- mamuz/php-dependency-analysis: ^0.6
- pdepend/pdepend: ^2.2
- phpdocumentor/phpdocumentor: ^2.9
- phploc/phploc: ^2.1
- phpmd/phpmd: ^2.4
- phpunit/phpunit: ^5.2
- sebastian/phpcpd: ^2.0
This package is auto-updated.
Last update: 2024-11-13 11:22:47 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!