emaia/laravel-d4sign is a Laravel package for this is my package laravel-d4sign.
It currently has 2 GitHub stars and 7 downloads on Packagist (latest version 0.1.1).
Install it with composer require emaia/laravel-d4sign.
Discover more Laravel packages by emaia
or browse all Laravel packages to compare alternatives.
Last updated
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
http://docapi.d4sign.com.br
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.