Download the PHP package whois-api/email-verifier without Composer
On this page you can find all versions of the php package whois-api/email-verifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download whois-api/email-verifier
More information about whois-api/email-verifier
Files in whois-api/email-verifier
Package email-verifier
Short Description The simplest possible way to verify an email address in PHP.
License MIT
Informations about the package email-verifier
php-email-verifier
The simplest possible way to verify an email in PHP.
Prerequisites
To use this library, you'll need to create a free Email Verification account: https://emailverification.whoisxmlapi.com/
If you haven't done this yet, please do so now.
Installation
To install email-verifier
using composer, simply run:
In the root of your project directory.
To use the library, use Composer's autoload
Requirements
Supported PHP versions:
- PHP 5.6.x
- PHP 7.0.x
- PHP 7.1.x
- PHP 7.2.x
Dependencies:
- mbstring
- mbregex
- json
- curl
Documentation
Full API documentation available here
Usage
Once you have email-verifier
installed, you can use it to easily verify an
email address. Email verification performs a number of checks to ensure a
given email address is actually valid.
This library gives you access to all sorts of email verification data that you can use in your application in any number of ways.
More examples you can see in the "examples" directory.
Before run these examples you need to specify your API key as an environment variable:
Here's the sort of data you might get back when performing a email verification request:
Development
After you clone this repository you need to install all requirements:
To run tests you can use the following command
All versions of email-verifier with dependencies
nesbot/carbon Version ~1.18
php Version ^5.5 || ^7.0
ext-json Version *