PHPackages                             dbp/relay-verity-connector-clamav-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-clamav-bundle

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

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

A connector bundle for the Relay API gateway

v0.2.2(2mo ago)0683↑680%[1 issues](https://github.com/digital-blueprint/relay-verity-connector-clamav-bundle/issues)AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since May 5Pushed 2w ago2 watchersCompare

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

READMEChangelogDependencies (36)Versions (7)Used By (0)

DBP Relay Verity Connector ClamAV Bundle
========================================

[](#dbp-relay-verity-connector-clamav-bundle)

[GitHub](https://github.com/digital-blueprint/relay-verity-connector-clamav-bundle) | [Packagist](https://packagist.org/packages/dbp/relay-verity-connector-clamav-bundle)

The verity connector clamav bundle provides an internal API for interacting with a (remote) ClamAV service.

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

[](#bundle-installation)

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

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

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

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

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

```
...
    Dbp\Relay\VerityConnectorClamavBundle\DbpRelayVerityConnectorClamavBundle::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)

For this create `config/packages/dbp_relay_verity_connector_clamav.yaml` in the app with the following content:

```
dbp_relay_verity_connector_clamav:
  url: '%env(CLAMAV_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-clamav-bundle
composer update dbp/relay-verity-connector-clamav-bundle
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.1% 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 ~109 days

Total

4

Last Release

89d ago

### Community

Maintainers

![](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] (113 commits)")[![euneuber](https://avatars.githubusercontent.com/u/3296589?v=4)](https://github.com/euneuber "euneuber (12 commits)")[![lazka](https://avatars.githubusercontent.com/u/991986?v=4)](https://github.com/lazka "lazka (8 commits)")[![manuelkocher](https://avatars.githubusercontent.com/u/122824716?v=4)](https://github.com/manuelkocher "manuelkocher (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k2](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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