This library contains data about email disposable domains.
Only use contents of /data/. The code in this library is just for updating that folder.
- Either, include this project into yours via whatever means you want. Git-submodule, Composer, Bower, NPM, etc... are all possible.
- Or, copy the data you want manually.
- PHP (returns single dimension array)
- JSON (single dimension array)
- Text (one per line)
- Add the domain to
/bin/disposable.txt - Run
php update.php - Submit a pull request
- Add the domain to
/bin/whitelist.txt - Run
php update.php - Submit a pull request
- Write a new Exporter class (see
src/Exporter/BaseInterface.php) - Add it to the
exportfunction insrc/Domains.php - Run
php update.php - Submit a pull request, like a boss
The MIT License (MIT). See LICENCE file.