africc/valid-email

A simple email validator

0.0.1 2017-11-11 17:26 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:19:00 UTC


README

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