Skip to content

ReniRails/EmailVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PHP Email Verification and Validation

PHP CURL License

Example Usage

require('email.class.php');

$email = '[email protected]';
$api = new Email($email);
echo $api->verify(); // return json output

License

This open-source software is distributed under the MIT License. See LICENSE.md

Contributing

All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...

  • Send feedbacks.
  • Submit bug reports.
  • Write/Edit the documents.
  • Fix bugs or add new features.

About

PHP API Email Verification & Validation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages