承接 setasign/setapdf-signer-addon-global-sign-qss 相关项目开发

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

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

setasign/setapdf-signer-addon-global-sign-qss

最新稳定版本:v1.0.0

Composer 安装命令:

composer require setasign/setapdf-signer-addon-global-sign-qss

包简介

A SetaPDF-Signer component signature module for the GlobalSign Qualified Signing Service.

README 文档

README

‼️ GlobalSign has discontinued their Qualified Signing Service (QSS). RIP 🪦 This repo is archived. ‼️

SetaPDF-Signer component modules for the GlobalSign Qualified Signing Service.

This package offers modules for the SetaPDF-Signer component that allow you to use the Qualified Signing Service by GlobalSign to digital sign and timestamp with qualified signatures PDF documents in pure PHP.

Requirements

To use this package you need credentials for the GlobalSign Qualified Signing Service which are:

  1. Your private key
  2. Client certificate for mTLS connection to the API
  3. Your API key and password
  4. the QSS Mobile App

This package is developed and tested on PHP >= 7.1. 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.

For PHP 7.1

    "require" : {
        "guzzlehttp/guzzle": "^6.5",
        "http-interop/http-factory-guzzle": "^1.0",
        "mjelamanov/psr18-guzzle": "^1.3"
    }

For >= PHP 7.2

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

Installation

Add following to your composer.json:

{
    "require": {
        "setasign/setapdf-signer-addon-global-sign-qss": "^1.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.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-21