Download the PHP package jdecool/clamav-client without Composer
On this page you can find all versions of the php package jdecool/clamav-client. 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-client
ClamAV deamon PHP client
This library is a PHP client for ClamAV deamon.
Installation
It can be install through Composer.
Usage
Scan a file
Available méthods
JDecool\ClamAV\Client::ping(): void
JDecool\ClamAV\Client::version(): string
JDecool\ClamAV\Client::reload(): void
JDecool\ClamAV\Client::shutdown(): void
JDecool\ClamAV\Client::scanBatch(array $paths): JDecool\ClamAV\Analysis\Analysis
JDecool\ClamAV\Client::scan(string ...$paths): JDecool\ClamAV\Analysis\Analysis
JDecool\ClamAV\Client::contScan(string $path): JDecool\ClamAV\Analysis\Analysis
JDecool\ClamAV\Client::multiscan(string $path): JDecool\ClamAV\Analysis\Analysis
JDecool\ClamAV\Client::allMatchScan(string $path): JDecool\ClamAV\Analysis\Analysis
JDecool\ClamAV\Client::stats(string $path): string
JDecool\ClamAV\Client::startSession(): void
JDecool\ClamAV\Client::endSession(): void
All versions of clamav-client with dependencies
PHP Build Version
Package Version
The package jdecool/clamav-client contains the following files
Loading the files please wait ....