kcassam / mailcheck
There is no license information available for the latest version (dev-master) of this package.
eMail checker and suggests a right domain
dev-master
2020-06-02 21:30 UTC
Requires
- php: >=7.1
- ext-intl: *
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2026-02-28 20:58:57 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)