emaia / laravel-d4sign
This is my package laravel-d4sign
Fund package maintenance!
emaia
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.4
- illuminate/contracts: ^9.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21.2
- pestphp/pest-plugin-faker: ^1.0
- pestphp/pest-plugin-laravel: ^1.1
- pestphp/pest-plugin-parallel: ^1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-24 01:49:45 UTC
README
Pacote de integração da API D4Sign https://d4sign.com.br
Installation
You can install the package via composer:
composer require emaia/laravel-d4sign
Add your D4Sign token key and crypt key in the .env
D4SIGN_TOKEN_API=*******
D4SIGN_CRYPT_KEY=*******
Usage
$balance = D4sign::account()->balance();
Testing
composer test
Para executar os testes utilizando requisições à API:
cp phpunit.xml.dist phpunit.xml
Adicione as chaves de integração D4SIGN_TOKEN_API
e D4SIGN_CRYPT_KEY
e execute o comando:
composer test-integration
D4sign API docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.