Skip to content

emaia/laravel-d4sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a96909d · Feb 6, 2025

History

49 Commits
Feb 6, 2025
Mar 25, 2022
Mar 25, 2022
Aug 15, 2022
Mar 9, 2022
Mar 9, 2022
Mar 9, 2022
Mar 25, 2022
Mar 9, 2022
Mar 9, 2022
Mar 25, 2022
Feb 6, 2025
Mar 9, 2022
Mar 10, 2022
Mar 25, 2022

Repository files navigation

Laravel D4Sign Client (SDK)

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.