• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple PHP API to validate emails

Email Validator!

Email Validator is a free JSON API that gives you a simple way to validate/verify email addresses. You can get the free source code and run it on your server or use this service for free ;)

##How to use it?

Directly from the small API on index.php /index.php?email=[email protected]

Using our class emailvalidator.php emailvalidator::check('[email protected]');

Install

You will need at least php 5.5

  1. Download here
  2. uncompress in any web server
  3. Run index.php OR use the class emailvalidator in your project

Note: We use Json with disposable emails https://github.com/ivolo/disposable-email-domains/ contribue please!