How to use Identibyte with examples in various programming languages
This directory contains an example of how to use Identibyte with a PHP
application to detect disposable email addresses. This code uses PHP’s
file_get_contents
to make the API request and has no external
dependencies.
You can run this PHP example from the command line:
$ php -f identibyte.php
And optionally specify an email address to check:
$ php -f identibyte.php myemail@gmail.com
The code here is pretty straightfoward. Here’s what happens when it runs:
file_get_contents
Identibyte · GitHub @Identibyte · Twitter @Identibyte