Analyze list of emails (can be any string) and determine if it's good or bad string regarding various checkers/rules
-
In run.php define which checkers are necessary for testing
by default: 'valid','domain','words','characters','patterns'; (adding 'existingEmail' checker is optional but will slow processing significantly)
-
in test file - define your emails.
optional - define other path in Checker instantiate
-
output will be printed out and in result file
php run.php