This package is an UNOFFICIAL API Wrapper for Celcoin API.
- PHP >= 8.1
- Laravel >= 8.x
You can install the package via composer:
composer require wedevbr/celcoin-laravel
After install, just publish your config files:
php artisan vendor:publish --provider="WeDevBr\Celcoin\CelcoinServiceProvider"
First you need to set up your credentials. Define
yours CELCOIN_CLIENT_SECRET
, CELCOIN_CLIENT_ID
, CELCOIN_LOGIN_URL
and CELCOIN_API_URL
at .env file.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.