PHPackages                             bcismariu/emailoversight-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. bcismariu/emailoversight-php

ActiveLibrary[API Development](/categories/api)

bcismariu/emailoversight-php
============================

Simple PHP wrapper for EmailOversight API

v0.0.2(9y ago)22.8k2MITPHP

Since Jan 15Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

EmailOversight API in PHP
=========================

[](#emailoversight-api-in-php)

[EmailOversight](https://emailoversight.com) is a set of powerful tools that enable you to take your data management and email campaigns to the next level.

This is a simple PHP implementation of the API calls.

### Installation

[](#installation)

Update your `composer.json` file

```
{
    "require": {
        "bcismariu/emailoversight-php": "0.*"
    }
}
```

Run `composer update`

### Usage

[](#usage)

```
use Bcismariu\EmailOversight\EmailOversight;

$validator = new EmailOversight('YOUR_API_KEY');
$result = $validator->emailValidation('client.email@domain.com', 'your_list_id');
```

Read the official [API](https://login.emailoversight.com/ApiPage/EmailValidation) for more details regarding parameters and responses.

In order to help with multiple queries, you can also pass your `listId` to the constructor:

```
$validator = new EmailOversight([
		'apitoken'	=> 'YOUR_API_KEY',
		'listid'	  => 'your_list_id'
	]);

$result1 = $validator->emailValidation('first.client@domain.com');
$result2 = $validator->emailValidation('second.client@domain.com');
```

Return Email validation Boolean

```
$validEmail = $validator->isVerified($result);

use example:
if($validEmail) {
 // Good Email
}else {
 // Bad Email
}

```

### Contributions

[](#contributions)

This is a very basic implementation that can only handle email validations. Any project contributions are welcomed!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~301 days

Total

2

Last Release

3517d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef360de3f6d1e1a2eb47c55b310bf697192f25dff9bf9733607404e1bf0ddc63?d=identicon)[bcismariu](/maintainers/bcismariu)

---

Top Contributors

[![Thedigit](https://avatars.githubusercontent.com/u/2549321?v=4)](https://github.com/Thedigit "Thedigit (8 commits)")[![bcismariu](https://avatars.githubusercontent.com/u/10166477?v=4)](https://github.com/bcismariu "bcismariu (5 commits)")

### Embed Badge

![Health badge](/badges/bcismariu-emailoversight-php/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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