Download the PHP package timwassenburg/laravel-disposable-email-validator without Composer
On this page you can find all versions of the php package timwassenburg/laravel-disposable-email-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download timwassenburg/laravel-disposable-email-validator
More information about timwassenburg/laravel-disposable-email-validator
Files in timwassenburg/laravel-disposable-email-validator
Package laravel-disposable-email-validator
Short Description Validate if the input is an disposable email address
License MIT
Homepage https://github.com/timwassenburg/laravel-disposable-email-validator
Informations about the package laravel-disposable-email-validator
Table of Contents
- Installation
- Usage
- Translations
- Adding more disposable email domains
- Caching
- Contributing
- License
Installation
Run composer require to install the package.
Usage
Add the disposable-email rule to input you want to check. Keep in mind that the rule doesn't check if the email is valid so it is recommended to use it in combination with the validation rule.
Translations
Publish the translations with the following command.
You can now add or update translations in the folder.
Adding more disposable email domains
The config contains all domains the validator is checking, you can publish the config and extend the list by adding more domains.
Caching
Although this might be obvious, just a small reminder. The list of disposable emails is loaded from a config file. For a production environment it is recommended to cache the config for optimal performance. You can use the default Laravel config caching for this.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
The MIT License (MIT). Please see License File for more information.