dbp/relay-verity-connector-clamav-bundle
Composer 安装命令:
composer require dbp/relay-verity-connector-clamav-bundle
包简介
A connector bundle for the Relay API gateway
README 文档
README
The verity connector clamav bundle provides an internal API for interacting with a (remote) ClamAV service.
Bundle installation
You can install the bundle directly from packagist.org.
composer require dbp/relay-verity-connector-clamav-bundle
Configuration
For this create config/packages/dbp_relay_verity_connector_clamav.yaml in the app with the following
content:
dbp_relay_verity_connector_clamav: host: '%env(CLAMAV_HOST)%' max_file_size: 32M
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
统计信息
- 总下载量: 787
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2026-03-26