usox/ipintel

Client for https://getipintel.net/

v1.1.0 2023-01-29 09:07 UTC

This package is auto-updated.

Last update: 2024-03-29 03:59:03 UTC


README

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(),
        'your_email@addr.ess
    );

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