2017 © Pedro Peláez
 

library setapdf-signer-addon-cosign

A signature module for the SetaPDF-Signer component by wrapping the CoSign Signature SOAP API.

image

setasign/setapdf-signer-addon-cosign

A signature module for the SetaPDF-Signer component by wrapping the CoSign Signature SOAP API.

  • Tuesday, June 16, 2015
  • by Setasign
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CoSign signature module for the SetaPDF-Signer component

This package offers an individual module for the SetaPDF-Signer Component that allows you to integrate the CoSign Central solution from DocuSign by using the CoSign Signature SOAP API 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 CoSign Central solution 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-cosign": "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-cosign": "dev-evaluation"
    }
}

The Versions

16/06 2015

dev-master

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

A signature module for the SetaPDF-Signer component by wrapping the CoSign Signature SOAP API.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

26/05 2015

dev-evaluation

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

A signature module for the SetaPDF-Signer component by wrapping the CoSign Signature SOAP API.

  Sources   Download

Apache-2.0

The Requires

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