Skip to content

Symfony Bundle that provides an API for interacting with multiple pdf-as and moa-ssp servers and allows signing and signature verification of PDF files using PAdES. 📚 Docs: https://github.com/digital-blueprint/dbp-relay-esign-bundle/tree/main/docs

Notifications You must be signed in to change notification settings

digital-blueprint/relay-esign-bundle

Repository files navigation

Relay ESign Bundle

GitHub | Packagist | Frontend Application | ESign Website

Test

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

Integration into the Relay API Server

  • Add the bundle to your config/bundles.php in front of DbpRelayCoreBundle:
...
Dbp\Relay\EsignBundle\DbpRelayEsignBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
  • Run composer install to clear caches

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.

To handle locking you need to configure locking in the core bundle.

You also need to configure the Symfony Messenger in the core bundle to check out guests after a certain amount of time.

For more info on bundle configuration see https://symfony.com/doc/current/bundles/configuration.html.

About

Symfony Bundle that provides an API for interacting with multiple pdf-as and moa-ssp servers and allows signing and signature verification of PDF files using PAdES. 📚 Docs: https://github.com/digital-blueprint/dbp-relay-esign-bundle/tree/main/docs

Topics

Resources

Stars

Watchers

Forks