Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 732 Bytes

PHP Email Verification and Validation

PHP CURL License

Example Usage

require('email.class.php');

$email = 'email@example.com';
$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.