https://github.com/usox/ipintel
PHP Client for getipintel.net
https://github.com/usox/ipintel
api client getipintel php security vpn-detection
Last synced: about 1 year ago
JSON representation
PHP Client for getipintel.net
- Host: GitHub
- URL: https://github.com/usox/ipintel
- Owner: usox
- License: mit
- Archived: true
- Created: 2019-11-01T09:47:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T09:06:36.000Z (over 3 years ago)
- Last Synced: 2025-02-28T23:38:31.273Z (over 1 year ago)
- Topics: api, client, getipintel, php, security, vpn-detection
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/usox/ipintel)
# 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
```php
$client = new \Usox\InIntel(
new \Curl\Curl(),
'your_email@addr.ess
);
$result = $client->validate('127.0.0.1');
```