Download the PHP package sineflow/clamav without Composer
On this page you can find all versions of the php package sineflow/clamav. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package clamav
This library is a PHP client for working with a ClamAV daemon. It also provides optional Symfony integration.
Requirements:
You need to have ClamAV installed and configured to accept socket and/or network connections: https://docs.clamav.net/manual/Installing.html
Installation
Usage as a standalone library
Usage as a Symfony bundle
Enable the bundle
Configuration:
or
Scanning files
Scanning streams
When the file is not on the local filesystem or not accessible to the ClamAV daemon (e.g. files stored via Flysystem in S3, SFTP, etc.), you can use scanStream() to send the file contents directly to ClamAV via its INSTREAM protocol.
Running tests
All versions of clamav with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
symfony/http-kernel Version ^6.4 || ^7.0 || ^8.0
symfony/config Version ^6.4 || ^7.0 || ^8.0
symfony/dependency-injection Version ^6.4 || ^7.0 || ^8.0
symfony/yaml Version ^6.4 || ^7.0 || ^8.0
ext-sockets Version *
symfony/http-kernel Version ^6.4 || ^7.0 || ^8.0
symfony/config Version ^6.4 || ^7.0 || ^8.0
symfony/dependency-injection Version ^6.4 || ^7.0 || ^8.0
symfony/yaml Version ^6.4 || ^7.0 || ^8.0
ext-sockets Version *
The package sineflow/clamav contains the following files
Loading the files please wait ...