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

https://github.com/moneyphp/crypto-currencies

Provides up-to-date list of crypto currencies
https://github.com/moneyphp/crypto-currencies

Last synced: 5 months ago
JSON representation

Provides up-to-date list of crypto currencies

Awesome Lists containing this project

README

          

# PHP Crypto Currencies

This library provides up-to-date list of cryptocurrencies retrieved from various crypto exchanges. It uses the following crypto exchanges.

- Binance

Please be aware that this library solely exists to provide cryptocurrencies for [moneyphp/money](https://github.com/moneyphp/money). Using this library for other purposes is at your own risk.

## Usage

Install using composer.
```sh
composer install
```

Update currencies using composer.
```sh
composer fetch-update
```