wedevbr / celcoin-laravel
Celcoin API 封装器
v1.8.1
2024-08-29 01:48 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
- 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-08-29 13:41:09 UTC
README
此包是 非官方 的 Celcoin API 封装器。
要求
- PHP >= 8.1
- Laravel >= 8.x
安装
您可以通过 composer 安装此包
composer require wedevbr/celcoin-laravel
安装后,只需发布您的配置文件
php artisan vendor:publish --provider="WeDevBr\Celcoin\CelcoinServiceProvider"
使用方法
首先您需要设置您的凭据。在 .env 文件中定义您的 CELCOIN_CLIENT_SECRET
、CELCOIN_CLIENT_ID
、CELCOIN_LOGIN_URL
和 CELCOIN_API_URL
。
安全性
如果您发现任何与安全性相关的问题,请通过电子邮件 adeildo.amorim@wedev.software 联系,而不是使用问题跟踪器。
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。