dyrynda/annature 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

dyrynda/annature

Composer 安装命令:

composer require dyrynda/annature

包简介

A PHP integration for the Annature eSignature and client verification API

README 文档

README

Note

This SDK is still a work in progress. Whilst functional for the implemented resources, it is built against the Annature documentation for optimistic scenarios.

Annature is an Australian-based eSignature and client verification provider.

Use of this SDK requires an account with Annature, as well as an API ID and Key.

My immediate use-case for this API was creation of envelopes to be sent to signatories, so those resources have been built first.

The package leverages Saloon for it's HTTP layer.

Resources

Resource Status
Accounts Implemented
Documents Implemented
Endpoints Not implemented
Envelopes Implemented
Fields Field object only
Groups Not implemented
Organisations Not implemented
Recipients Recipient object only
Templates Not implemented

Installation

composer require dyrynda/annature-php

Usage

use Dyrynda\Annature\Annature;
use Dyrynda\Annature\Data\Envelopes\CreateEnvelopeData;

$annature = new Annature(
    id: 'your-annature-id',
    key: 'your-annature-key'
);

$envelope = $annature->envelopes()->create(
    new CreateEnvelopeData(...)
);

Laravel

If you are using Laravel, you may use the laravel-annature package, which uses this SDK as a dependency, to get started quickly.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-18