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 2mo 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 59% 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

3471d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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