Setasign / SetaPDF-Signer-Addon-eID-Easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eID Easy Electronic Signatures API Addon for the SetaPDF-Signer component

This package offers an individual addon for the SetaPDF-Signer Component that allows you to use the eID Easy Electronic Signatures API for the signature process of PDF documents.

Requirements

To use this package you need credentials for the eID Easy Electronic Signatures API. While evaluating this package you can use the sandbox credentials for testing.

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-eid-easy": "dev-master"
    },

    "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.

About

License:MIT License


Languages

Language:PHP 100.0%