Download the PHP package sysborg/autentiquev2 without Composer

On this page you can find all versions of the php package sysborg/autentiquev2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package autentiquev2

autentique-v2

Pt-BR Documentação sobre a API: https://docs.autentique.com.br/api/sobre-o-graphql

Em breve essa lib em Python também.

Requer PHP 8 ou superior. Como instalar no composer? Faça o download do composer pelo site oficial: https://getcomposer.org/download/ Após isso utilize o comando abaixo:

Ou caso sua instalação seja somente naquela pasta utilize:

Preferi trabalhar esse código usando uma idéia de layout para querys do GraphQL. Dentre os layouts eu disponibilizei cada recurso disponível pelo sistema da Autentique dentre eles:

Diretórios "Pastas":

  1. \sysborg\autentiquev2\createDir - Esse layout é utilizado para criar uma nova pasta "diretório"
  2. \sysborg\autentiquev2\deleteDir - Esse layout é utilizado para deletar uma pasta "diretório"
  3. \sysborg\autentiquev2\listDir - Esse layout é utilizado para listar todos as pastas "diretórios" existentes
  4. \sysborg\autentiquev2\rescueDir - Esse layout é utilizado para resgatar informações sobre a pasta "diretório"

Documentos:

  1. \sysborg\autentiquev2\createDoc - Serve para criar e fazer o upload de um documento
  2. \sysborg\autentiquev2\deleteDoc - Serve para deletar um documento existente por ID
  3. \sysborg\autentiquev2\listDoc - Serve para listar todos os documentos que não estão dentro de um diretório "pasta"
  4. \sysborg\autentiquev2\listDocDir - Serve para listar todos os documentos dentro de um diretório "pasta"
  5. \sysborg\autentiquev2\moveDoc - Serve para mover um documento para algum diretório "pasta".
  6. \sysborg\autentiquev2\rescueDoc - Serve para resgatr informações do documento, assinatura e muito mais.
  7. \sysborg\autentiquev2\signDoc - Serve para assinar um documento.

Autentique webhooks : https://docs.autentique.com.br/api/integracao/webhooks
O Webhook serve para receber um estimulo da autentique assim que alguma coisa mudar no documento por exemplo:

  1. Assinar o documento
  2. Rejeitar assinar o documento

Para aprimorar isso estamos desenvolvendo algo pure php pra receber esse estímulo e poder converte-lo fácilmente para qualquer programador.

Veja como utilizar na pasta de test em https://github.com/sysborg/autentiquev2/tree/main/test
Veja nosso trabalho em: https://sysborg.com.br
Siga-nos:

  1. Facebook: https://facebook.com/sysborg
  2. Instagram: https://instagram.com/sysborg_oficial

Contribuidores

  1. Anderson Arruda
    a. Linkedin: https://www.linkedin.com/in/anderson-a-sborg/
    b. Instagram: https://instagram.com/andmarruda
    c. Github: https://github.com/andmarruda
    d. Blog: https://andersonarruda.com.br

En-US Documentation about API: https://docs.autentique.com.br/api/sobre-o-graphql

Soon this library in Python too.

Required PHP 8 or greater. How did you install composer? Make the install by official composer's website: https://getcomposer.org/download/ After utilize the command above:

Or in case that your installation is just in that directory utilize:

I prefer to work this code based on layout's idea to build the GraphQL querys. There are several available resources of Autentique as follow:

Directory:

  1. \sysborg\autentiquev2\createDir - This layout is utilized to create a directory
  2. \sysborg\autentiquev2\deleteDir - This layout is utilized to delete a directory
  3. \sysborg\autentiquev2\listDir - This layout is utilized to list all existing directory
  4. \sysborg\autentiquev2\rescueDir - This layout is Utilized to rescue informations about directory

Documents:

  1. \sysborg\autentiquev2\createDoc - Utilized to create and upload a document
  2. \sysborg\autentiquev2\deleteDoc - Utilized to delete a existing document by ID
  3. \sysborg\autentiquev2\listDoc - Utilized to list all documents that are not inside a directory
  4. \sysborg\autentiquev2\listDocDir - Utilized to list all documents inside some directory
  5. \sysborg\autentiquev2\moveDoc - Utilized to move documento inside some directory
  6. \sysborg\autentiquev2\rescueDoc - Utilized to rescue document's information, signature and alot more
  7. \sysborg\autentiquev2\signDoc - Utilized to sign some document

Autentique webhooks : https://docs.autentique.com.br/api/integracao/webhooks
The Webhook is utilized to receive a signal from autentique when something change at the document for example::

  1. Sign the document
  2. Reject to sign the document

To improve this we are developing something with pure php to receive this signal and converted it easily to any developer.

See how to use on test path at https://github.com/sysborg/autentiquev2/tree/main/test
See our work at: https://sysborg.com.br
Follow us:

  1. Facebook: https://facebook.com/sysborg
  2. Instagram: https://instagram.com/sysborg_oficial

Contributors

  1. Anderson Arruda
    a. Linkedin: https://www.linkedin.com/in/anderson-a-sborg/
    b. Instagram: https://instagram.com/andmarruda
    c. Github: https://github.com/andmarruda
    d. Blog: https://andersonarruda.com.br

All versions of autentiquev2 with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-curl Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sysborg/autentiquev2 contains the following files

Loading the files please wait ....