定制 setasign/setapdf-signer-addon-swisscomais 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

setasign/setapdf-signer-addon-swisscomais

最新稳定版本:v2.1.1

Composer 安装命令:

composer require setasign/setapdf-signer-addon-swisscomais

包简介

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

README 文档

README

This add-on offers individual signature modules and batch signature functionalities for the SetaPDF-Signer Component that allows you to use the Swisscom All-in Signing Service to digital sign PDF documents in pure PHP.

The implementation is based on the All-in Signing Service Reference Guide Version 2.10.

The form for requesting a test account at Swisscom includes the Claimed IDs for testing and is available here.

Requirements

To use this add-on you need credentials for the Swisscom AIS webservice.

This add-on is developed and tested on PHP >= 7.2. Requirements of the SetaPDF-Signer component can be found here.

We're using PSR-17 (HTTP Factories) and PSR-18 (HTTP Client) for the requests. So you'll need an implementation of these. We recommend using Guzzle. Note: Your implementation must support client-side certificates.

    "require" : {
        "guzzlehttp/guzzle": "^7.0",
        "http-interop/http-factory-guzzle": "^1.0"
    }

Installation

Add following to your composer.json:

{
    "require": {
        "setasign/setapdf-signer-addon-swisscomais": "^2.0"
    },

    "repositories": [
        {
            "type": "composer",
            "url": "https://www.setasign.com/downloads/"
        }
    ]
}

and execute composer update. You need to define the repository to evaluate the dependency to the SetaPDF-Signer component (see here for more details).

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-26