kcassam / mailcheck
eMail checker and suggests a right domain
Installs: 3 652
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 11
Forks: 6
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=7.1
- ext-intl: *
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-10-26 14:35:53 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)