devtoolboxuk/dolos
Composer 安装命令:
composer require devtoolboxuk/dolos
包简介
Detection system. Part of AEGIS
README 文档
README
AEGIS Detection service
Table of Contents
Background
Dolos - Greek God of Deception
A system that detects potential deception (see what I did there) and returns a result. Each item can be given a score, and if multiple elements are matched, a total score is calculated. Of course you may only want to get back a boolean value to return if its found, so it does that too
Usage
$ composer require devtoolboxuk/aegis
Then include Composer's generated vendor/autoload.php to enable autoloading:
require 'vendor/autoload.php';
use devtoolboxuk\dolos\Detect; $dolos = new Detect(); $detection = $dolos->pushHandler(); $detection->getResult();
Maintainers
License
MIT © DevToolboxUK
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-07