2017 © Pedro Peláez
 

library cryptocomp

Cryptocompare.com api wrapper for Laravel 5.5

image

krorten/cryptocomp

Cryptocompare.com api wrapper for Laravel 5.5

  • Sunday, October 15, 2017
  • by krorten
  • Repository
  • 1 Watchers
  • 2 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

cryptocomp

Laravel wrapper using loeken/cryptocompare-api-php-wrapper, (*1)

Ccryptocomp is a cryptocompare.com api wrapper for Laravel 5.5, (*2)

Install

composer require krorten/cryptocomp

Post Install

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)

License

Cryptocompare is open-sourced software licensed under the MIT license, (*6)

The Versions

15/10 2017

dev-master

9999999-dev https://github.com/krorten/cryptocomp

Cryptocompare.com api wrapper for Laravel 5.5

  Sources   Download

MIT

The Requires

 

by Kai Rune Orten

laravel bitcoin altcoin cryptocompare