wedevbr / celcoin-laravel
Celcoin API wrapper
v1.9.0
2025-07-03 06:25 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.7
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
Requires (Dev)
- laravel/pint: ^1.15
- orchestra/testbench: ^7.24.|^8.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2026-05-31 00:24:43 UTC
README
This package is an UNOFFICIAL API Wrapper for Celcoin API.
Requirements
- PHP >= 8.1
- Laravel >= 8.x
Installation
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"
Usage
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.
Security
If you discover any security related issues, please email adeildo.amorim@wedev.software instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.