- PHP >= 5.5.9
- Composer.
The recommended way to install the library is through Composer.
$ composer require dosten/disposable-email-checker:dev-master
Otherwise, install the library yourself.
See CONTRIBUTING.md file.
Install the Composer dev
dependencies:
$ composer install --dev
Then, run the test suite using PHPUnit:
$ phpunit
The library is released under the MIT License. See the bundled LICENSE file for details.