dbp / relay-esign-bundle
Installs: 15 319
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 5
Type:symfony-bundle
Requires
- php: >=8.1
- ext-json: *
- ext-soap: *
- api-platform/core: ^3.2
- dbp/relay-core-bundle: ^0.1.186
- guzzlehttp/guzzle: ^7.5
- guzzlehttp/promises: ^2.0
- guzzlehttp/psr7: ^2.6
- league/uri: ^6.5 || ^7.0
- myclabs/php-enum: ^1.8.4
- psr/log: ^1.1.4 || ^2.0.0 || ^3.0.0
- symfony/config: ^6.4
- symfony/console: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/filesystem: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
- symfony/routing: ^6.4
- symfony/security-core: ^6.4
- symfony/stopwatch: ^6.4
- symfony/uid: ^6.4
- zbateson/mail-mime-parser: ^2.2 || ^3
Requires (Dev)
- ext-simplexml: *
- captainhook/captainhook: ^5.21
- friendsofphp/php-cs-fixer: ^3.50
- phpstan/phpstan: ^2.0.2
- phpstan/phpstan-phpunit: ^2.0.1
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^10.1
- symfony/browser-kit: ^6.4
- symfony/error-handler: ^6.4
- symfony/http-client: ^6.4
- symfony/monolog-bridge: ^6.4
- symfony/monolog-bundle: ^3.10
- symfony/phpunit-bridge: ^7.0
- vimeo/psalm: ^5.22.2
Conflicts
- pimple/pimple: <3.1
- willdurand/negotiation: <3
This package is auto-updated.
Last update: 2024-12-21 10:58:38 UTC
README
GitHub | Packagist | Frontend Application | ESign Website
The electronic signature bundle provides an API for interacting with multiple pdf-as and moa-ssp servers and allows signing and signature verification of PDF files using PAdES.
For more details see the docs or the ESign Website.
There is a corresponding frontend application that uses this API at ESign Frontend Application.
Bundle installation
You can install the bundle directly from packagist.org.
composer require dbp/relay-esign-bundle
Configuration
For more details see the Configuration Documentation.
If you were using the DBP API Server Template as template for your Symfony application, then an example configuration file should have already been generated for you.