PHPackages                             merajsiddiqui/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. merajsiddiqui/email-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

merajsiddiqui/email-validator
=============================

A package to verify if the email exist or not without sending email

234PHP

Since Apr 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/merajsiddiqui/email-validator)[ Packagist](https://packagist.org/packages/merajsiddiqui/email-validator)[ RSS](/packages/merajsiddiqui-email-validator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Email Validator
===============

[](#email-validator)

This email-validator library is to verify if a given email id exists or not without sending them an email. To verify the owner of the email id you have to send them a mail with some verification parameters.

Getting Started
---------------

[](#getting-started)

Are you using any third party mail service to send mail to users or you have seen enormous fake email IDs by robots or some spammer, Now Validate the email ID if it exist or not before sending them mail.

### Prerequisites

[](#prerequisites)

```
PHP > 5.5

```

### Installing

[](#installing)

Colne or download from github , To clone

```
git clone https://github.com/merajsiddiqui/email-validator.git

```

Or install via composer

```
composer require merajsiddiqui/email-validator

```

Running the tests
-----------------

[](#running-the-tests)

`phpUnit` Unit Test has been written and performed. But i advise you to always run the test case before implenting in a big application or making it as a dependency.

Up nad Running
--------------

[](#up-nad-running)

```
