Small library to query the fraud ip detection service of https://getipintel.net/
- php 7.3
- curl
- an email address
composer require usox/ipintel
$client = new \Usox\InIntel(
new \Curl\Curl(),
'[email protected]
);
$result = $client->validate('127.0.0.1');