PHPackages                             viniciusrbezerra/autentique - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. viniciusrbezerra/autentique

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

viniciusrbezerra/autentique
===========================

A quick and easy AUTENTIQUE integration library that can be used to create new documents, folders and make signatures directly from your application

1.0.1(4y ago)12MITPHPPHP ^7.4

Since Dec 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/viniciusrbezerra/autentique)[ Packagist](https://packagist.org/packages/viniciusrbezerra/autentique)[ Docs](https://github.com/viniciusrbezerra)[ RSS](/packages/viniciusrbezerra-autentique/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Autentique Library
==================

[](#autentique-library)

[![Source Code](https://camo.githubusercontent.com/9dfb707c6cf35b5f5ef4f5adf75cc4c33da6309c79a79966990f6c8bfb83a3bb/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d76696e69636975737262657a657272612f617574656e74697175652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/viniciusrbezerra/autentique)[![PHP from Packagist](https://camo.githubusercontent.com/7caa77733c8cb716abbfa3bb24686022d95b66afbe35faed5412b2d7a65dd4ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f76696e69636975737262657a657272612f617574656e74697175652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/viniciusrbezerra/autentique)[![Latest Version](https://camo.githubusercontent.com/1e55b8649c2ad4e18fe24233e6775a610aec6c6e800398d6b3a703196e90f697/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f76696e69636975737262657a657272612f617574656e74697175652e7376673f7374796c653d666c61742d737175617265)](https://github.com/viniciusrbezerra/autentique/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/bc8c3eb0fce5247e287c6a3a9095f6a16834710b35bfe56a59e5cf3112b8dd87/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f76696e69636975737262657a657272612f617574656e74697175652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/viniciusrbezerra/autentique)[![Quality Score](https://camo.githubusercontent.com/0ccadbfe2eea36ff0c6868918c1e628c2f0aac7de1b0f9761d63374d6ad973ac/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f76696e69636975737262657a657272612f617574656e74697175652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/viniciusrbezerra/autentique)[![Total Downloads](https://camo.githubusercontent.com/94c19bbf738a54dd8e3bef0879a6baa2240ac35511edac2a93cf3af3b9aaf235/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76696e69636975737262657a657272612f617574656e74697175652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cviniciusrbezerra/autentique)

###### Autentique is a website for signing documents online and this is an API for seamless integration with the website.

[](#autentique-is-a-website-for-signing-documents-online-and-this-is-an-api-for-seamless-integration-with-the-website)

Autentique é um site para assinar documentos online e está é uma API para integração de maneira transparente com o site.

### Highlights

[](#highlights)

- Simple installation (Instalação simples)
- Abstraction of all API methods (Abstração de todos os métodos da API)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

Installation
------------

[](#installation)

Uploader is available via Composer:

```
"viniciusrbezerra/autentique": "^1.0"
```

or run

```
composer require viniciusrbezerra/autentique
```

Documentation
-------------

[](#documentation)

###### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

Para mais detalhes sobre como usar, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. Ele funciona assim:

#### User endpoint:

[](#user-endpoint)

Add your application configuration to a `.env` file in the root of your project. **Make sure the `.env` file is added to your `.gitignore` so it is not checked-in the code**

```
AUTENTIQUE_TOKEN="YOUR TOKEN HERE"
AUTENTIQUE_DEV_MODE="true or false"
```

```
