jrodella / celcoin-laravel
Celcoin API wrapper
3.0.2
2024-11-04 18:51 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.7
- laravel/framework: ^9.0|^10.0|^11.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
- dev-main
- 3.0.2
- 3.0.1
- 3.0.0
- v1.8.1
- v1.8.0
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- 1.5.1
- v1.5.0
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.0.15-beta
- v0.0.14-beta
- v0.0.13-beta
- v0.0.12-beta
- v0.0.11-beta
- v0.0.10-beta
- v0.0.9-beta
- v0.0.8-beta
- v0.0.7-beta
- v0.0.6-beta
- v0.0.5-beta
- v0.0.4-beta
- v0.0.3-beta
- v0.0.2-beta
- v0.0.1-beta
- dev-fix/FixEnumEntityWebhookBaas
- dev-feature/AddMoreWebhooksEntities
- dev-develop
- dev-feature/NewFacadeClients
- dev-fix/FixTedValidator
- dev-fix/ListPixParticipantsBaas
- dev-fix/PixClaim
- dev-fix/FixCelcoinUrlReading
- dev-fix/FixBilletCelcoinGeneration
- dev-fix/CodeWithMain
- dev-feature/PixClaim
- dev-refactor/NewFieldsForBillet
- dev-feature/NewRulesBillet
- dev-feature/AddBoundaryAtContentType
- dev-feature/AttachmentHeaders
- dev-feature/MultipartFormData
- dev-refactor/KycDocumentRefactoring
- dev-feature/AddSelfieToKycEnum
- dev-feature/Laravel11Support
- dev-feature/AddedIncomeReport
- dev-fix/FixToArray
- dev-feature/InternalTransfer
- dev-feature/InjectedAuth
- dev-feature/DynamicAuth
- dev-refactor/CelcoinBaasBillPaymentUrl
- dev-fix/FixBillPayment
- dev-feature/AccountInBaasBillPayment
- dev-feature/billet
- dev-fix/baas-pix-participant
- dev-refactor/PixCashoutRefactor
- dev-refactor/QrCodePixValidation
- dev-feature/CelcoinKyc
- dev-devtool/GitHubSettings
- dev-fix/register-pix-rules
- dev-fix/rules
- dev-feature/fix-pix-cashout-validation
- dev-feature/composer-tests-namespace
- dev-feature/doc-improvement
This package is auto-updated.
Last update: 2024-11-04 18:52:22 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.