africc/valid-email A simple email validator in PHP. Install $ composer require africc/valid-email Usage <?php require 'vendor/autoload.php'; if (AfriCC\Valid\email('[email protected]')) { echo 'valid!'; } License Licensed under the MIT License. See the LICENSE file for details. Author Information AfriCC