Skip to content

Laravel wrapper using loeken cryptocompare-php-wrapper

Notifications You must be signed in to change notification settings

krorten/cryptocomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

cryptocomp

Laravel wrapper using loeken/cryptocompare-api-php-wrapper

Ccryptocomp is a cryptocompare.com api wrapper for Laravel 5.5

Install

composer require krorten/cryptocomp

Post Install

After installing, register the Kroten\Cryptocomp\Providers\CryptocompProvider in your config/app.php configuration file:

'providers' => [
    // Other service providers...

    Kroten\Cryptocomp\Providers\CryptocompProvider::class,
],

Also, add the Cryptocomp facade to the aliases array in your app configuration file:

'Cryptocomp' => Kroten\Cryptocomp\Facades\CryptocompFacade::class,    

See the API documentation for more information about the endpoints and responses.

License

Cryptocompare is open-sourced software licensed under the MIT license

About

Laravel wrapper using loeken cryptocompare-php-wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages