Skip to content

AfriCC/php-valid-email

Repository files navigation

Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Packagist Latest Unstable Version License

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('test@afri.cc')) {
    echo 'valid!';
}

License

Licensed under the MIT License. See the LICENSE file for details.

Author Information

AfriCC