ipintel

PHP Client for getipintel.net

MIT License

Downloads
3.4K
Stars
3
Committers
2

IpIntel

Small library to query the fraud ip detection service of https://getipintel.net/

Requirements

  • php 7.3
  • curl
  • an email address

Installation

composer require usox/ipintel

Usage

    $client = new \Usox\InIntel(
        new \Curl\Curl(),
        '[email protected]
    );

    $result = $client->validate('127.0.0.1');