A simple email validator in PHP.
$ composer require africc/valid-email<?php
require 'vendor/autoload.php';
if (AfriCC\Valid\email('test@afri.cc')) {
echo 'valid!';
}Licensed under the MIT License. See the LICENSE file for details.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple email validator in PHP.
$ composer require africc/valid-email<?php
require 'vendor/autoload.php';
if (AfriCC\Valid\email('test@afri.cc')) {
echo 'valid!';
}Licensed under the MIT License. See the LICENSE file for details.