axelhub/antivirus

Axel杀毒软件

安装: 0

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:软件包

1.0 2023-04-03 11:24 UTC

This package is auto-updated.

Last update: 2024-09-04 08:04:03 UTC


README

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

在GitHub中打开

安装

composer require axeldeploy/antivirus

使用

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