1. Go to this page and download the library: Download rayblair/numverifywrapper library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
Numverify::verify("+441234567890");
// OR
Numverify::verify("1234567890", "GB");
numverify("1234567890");
// OR
numverify("1234567890", "GB");
// Returns either turn or false depending on api result
Numverify::isValid();
$data['api_key'] = "<Numverify Api Key>";
$numverify = new Rayblair\NumverifyWrapper\NumverifyService($data);
$numverify->setNumber("1234567890")->setCountryCode("GB")->verify();
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.