Download the PHP package digitalcz/digisign without Composer
On this page you can find all versions of the php package digitalcz/digisign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitalcz/digisign
More information about digitalcz/digisign
Files in digitalcz/digisign
Package digisign
Short Description DigiSign PHP library - provides communication with https://api.digisign.org in PHP via PSR-18 HTTP Client
License MIT
Homepage https://www.digisign.cz
Informations about the package digisign
digisign
DigiSign PHP library - provides communication with https://api.digisign.org in PHP using PSR-18 HTTP Client, PSR-17 HTTP Factories and PSR-16 SimpleCache.
API documentation is here https://api.digisign.org/api/docs
Install
Via Composer
Configuration
Example configuration in PHP
Available constructor options
access_key
- string; ApiKey access keysecret_key
- string; ApiKey secret keycredentials
- DigitalCz\DigiSign\Auth\Credentials instanceclient
- DigitalCz\DigiSign\DigiSignClient instance with your custom PSR17/18 objectshttp_client
- Psr\Http\Client\ClientInterface instance of your custom PSR18 clientcache
- Psr\SimpleCache\CacheInterface for caching Credentials Tokenstesting
- bool; whether to use testing or production APIapi_base
- string; override the base API urlsignature_tolerance
- int; The tolerance for webhook signature age validation (in seconds)
Available configuration methods
Example configuration in Symfony
Usage
Create and send Envelope
See examples for more
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Digital Solutions s.r.o.
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of digisign with dependencies
ext-json Version *
php-http/discovery Version ^1.13
php-http/multipart-stream-builder Version ^1.1
psr/http-client Version ^1.0
psr/http-message Version ^1.0.1 || ^2.0
psr/simple-cache Version ^1.0 || ^3.0