Skip to content

usox/ipintel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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