Skip to content

lefuturiste/iptator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iptator

The best way to get details about an IP address, no php ext required. Get ip details from multiple api source.

Install

composer install lefuturiste/iptator

Requirement

This package use the guzzle http php library to make http request, so curl ext is required.

Usage

use Iptator\Scanner;

$scanner = new Scanner();
$ip = $scanner->scan('1.1.1.1');
$ip->isp; // Cloudflare, Inc.
$ip->countryName; // Australia
$ip->city; // South Brisbane

Adapters

  • ipapi.co
  • ip-api.com

Test

vendor/bin/phpunit tests

About

The best way to get details about an IP address, no php ext required. Get ip details from multiple api source.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages