axelhub/antivirus

Axel antivirus

Maintainers

Package info

github.com/axeldeploy/antivirus

Type:package

pkg:composer/axelhub/antivirus

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2023-04-03 11:24 UTC

This package is auto-updated.

Last update: 2026-03-04 11:21:09 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Open in GitHub

Installation

composer require axeldeploy/antivirus

Using

$validator = Validator::make($request->all(), [
    'image' => ['required', 'image', new Axel\Antivirus\Rules\Antivirus()]
]);