2017 © Pedro Peláez
 

library setapdf-signer-addon-quovadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

image

setasign/setapdf-signer-addon-quovadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

  • Friday, December 2, 2016
  • by Setasign
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 33 % Grown

The README.md

SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

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., (*1)

Installation

Add following to your composer.json:, (*2)

{
    "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:, (*3)

{
    "repositories": [
        {
            "type": "composer",
            "url": "http://www.setasign.com/downloads/"
        }
    ],
    "require": {
        "setasign/setapdf-signer-addon-quovadis": "dev-evaluation"
    }
}

The Versions

02/12 2016

dev-evaluation

dev-evaluation https://github.com/Setasign/SetaPDF-Signer-Addon-QuoVadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

  Sources   Download

Apache-2.0

The Requires

  • setasign/eval/setapdf-signer/ioncube/php5.4 2.*

 

02/12 2016

dev-master

9999999-dev https://github.com/Setasign/SetaPDF-Signer-Addon-QuoVadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

18/02 2016

1.1.0

1.1.0.0 https://github.com/Setasign/SetaPDF-Signer-Addon-QuoVadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

02/06 2015

1.0.0

1.0.0.0 https://github.com/Setasign/SetaPDF-Signer-Addon-QuoVadis

A SetaPDF-Signer component signature module for the QuoVadis Signing and Validation Service.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*