2017 © Pedro Peláez
 

library setapdf-signer-addon-swisscomais

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

image

setasign/setapdf-signer-addon-swisscomais

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  • Tuesday, April 4, 2017
  • by Setasign
  • Repository
  • 2 Watchers
  • 1 Stars
  • 295 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 95 % Grown

The README.md

Swisscom AIS signature add-on for the SetaPDF-Signer component

This add-on offers individual signature modules and batch signature functionalities for the SetaPDF-Signer Component that allows you to use the Swisscom All-in Signing Service to digital sign PDF documents in pure PHP., (*1)

The implementation is based on the All-in Signing Service Reference Guide Version 2.10., (*2)

The form for requesting a test account at Swisscom includes the Claimed IDs for testing and is available here., (*3)

Requirements

To use this add-on you need credentials for the Swisscom AIS webservice., (*4)

This add-on is developed and tested on PHP >= 7.2. Requirements of the SetaPDF-Signer component can be found here., (*5)

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

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

Installation

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

{
    "require": {
        "setasign/setapdf-signer-addon-swisscomais": "^2.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)., (*8)

License

This package is open-sourced software licensed under the MIT license., (*9)

The Versions

04/04 2017

dev-evaluation

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

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

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

 

04/04 2017

dev-master

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

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

04/04 2017

1.2.1

1.2.1.0 https://github.com/Setasign/SetaPDF-Signer-Addon-SwisscomAIS

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

18/02 2016

1.2.0

1.2.0.0 https://github.com/Setasign/SetaPDF-Signer-Addon-SwisscomAIS

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

09/07 2015

1.1.0

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

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*

 

01/06 2015

1.0.0

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

A signature module and batch processor for the SetaPDF-Signer component wrapping the Swisscom AIS webservice.

  Sources   Download

Apache-2.0

The Requires

  • setasign/setapdf-signer 2.*