IP数据库,支持纯真数据库、百度腾讯高德地图等平台

v1.1.10 2020-04-06 00:00 UTC

README

dtApp Logo

IP数据库

📦 IP数据库 PHP扩展包

Latest Stable Version Latest Unstable Version Total Downloads License PHP Version Dependency Status Dependency Status Dev GitHub last commit GitHub commit activity GitHub contributors

依赖环境

  1. PHP7.0 版本及以上(低版本和7.4版本未做兼容处理!)

数据源

  • datav

支持库

  • 纯真数据库
  • 高德地图
  • 淘宝
  • 百度搜索
  • 腾讯地图
  • 太平洋
  • 搜狐
  • 好搜
  • 新浪
  • IP Geolocation
  • extreme-ip
  • ipip
  • 网易
  • 哔哩哔哩
  • 阿里云

应用示例

使用文档

文档链接

计划支持

  • 纯真数据库运营商优化
  • 获取省份、城市、地区信息列表

纯真数据库返回类型

{
	"location_all": "广东省广州市",
	"isp": {
		"name": "广东互联网络交换中心(越秀区东风路305号)"
	},
	"ip": {
		"ipv4": "210.76.74.180",
		"beginip": "210.76.64.0",
		"endip": "210.76.95.255",
		"trueip": 3528215220,
		"ipv6": "0000:0000:0000:0000:0000:ffff:d24c:4ab4"
	},
	"province": {
		"name": "广东省",
		"adcode": "440000",
		"lat": 23.125178,
		"lng": 113.280637
	},
	"city": {
		"name": "广州市",
		"adcode": "440100",
		"lat": 23.125178,
		"lng": 113.280637
	},
	"district": {
		"name": "未知",
		"adcode": "",
		"lat": "",
		"lng": ""
	}
}

安装

composer require liguangchun/ip -vvv

更新

composer update liguangchun/ip -vvv

删除

composer remove liguangchun/ip -vvv