adman9000 / laravel-coinmarketcap
Implementation of Coinmarketcap trading API for Laravel
Package info
github.com/adman9000/laravel-coinmarketcap
pkg:composer/adman9000/laravel-coinmarketcap
dev-master
2026-06-05 17:09 UTC
Requires
- php: >=5.6.4
- ext-curl: *
- laravel/framework: >=5.3
This package is auto-updated.
Last update: 2026-06-05 17:09:54 UTC
README
This package is abandoned and no longer maintained.
CoinMarketCap shut down the unauthenticated v1 API in 2018. This package targets those endpoints and will not work. No further updates are planned.
Alternatives
If you need to integrate CoinMarketCap data into a Laravel application, consider:
- CoinGecko — more generous free tier, no credit card required. Well-maintained PHP clients are available on Packagist.
tigusigalpa/coinmarketcap-php— PHP wrapper targeting the current CMC API (v1/v2/v3 with key auth), last updated 2026.wasdevlab/coinmarketcap-laravel-api— Laravel-specific wrapper for the current CMC API, last updated 2025.
Note: CoinMarketCap's free tier now requires registration and is limited to ~333 calls/day.