PHPackages                             everapi/emailvalidation-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. everapi/emailvalidation-php

ActiveLibrary[API Development](/categories/api)

everapi/emailvalidation-php
===========================

A PHP wrapper for the emailvalidation.io API

1.0(3y ago)07MITPHPPHP ^8.0

Since May 19Pushed 2y ago2 watchersCompare

[ Source](https://github.com/everapihq/emailvalidation-php)[ Packagist](https://packagist.org/packages/everapi/emailvalidation-php)[ Docs](https://github.com/everapihq/emailvalidation-php)[ RSS](/packages/everapi-emailvalidation-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![](https://camo.githubusercontent.com/c315c10fbe6ee1fc24d43bb8e8855286f26c6af9f530dad378f51f26981addbc/68747470733a2f2f6170702e6e756d6c6f6f6b75706170692e636f6d2f696d672f6c6f676f2f656d61696c76616c69646174696f6e2e706e67)](https://camo.githubusercontent.com/c315c10fbe6ee1fc24d43bb8e8855286f26c6af9f530dad378f51f26981addbc/68747470733a2f2f6170702e6e756d6c6f6f6b75706170692e636f6d2f696d672f6c6f676f2f656d61696c76616c69646174696f6e2e706e67)

emailvalidation-php - Email Validation &amp; Verification API
=============================================================

[](#emailvalidation-php---email-validation--verification-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/07fed0b01dafedd757715d7b16b8168bb08149757a95638b66b9bbb6888ed96b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657665726170692f656d61696c76616c69646174696f6e2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/emailvalidation-php)[![Total Downloads](https://camo.githubusercontent.com/77d367258a60f8dd167864ec24623a6864a7652b1d43e5d0522d7cb26242f853/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657665726170692f656d61696c76616c69646174696f6e2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/emailvalidation-php)

This package is a PHP wrapper for [emailvalidation.io](https://emailvalidation.io) that aims to make the usage of the API as easy as possible in your project.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require everapi/emailvalidation-php
```

Usage
-----

[](#usage)

Initialize the API with your API Key (get one for free at [emailvalidation.io](https://emailvalidation.io)):

```
$emailvalidation = new \Emailvalidation\EmailvalidationClient('YOUR-API-KEY');
```

Afterwards you can use the endpoints of the API like this:

```
echo $emailvalidation->status();
```

```
var_dump($emailvalidation->validate('john@doe.com', [
    'catch_all' => 1
]));
```

Learn more about endpoints, parameters and response data structure in the [docs](https://emailvalidation.io/docs).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1096d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/309ffc139b4aad5ab670a50706449e75eeea2798f284e1380f88d69a68f9fe65?d=identicon)[everapi](/maintainers/everapi)

---

Top Contributors

[![dominikkukacka](https://avatars.githubusercontent.com/u/243319?v=4)](https://github.com/dominikkukacka "dominikkukacka (2 commits)")

---

Tags

apiemailvalidationemail verification apiemailvalidation.ioemailvalidation-phpemail validation api

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/everapi-emailvalidation-php/health.svg)

```
[![Health](https://phpackages.com/badges/everapi-emailvalidation-php/health.svg)](https://phpackages.com/packages/everapi-emailvalidation-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
