camilord / php-clamav
PHP-ClamAV library - to scan the file for viruses
Installs: 14 650
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
- camilord/utilus: ^1.0
Requires (Dev)
- doctrine/dbal: 2.5.4
- phpunit/phpunit: ^5
README
PHP library to scan file for viruses using ClamAV
installing ClamAV as pre-requisite for the package php-clamav
for ubuntu/debian:
sudo apt install -y clamav
for redhat/centos/fedora:
sudo yum install -y clamav
Installing the library
{
"require": {
"camilord/php-clamav": "*"
}
}
or
composer require camilord/php-clamav