Pacote de integração da API D4Sign https://d4sign.com.br
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=*******
$balance = D4sign::account()->balance();
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
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.