LaravelPackages.net
Acme Inc.
Toggle sidebar
emaia/laravel-d4sign

This is my package laravel-d4sign

7
2
0.1.1
About emaia/laravel-d4sign

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

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.

Comments