PHP SDK
PHPコード内から AMWScan\Scanner クラスを利用してスキャンを実行できます。
use AMWScan\Scanner;
$app = new Scanner();
$report = $app->setPathScan("my/path/to/scan")
->enableBackups()
->setPathBackups("/my/path/backups")
->enableLiteMode()
->setAutoClean()
->run();