neo22s / emailvalidator

Simple PHP API to validate emails

Home Page:https://garridodiaz.com/emailvalidator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=some@email.com

Using our class emailvalidator.php emailvalidator::check('some@email.com');

Install

You will need at least php 8

  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!

About

Simple PHP API to validate emails

https://garridodiaz.com/emailvalidator/

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%