axelhub/antivirus

Axel antivirus

1.0 2023-04-03 11:24 UTC

This package is auto-updated.

Last update: 2024-06-04 07:19:35 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()]
]);