dev-master
9999999-dev https://github.com/krorten/cryptocompCryptocompare.com api wrapper for Laravel 5.5
MIT
The Requires
by Kai Rune Orten
laravel bitcoin altcoin cryptocompare
Wallogit.com
2017 © Pedro Peláez
Cryptocompare.com api wrapper for Laravel 5.5
Laravel wrapper using loeken/cryptocompare-api-php-wrapper, (*1)
Ccryptocomp is a cryptocompare.com api wrapper for Laravel 5.5, (*2)
composer require krorten/cryptocomp
After installing, register the Kroten\Cryptocomp\Providers\CryptocompProvider in your config/app.php configuration file:, (*3)
'providers' => [
// Other service providers...
Kroten\Cryptocomp\Providers\CryptocompProvider::class,
],
Also, add the Cryptocomp facade to the aliases array in your app configuration file:, (*4)
'Cryptocomp' => Kroten\Cryptocomp\Facades\CryptocompFacade::class,
See the API documentation for more information about the endpoints and responses., (*5)
Cryptocompare is open-sourced software licensed under the MIT license, (*6)
Cryptocompare.com api wrapper for Laravel 5.5
MIT
laravel bitcoin altcoin cryptocompare