emaia/laravel-d4sign

This is my package laravel-d4sign

Fund package maintenance!
emaia

0.1.1 2022-08-15 13:19 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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

http://docapi.d4sign.com.br

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.