Download the PHP package php-cpm/ip-address without Composer

On this page you can find all versions of the php package php-cpm/ip-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ip-address

IP库大集成

项目集成用法

为了测试各IP库效果,项目封装了一些方法,可以用于开发ip库相关的数据格式化。 类库引用方法

调用方法如下,采用了驱动模式

可用驱动

项目使命

IP库是一个基础服务,关注点在于准确性,也在于精确性。比如告诉我是错的地址比告诉我不知道是哪里好,告诉我对的地址比错的地址好。

这里不得不再吐槽一下高春辉的IPdb,比纯真库要高不少,但确实有不少IP是没定位到国家的, 用起来反而造成了困扰。

使用IP库以及使用定位库的最大问题是没有唯一编码表,很难确定IP库返回的数据字符串是否跟库里的数据匹配,因此次项目将国内外常用的IP库做了数据转换及翻译处理,使大家能在一个起跑线上进行对比。

有了基准测试对比,才能便于后续IP库的选型,这里只收录了免费的IP库。

如果你有一个付费的IP库,你很难知道花的钱是否值得,说不定还不如免费的好,有了这个项目后你能节省大量工作,立刻开始对比。

结论

先上结论,后面文章的依据是采用各个数据库对照实际IP采样数据而成

我自己的解决方案

由于我只需国家与国内省份的IP库,IPIP有个很大问题是会把一些IP定位到非国家,不容易做数据统计,ip2location与IP2REGION结合并做一些简单翻译即可满足需求

详细评比

IP库的功能是根据IP拿到用户所在位置,最重要的是准确性,其次是精确性 为了判断IP位置本项目集成了业界已知公开免费数据,结合业务场景上用到的IP做对比参考,评估各IP库的准确性及精确性

  1. 纯真IP库 itbdw/ip-database 预计很拉胯,准确性、精确性均不足
  2. IPIP.net ipip/db 技术流,准确性高,但精确性不足,换句话说不瞎标
  3. ip2region zoujingli/ip2region 准确性高,精确性也高,国外拉胯
  4. 淘宝IP库,大陆的信息全面准确,海外未知

以新浪的IP 66.102.251.24 为例

离线数据库对比(基准为Ip2region)

类库 简介
Ip2region 互联网数据整合
IpIp.net 互联网老兵新项目
Maxmind 国外免费库 maxmind-db/reader
IP2Location 国外免费库 ip2location/ip2location-php
纯真IpLocation 纯真IP库,十多年免费提供 IP库源站https://www.cz88.net/

在线数据库对比(基准为Ip2region)

类库 简介 总数 失败数
TaobaoIp库 淘宝收集整理的免费IP库 - -
ip138 宣称用GPS/rDNS/BGP/ASN等数据整理的 Geolocation IP地址数据库 - -
阿里云ip库 付费,信息似乎还没淘宝IP库准 - -
聚合API https://www.juhe.cn/,免费每日最大1百次 - -
Ucloud 与ipip.net合作的数据源,可以参考IPip.net离线库,免费每日最大1百次 - -
腾讯lbs 基于腾讯地图收集的数据,免费每日最大1万次 https://lbs.qq.com/service/webService/webServiceGuide/webServiceIp - -
百度lbs 仅国内,基于百度地图收集的数据,免费每日最大1千次 http://lbsyun.baidu.com/index.php?title=webapi/ip-api - -
埃文IP库 https://www.ipplus360.com/ - -

测试以Ip2region数据为基准 含38条国内IP,其中1条IPIP无法识别省份 1条新浪美国IP,淘宝识别位置为加利福尼亚-圣何塞,ip2region识别位置为弗吉尼亚,无法断定谁对,IPIP和纯真只能定位到国家 1条google美国IP,纯真没有结构化数据只有idc数据,淘宝的城市显示XX为错误数据,IPIP只能识别到美国

IPIP的数据库在这里最差,后续还要更多数据做对比分析 淘宝和IP2region暂时排名不分先后

国内省份IP库对比

如果IP库定位的省份错了,有两种解释,一种是IP库较为陈旧,一种是统计方法差异导致。 由于IpI的数据库是能拿到的最新数据。 以Ip2region为数据基准,Ip2region最优,IpIp效果最差。

由于样本较少,未能充分比较出各自差异,

个人评分结论:

国家级IP库对比

如果IP库定位的国家错了,有两种解释,一种是IP库较为陈旧,一种是统计方法差异导致。 由于Ip2Location、maxmind的数据库是能拿到的最新数据。 以Ip2Location为数据基准,maxmind最优,拿部分IP以百度搜索结果做评判,maxmind得分略高。IpIp的表现明显比国内其他IP库表现好,说明确实下功夫了。

个人评分结论:

同类产品

https://github.com/stevebauman/location

大感谢

感谢互联网上默默奉献的人们,热泪盈眶的那种。

项目为了对比各IP库优劣用到的第三方PHP类库有: ipip/dbzoujingli/ip2regionmaxmind-db/readerip2location/ip2location-phpitbdw/ip-database

为本实验节省了大量时间,没有关注版权协议,如果遇到版权问题可以私信我删除。

开发测试方法

帮我完善项目

TODO任务:


All versions of ip-address with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ipip/db Version ^1.0
zoujingli/ip2region Version ^1.0
maxmind-db/reader Version ^1.9
ip2location/ip2location-php Version ^8.3
itbdw/ip-database Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package php-cpm/ip-address contains the following files

Loading the files please wait ....