kcassam/mailcheck

There is no license information available for the latest version (dev-master) of this package.

eMail checker and suggests a right domain

Installs: 2 850

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 11

Forks: 8

Open Issues: 3

Type:symfony-bundle

dev-master 2020-06-02 21:30 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:23:01 UTC


README

Php port of kicksend/mailcheck

Free API available here : mailcheck/suggest

Example : 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 <(curl -s https://codecov.io/bash)