africc / valid-email
A simple email validator
0.0.1
2017-11-11 17:26 UTC
Requires
- php: >=5.5.0
- ext-intl: *
Requires (Dev)
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2024-12-22 06:06:56 UTC
README
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.