承接 setasign/setapdf-signer-addon-swisscom-mab_etsi-rdsc 相关项目开发

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

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

setasign/setapdf-signer-addon-swisscom-mab_etsi-rdsc

Composer 安装命令:

composer require setasign/setapdf-signer-addon-swisscom-mab_etsi-rdsc

包简介

A signature module for the SetaPDF-Signer component wrapping the Swisscom MAB + ETSI RDSC webservice.

README 文档

README

This add-on offers an individual signature module and helper functionalities for the SetaPDF-Signer Component that allows you to use the Swisscom MAB (multi authentication broker) and ETSI RDSC Service to digital sign PDF documents in pure PHP.

Currently, the implementation mainly adds some helpers to make the communication with the Swisscom API easier. Only PAR requests are demonstrated and implemented yet.

Requirements

To use this add-on you need credentials for the Swisscom MAB + ETSI RDSC webservice - also known as Smart Registration & Signing Service with Multiple Authentication Broker.

This add-on is developed and tested on PHP >= 8.0. 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-swisscom-mab_etsi-rdsc": "dev-main"
    },

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

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

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-12