PHPackages                             kcassam/mailcheck - 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. kcassam/mailcheck

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

kcassam/mailcheck
=================

eMail checker and suggests a right domain

64.1k6[3 issues](https://github.com/Headoo/mailcheck/issues)PHPCI failing

Since Sep 16Pushed 5y ago10 watchersCompare

[ Source](https://github.com/Headoo/mailcheck)[ Packagist](https://packagist.org/packages/kcassam/mailcheck)[ RSS](/packages/kcassam-mailcheck/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Mailcheck
=========

[](#mailcheck)

Php port of [kicksend/mailcheck](https://github.com/Kicksend/mailcheck)

Free API available here : [mailcheck/suggest](http://headoo.com/api/v1/mail/welcome.html)

Example : [test@hotnail.cmo](http://headoo.com/api/v1/mail/suggest.json?email=test@hotnail.cmo)

Installation :

```
$  git clone https://github.com/Headoo/mailcheck.git
$  composer update

```

Test :

```
$ ./vendor/phpunit/phpunit/phpunit tests

```

Upload code coverage

```
$ php vendor/bin/phpunit tests --coverage-clover=coverage.xml
$ bash
