setasign/setapdf-signer-addon-quovadis
最新稳定版本:1.1.0
Composer 安装命令:
composer require setasign/setapdf-signer-addon-quovadis
包简介
A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.
README 文档
README
This package offers an individual module for the SetaPDF-Signer Component that allows you to use the QuoVadis Signing and Validation Service for the signature process of PDF documents. A big advantage of this module is, that it only transfers the hash, that should be signed, to the QuoVadis Signing and Validation Service and not the complete PDF document. The returned signature will be placed in the PDF document by the SetaPDF-Signer Component.
Installation
Add following to your composer.json:
{
"repositories": [
{
"type": "composer",
"url": "http://www.setasign.com/downloads/"
}
],
"require": {
"setasign/setapdf-signer-addon-quovadis": "1.*"
}
}
By default this packages depends on a licensed version of the SetaPDF-Signer component. If you want to use it with an evaluation version please use following in your composer.json:
{
"repositories": [
{
"type": "composer",
"url": "http://www.setasign.com/downloads/"
}
],
"require": {
"setasign/setapdf-signer-addon-quovadis": "dev-evaluation"
}
}
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-06-02