Download the PHP package funnydevjsc/laravel-email-filter without Composer
On this page you can find all versions of the php package funnydevjsc/laravel-email-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download funnydevjsc/laravel-email-filter
More information about funnydevjsc/laravel-email-filter
Files in funnydevjsc/laravel-email-filter
Package laravel-email-filter
Short Description Laravel package to filter bad email
License MIT
Homepage https://github.com/funnydevjsc/laravel-email-filter
Informations about the package laravel-email-filter
Email Filter Laravel
The free Laravel package to help you filter your users email with multiple services
Use Cases
- Perform a powerful checking for user email before approving registration or invoice making.
- Parse result from validator
- Example use case
Features
- Check blacklist from poste.io, site24x7.com
- Check quality from maxmind.com, apivoid.com, ipqualityscore.com
- Easy to validate with a simple line code
Requirements
- PHP: 8.1 or higher
- Laravel 9.0 or higher
Quick Start
If you prefer to install this package into your own Laravel application, please follow the installation steps below
Installation
Step 1. Install a Laravel project if you don't have one already
https://laravel.com/docs/installation
Step 2. Require the current package using composer:
Step 3. Publish the controller file and config file
If publishing files fails, please create corresponding files at the path config/email-filter.php
and app\Http\Controllers\EmailFilterControllers.php
from this package. And you can also further customize the EmailFilterControllers.php file to suit your project.
Step 4. Update the various config settings in the published config file:
After publishing the package assets a configuration file will be located at config/email-filter.php
.
Testing
Feedback
Respect us in the Laravel Việt Nam
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] or use the issue tracker.
Credits
- Funny Dev., Jsc
- All Contributors
License
The MIT License (MIT). Please see License File for more information.