PHPackages                             gamalan/emaillistverify-api - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. gamalan/emaillistverify-api

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

gamalan/emaillistverify-api
===========================

EmailListVerify API

v1.0.2(6y ago)0114MITPHP

Since Nov 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gamalan/emaillistverify-api)[ Packagist](https://packagist.org/packages/gamalan/emaillistverify-api)[ RSS](/packages/gamalan-emaillistverify-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

EmailListVerify PHP Library
===========================

[](#emaillistverify-php-library)

[![Build Status](https://camo.githubusercontent.com/24232e8fd025313e5e60c0603def10454bee2a6197cd4245d22e18c2426808af/68747470733a2f2f7472617669732d63692e6f72672f67616d616c616e2f656d61696c6c6973747665726966792d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gamalan/emaillistverify-api)

This library will allow you to integrate the **EmailListVerify** API in your project.

### Prerequisites

[](#prerequisites)

You need an active account at [EmailListVerify](https://emaillistverify.com) to use this library. From there, grab your API Key under **API** by creating new api app.

Usage
-----

[](#usage)

```
use Gamalan\EmailListVerify\EmailListVerify;
use Gamalan\EmailListVerify\SingleResult;

// You can configure timeout by using parameter, default is 15
$client = new EmailListVerify('API_KEY', 30);

try{
    $result = $client->verifyEmail('mail@example.com');
    switch ($result->getStatus()){
        case SingleResult::VALIDATION_OK:
            // Do something
            break;
        case SingleResult::VALIDATION_ANTISPAM_SYSTEM:
            // Do somethin else
            break;
        default:
            break;
    }
}catch (\Gamalan\EmailListVerify\APIError $error){
    // Handle Error
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

3

Last Release

2369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a96a58157dcd8e62c9f1377f8ef22e194a6a67d90ee87cf515558e049c84d5a?d=identicon)[gamalan](/maintainers/gamalan)

---

Top Contributors

[![gamalan](https://avatars.githubusercontent.com/u/1147539?v=4)](https://github.com/gamalan "gamalan (5 commits)")

---

Tags

composeremailemaillistverifyemailverificationphpverification

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gamalan-emaillistverify-api/health.svg)

```
[![Health](https://phpackages.com/badges/gamalan-emaillistverify-api/health.svg)](https://phpackages.com/packages/gamalan-emaillistverify-api)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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