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