Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 466 Bytes

Build Status

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');