dosten / disposable-email-checker
A disposable email checker.
dev-master
2016-01-05 18:52 UTC
Requires
- php: >=5.5.9
Requires (Dev)
- phpunit/phpunit: ~4.1
Suggests
- ext-curl: Allows to check disposable emails in third party providers
This package is not auto-updated.
Last update: 2025-06-21 20:11:14 UTC
README
Requirements
- PHP >= 5.5.9
- Composer.
Installation
The recommended way to install the library is through Composer.
$ composer require dosten/disposable-email-checker:dev-master
Otherwise, install the library yourself.
Contributing
See CONTRIBUTING.md file.
Running Tests
Install the Composer dev
dependencies:
$ composer install --dev
Then, run the test suite using PHPUnit:
$ phpunit
License
The library is released under the MIT License. See the bundled LICENSE file for details.