krorten / cryptocomp
Cryptocompare.com api wrapper for Laravel 5.5
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/krorten/cryptocomp
Requires
- laravel/framework: >=5.5.0
- loeken/cryptocompare-api-php-wrapper: @dev
This package is not auto-updated.
Last update: 2025-11-24 05:04:13 UTC
README
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