Download the PHP package empinet/laravel-email-validation without Composer

On this page you can find all versions of the php package empinet/laravel-email-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-email-validation

EasyEmailAPI Laravel Validation Rule

CI Coverage Release

Strict email validation for Laravel using EasyEmailAPI.

This package provides a Laravel validation rule that helps detect invalid, disposable, role-based, and risky email addresses before they enter your system. It is designed for sign-up forms, user registration flows, and any place where email quality and deliverability matter.

Installation

Publish the config file:

Getting an API token

To use this package, you need an API token from EasyEmailAPI. You can create a free account and get your token at https://easyemailapi.com

EasyEmailAPI offers a free tier, which is usually enough for testing, small projects, and personal applications.

Set your token in .env:

Usage

Override defaults per rule instance:

Configuration

The configuration file is located at config/easyemailapi.php. It controls authentication, validation behavior, caching, and fallback handling.

Key settings:

Response Evaluation Defaults

The default behavior matches the recommended EasyEmailAPI settings:

These defaults provide strong protection against disposable and invalid email addresses without being overly aggressive.

Caching

Validation responses are cached per email address and rule options. This prevents repeat calls to the EasyEmailAPI service for the same email and improves performance for high-traffic forms and registration endpoints.

Fallback Behavior

When the EasyEmailAPI service is unavailable, the rule will apply the configured fallback strategy:

This allows you to balance strict validation against availability requirements.

Testing

About EasyEmailAPI

This package is powered by EasyEmailAPI, a real-time email validation service built to help developers prevent fake sign-ups, disposable email abuse, and invalid addresses before they reach the database. EasyEmailAPI goes beyond basic syntax checks by validating MX records, detecting temporary and disposable email providers, and assessing overall email risk, making it ideal for modern applications that care about data quality, deliverability, and protecting registration flows from spam and automated abuse.


All versions of laravel-email-validation with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
illuminate/http Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/validation Version ^10.0|^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package empinet/laravel-email-validation contains the following files

Loading the files please wait ...