https://github.com/e-contract/dssp-php
DSSP SDK for PHP
https://github.com/e-contract/dssp-php
Last synced: 12 months ago
JSON representation
DSSP SDK for PHP
- Host: GitHub
- URL: https://github.com/e-contract/dssp-php
- Owner: e-Contract
- License: other
- Created: 2014-09-23T07:15:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T14:34:48.000Z (almost 3 years ago)
- Last Synced: 2023-09-30T15:40:34.927Z (almost 3 years ago)
- Language: PHP
- Size: 114 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DSSP SDK for PHP
This project contains the PHP client library for the e-Contact.be Digital Signature Service.
Tested PHP version: 8.2.11
## Requirements
You need the following PHP modules:
* `soap`
You can check the available PHP modules via:
```
php -m
```
Install the required dependencies via:
```
composer install
```
## Example
The PDF upload and initial Browser POST call is demonstrated in `index.php`.
The verification of the DSS Browser POST and subsequent PDF downloading is demonstrated in `landing.php`.
A document signature validation is demonstrated in `verify.php`.