usox / ipintel
Client for https://getipintel.net/
Installs: 3 409
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^7.3||^8
- ext-curl: *
- php-curl-class/php-curl-class: ^9
Requires (Dev)
- mockery/mockery: ^1.2
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2024-10-29 05:41:06 UTC
README
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');