Detection system. Part of AEGIS

0.0.1 2019-04-07 13:57 UTC

This package is auto-updated.

Last update: 2024-04-08 00:41:40 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

@DevToolboxUk.

License

MIT © DevToolboxUK