Download the PHP package dbp/relay-verity-connector-verapdf-bundle without Composer
On this page you can find all versions of the php package dbp/relay-verity-connector-verapdf-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dbp/relay-verity-connector-verapdf-bundle
More information about dbp/relay-verity-connector-verapdf-bundle
Files in dbp/relay-verity-connector-verapdf-bundle
Package relay-verity-connector-verapdf-bundle
Short Description A template bundle for the Relay API gateway
License AGPL-3.0-or-later
Informations about the package relay-verity-connector-verapdf-bundle
DbpRelayVerityConnectorVerapdfBundle
The Verity Connector VeraPDF bundle provides an API for interacting with VeraPDF wich is a PDF validating service.
Bundle installation
You can install the bundle directly from packagist.org.
Integration into the Relay API Server
- Add the bundle to your
config/bundles.php
in front ofDbpRelayCoreBundle
:
If you were using the DBP API Server Template as template for your Symfony application, then this should have already been generated for you.
- Run
composer install
to clear caches
Configuration
The bundle has a url
configuration value that you can specify in your app, either by hard-coding it,
or by referencing an environment variable.
There is also a maxsize
configuration value, specifying the maximum size of a document sent to the VeraPDF backend.
For this create config/packages/dbp_relay_verity-connector-verapdf.yaml
in the app with the following
content:
If you were using the DBP API Server Template as template for your Symfony application, then the configuration file should have already been generated for you.
For more info on bundle configuration see https://symfony.com/doc/current/bundles/configuration.html.
Development & Testing
- Install dependencies:
composer install
- Run tests:
composer test
- Run linters:
composer run lint
- Run cs-fixer:
composer run cs-fix
Bundle dependencies
Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle.
All versions of relay-verity-connector-verapdf-bundle with dependencies
ext-json Version *
dbp/relay-core-bundle Version ^0.1.181
dbp/relay-verity-bundle Version ^0.1.2
symfony/config Version ^6.4
symfony/dependency-injection Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-kernel Version ^6.4