All Crypto Data In One Package with coincap api
> composer require ho3einfaramarzi/crypto-data --ignore-platform-reqs
The following versions of PHP are supported by this version.
- PHP 7.4
//coinocap.io api
$apikey='xxxxxxxxxxxxxx';
$cryptodata=new cryptoata();
var_dump($cryptodata->GetAssets($apikey));