PHPackages                             dbp/relay-verity-connector-verapdf-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dbp/relay-verity-connector-verapdf-bundle

ActiveSymfony-bundle[API Development](/categories/api)

dbp/relay-verity-connector-verapdf-bundle
=========================================

A template bundle for the Relay API gateway

v0.1.8(3w ago)02.9k[1 issues](https://github.com/digital-blueprint/relay-verity-connector-verapdf-bundle/issues)AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Dec 10Pushed 3w ago2 watchersCompare

[ Source](https://github.com/digital-blueprint/relay-verity-connector-verapdf-bundle)[ Packagist](https://packagist.org/packages/dbp/relay-verity-connector-verapdf-bundle)[ RSS](/packages/dbp-relay-verity-connector-verapdf-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (32)Versions (11)Used By (0)

DbpRelayVerityConnectorVerapdfBundle
====================================

[](#dbprelayverityconnectorverapdfbundle)

[GitHub](https://github.com/%7B%7Bbundle-path%7D%7D) | [Packagist](https://packagist.org/packages/dbp/relay-verity-connector-verapdf-bundle)

The Verity Connector VeraPDF bundle provides an API for interacting with VeraPDF wich is a PDF validating service.

Bundle installation
-------------------

[](#bundle-installation)

You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-verity-connector-verapdf-bundle).

```
composer require dbp/relay-verity-connector-verapdf-bundle
```

Integration into the Relay API Server
-------------------------------------

[](#integration-into-the-relay-api-server)

- Add the bundle to your `config/bundles.php` in front of `DbpRelayCoreBundle`:

```
...
Dbp\Relay\VerityConnectorVerapdfBundle\DbpRelayVerityConnectorVerapdfBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
```

If you were using the [DBP API Server Template](https://packagist.org/packages/dbp/relay-server-template)as template for your Symfony application, then this should have already been generated for you.

- Run `composer install` to clear caches

Configuration
-------------

[](#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:

```
dbp_relay_verity_connector_verapdf:
  url: '%env(VERA_PDF_URI)%'
  maxsize: 33554432
```

If you were using the [DBP API Server Template](https://packagist.org/packages/dbp/relay-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 .

Development &amp; Testing
-------------------------

[](#development--testing)

- Install dependencies: `composer install`
- Run tests: `composer test`
- Run linters: `composer run lint`
- Run cs-fixer: `composer run cs-fix`

Bundle dependencies
-------------------

[](#bundle-dependencies)

Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle.

```
# updates and installs dependencies of dbp/relay-verity-connector-verapdf-bundle
composer update dbp/relay-verity-connector-verapdf-bundle
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance95

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~68 days

Recently: every ~103 days

Total

9

Last Release

23d ago

PHP version history (2 changes)v0.1.0PHP &gt;=8.1

v0.1.4PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1798101?v=4)[Patrizio Bekerle](/maintainers/pbek)[@pbek](https://github.com/pbek)

![](https://avatars.githubusercontent.com/u/991986?v=4)[Christoph Reiter](/maintainers/lazka)[@lazka](https://github.com/lazka)

![](https://avatars.githubusercontent.com/u/116099192?v=4)[dbp-deploy](/maintainers/dbp-deploy)[@DBP-deploy](https://github.com/DBP-deploy)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (141 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (11 commits)")[![manuelkocher](https://avatars.githubusercontent.com/u/122824716?v=4)](https://github.com/manuelkocher "manuelkocher (11 commits)")[![pbek](https://avatars.githubusercontent.com/u/1798101?v=4)](https://github.com/pbek "pbek (6 commits)")[![euneuber](https://avatars.githubusercontent.com/u/3296589?v=4)](https://github.com/euneuber "euneuber (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dbp-relay-verity-connector-verapdf-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dbp-relay-verity-connector-verapdf-bundle/health.svg)](https://phpackages.com/packages/dbp-relay-verity-connector-verapdf-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
