usox / ipintel

PHP Client for getipintel.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PHP Client for getipintel.net

License:MIT License


Languages

Language:PHP 100.0%