devtoolboxuk / dolos
Detection system. Part of AEGIS
0.0.1
2019-04-07 13:57 UTC
Requires
- ext-json: *
- ext-yaml: *
- mattketmo/email-checker: ~v1.5.5
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-08 02:02:31 UTC
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