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
- Host: GitHub
- URL: https://github.com/moneyphp/crypto-currencies
- Owner: moneyphp
- License: mit
- Created: 2022-09-05T12:18:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-23T07:40:43.000Z (8 months ago)
- Last Synced: 2025-11-27T15:29:52.622Z (7 months ago)
- Language: PHP
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```