PHPackages                             drinks-it/hippo-email-validator - 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. drinks-it/hippo-email-validator

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

drinks-it/hippo-email-validator
===============================

Library for validating email address with emailhippo service

2.5(1mo ago)01.4k↑160%[1 PRs](https://github.com/drinks-it/hippo-email-validator/pulls)MITPHPPHP ^7.4.9 || ^8.0 || ^8.1 || ^8.2 || ^8.3CI failing

Since Jan 4Pushed 1mo agoCompare

[ Source](https://github.com/drinks-it/hippo-email-validator)[ Packagist](https://packagist.org/packages/drinks-it/hippo-email-validator)[ RSS](/packages/drinks-it-hippo-email-validator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (8)Versions (11)Used By (0)

Hippo Email Validator
=====================

[](#hippo-email-validator)

This library provides a simple wrapper around the [Email Hippo](https://www.emailhippo.com/) API for validating email addresses. It allows you to verify that an address exists and meets a minimum reputation score before you accept it in your application.

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

[](#installation)

Install the package via [Composer](https://getcomposer.org/):

```
composer require drinks-it/hippo-email-validator
```

Basic Usage
-----------

[](#basic-usage)

```
use Nrgone\EmailHippo\Validator\Config;
use Nrgone\EmailHippo\Validator\Validator;
use Symfony\Component\HttpClient\HttpClient;
use Psr\Log\NullLogger;

$config = new Config(
    true,                              // enable validation
    'https://api.emailhippo.com/v3',   // API URL
    'your-api-key',                    // API key
    0.7,                               // minimum hippo trust score
    false                              // disable request logging
);

$validator = new Validator($config, HttpClient::create(), new NullLogger());

if ($validator->isValid('test@example.com')) {
    echo 'Email is valid';
} else {
    echo 'Invalid email';
}
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance92

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~183 days

Total

6

Last Release

39d ago

PHP version history (2 changes)2.0PHP ^7.4.9 || ^8.0 || ^8.1 || ^8.2

2.4PHP ^7.4.9 || ^8.0 || ^8.1 || ^8.2 || ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/35364f9bf8e8af76953238d28f15a7d4d027746288de830e1fa5db551cdeedd6?d=identicon)[maximgubar](/maintainers/maximgubar)

---

Top Contributors

[![maximgubar](https://avatars.githubusercontent.com/u/2241775?v=4)](https://github.com/maximgubar "maximgubar (10 commits)")

---

Tags

validationemailemailhippo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/drinks-it-hippo-email-validator/health.svg)

```
[![Health](https://phpackages.com/badges/drinks-it-hippo-email-validator/health.svg)](https://phpackages.com/packages/drinks-it-hippo-email-validator)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

516113.7k3](/packages/web-auth-webauthn-framework)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10250.3k6](/packages/bitrix24-b24phpsdk)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)

PHPackages © 2026

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