dosten / disposable-email-checker
A disposable email checker.
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/dosten/disposable-email-checker
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-12-20 22:24:23 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.