承接 viniciusrbezerra/autentique 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

viniciusrbezerra/autentique

Composer 安装命令:

composer require 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

README 文档

README

Source Code PHP from Packagist Latest Version Software License Build Quality Score Total Downloads

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

  • 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

Uploader is available via Composer:

"viniciusrbezerra/autentique": "^1.0"

or run

composer require viniciusrbezerra/autentique

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:

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:

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"
<?php

require __DIR__."/../vendor/autoload.php";

$document = new \Autentique\Document();
$folder = new \Autentique\Folder();

/**
 * Create Document
 */
$document = (new \Autentique\Document())->createDocument(
    "document_name",
    [
        ["email" => "email@gmail.com", "action" => "SIGN"],
    ],
    "path_to_document"
);

/**
 * Create Folder
 */
$createdFolder = $folder->createFolder("folder_name");

/**
 * Move document to folder
 */
$moveFile = (new \Autentique\Document())->moveDocumentToFolder($document->callback()->createDocument->id, $createdFolder->callback()->createFolder->id);

/**
 * Sign the document
 */
$sign = (new \Autentique\Document())->signDocument($document->callback()->createDocument->id);

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-12-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固