2017 © Pedro Peláez
 

library ip-info

By IP To Get The Corresponding Country, Province, City, County and ISP

image

feyman/ip-info

By IP To Get The Corresponding Country, Province, City, County and ISP

  • Tuesday, April 25, 2017
  • by Feyman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

ip-info

通过 IP 得到对应的国家 、省(自治区或直辖市)、市(州)、县(区)、运营商。基于 淘宝 IP 库 和 ipip.net IP 数据库。, (*1)

Build Status Scrutinizer Code Quality Code Coverage Build Status Latest Stable Version Total Downloads License, (*2)

Install

composer require feyman/ip-info

Usage

// 实例化
$info  = new IpInfo($ip);

// 获取详细信息
$info->info();

// 获取地址
// $delimiter 地址各段之间的分隔符
// $full 是否获取完整的地址,默认获取的地址显示为 中国 北京 北京 朝阳 国贸,
// $full = true 时,或加上 area 显示为 中国 华北 北京 北京 朝阳 国贸
$info->address($delimiter = ' ', $full = false);

// 获取 ISP 信息
$info->isp();

// 获取 国家 信息
$info->country();

// 获取 地区 信息,华东,华南,华北
$info->area();

// 获取 省/行政区 信息
$info->region();

// 获取 州/市 信息
$info->city();

// 获取 区/县 信息
$info->county();

License

MIT, (*3)

The Versions

25/04 2017

dev-master

9999999-dev

By IP To Get The Corresponding Country, Province, City, County and ISP

  Sources   Download

MIT

The Requires

 

The Development Requires

ip-address ip-info ip-location

25/04 2017

v0.1.0

0.1.0.0

By IP To Get The Corresponding Country, Province, City, County and ISP

  Sources   Download

MIT

The Requires

 

The Development Requires

ip-address ip-info ip-location

21/04 2017

v0.0.10

0.0.10.0

By IP To Get The Corresponding Country, Province , City and ISP

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

laravel ip-address ip-info

21/04 2017

v0.0.9

0.0.9.0

By IP To Get The Corresponding Country, Province , City and ISP

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

laravel ip-address ip-info

21/04 2017

v0.0.8

0.0.8.0

By IP To Get The Corresponding Country, Province , City and ISP

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

laravel ip-address ip-info

21/04 2017

v0.0.7

0.0.7.0

By IP To Get The Corresponding Country, Province , City and ISP

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

laravel ip-address ip-info

21/04 2017

v0.0.6

0.0.6.0

By IP To Get The Corresponding Country, Province , City and ISP

  Sources   Download

MIT

The Requires

  • php >=5.1

 

The Development Requires

laravel ip-address ip-info