PHPackages                             usevalid-email/php-sdk - 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. usevalid-email/php-sdk

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

usevalid-email/php-sdk
======================

Validate Your Emails with Confidence

1.0(1y ago)03601MITPHPPHP &gt;=7.4

Since Feb 1Pushed 1y agoCompare

[ Source](https://github.com/usevalid-email/php-sdk)[ Packagist](https://packagist.org/packages/usevalid-email/php-sdk)[ Docs](https://usevalid.email)[ RSS](/packages/usevalid-email-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

usevalid.email
==============

[](#usevalidemail)

[![PHP Composer](https://github.com/usevalid-email/php-sdk/actions/workflows/php.yml/badge.svg)](https://github.com/usevalid-email/php-sdk/actions/workflows/php.yml)

[![Latest Version on Packagist](https://camo.githubusercontent.com/33f56027ca39a430409755332f4b68c6886bd053e58e8f7a12ac4e1aed4796e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f75736576616c69642d656d61696c2f7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/usevalid-email/php-sdk)[![Total Downloads](https://camo.githubusercontent.com/7aa6db55361ae210978682d2543e878a24b9ac2a8d027b96650a86908c16fb61/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75736576616c69642d656d61696c2f7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/usevalid-email/php-sdk)[![License](https://camo.githubusercontent.com/9dd329c4c4376560ff0582f8bce209ca923fdec508a5f987d1910ad28877b931/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f75736576616c69642d656d61696c2f7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/usevalid-email/php-sdk)

Validate Your Emails with Confidence

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

[](#installation)

You can install the package via composer:

```
composer require usevalid-email/php-sdk
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
use UseValidEmail\Sdk;

$token = 'your-access-token';
$sdk = new Sdk($token);
```

### Validate Email

[](#validate-email)

```
try {
    $email = 'example@example.com';
    $response = $sdk->emailValidator->validate($email);
    print_r($response->toArray());
} catch (Exception $e) {
    // Handle exception
}
```

### Using Helper Function

[](#using-helper-function)

```
try {
    $email = 'example@example.com';
    $response = validateEmail($email);
    print_r($response->toArray());
} catch (Exception $e) {
    // Handle exception
}
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [All Contributors](https://github.com/usevalid-email/php-sdk/graphs/contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40e5dbfc676ced69c49c74ab888f7b38de04666695b5b3d03e0c06577beb4712?d=identicon)[hebertcisco](/maintainers/hebertcisco)

---

Top Contributors

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

---

Tags

emailemail-validationemail-verificationvalidationapivalidationsdkemailusevalid.email

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/usevalid-email-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/usevalid-email-php-sdk/health.svg)](https://phpackages.com/packages/usevalid-email-php-sdk)
```

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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