PHPackages                             punches/email-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. punches/email-checker

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

punches/email-checker
=====================

Check emails for validity

v1.0.1(7y ago)09PHPPHP &gt;=7.0

Since Apr 14Pushed 7y agoCompare

[ Source](https://github.com/Punches/email-checker)[ Packagist](https://packagist.org/packages/punches/email-checker)[ RSS](/packages/punches-email-checker/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Check emails for validity
=========================

[](#check-emails-for-validity)

Checker uses preg\_match() and getmxrr()

### Installation

[](#installation)

```
$ git clone https://github.com/Punches/email-checker
```

or

```
$ composer require punches/email-checker
```

### Test PHP CLI

[](#test-php-cli)

```
$ cd test
$ less test-list.txt | php check_stdin.php
```

### Usage

[](#usage)

```
