Skip to content

babatundeodaniel/laravel-fake-email-validator

Repository files navigation

A useful validation rule to check fake emails and dump emails

Latest Version on Packagist Build Status Quality Score Total Downloads

The package checks the input email against an updated list of known temporary email host.

Installation

You can install the package via composer:

composer require babatundeodaniel/laravel-fake-email-validator

To customize the configuration file, publish the package configuration using Artisan.

php artisan vendor:publish --provider="Getripay\GetripayVerifyFakeEmails\GetripayVerifyFakeEmailsServiceProvider"

You can then edit the generated config at app/config/config/getripay_verify_fake_emails.php.

Usage

// Add rule to your laravel validation like this.
public function rules()
{
    return [
        'emails' => ['not_fake_email'],
    ];
}

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

About

A useful validation rule to check fake emails and dump emails

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages