camilord/php-clamav

PHP-ClamAV library - to scan the file for viruses

1.0.7 2021-09-20 23:13 UTC

This package is auto-updated.

Last update: 2024-05-21 05:14:28 UTC


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