xp-forge/geoip
最新稳定版本:v5.2.0
Composer 安装命令:
composer require xp-forge/geoip
包简介
GeoIP database
README 文档
README
This API allows working with data geoips of different kinds in a functional style, e.g. map/reduce.
Examples
use com\maxmind\geoip\GeoIpDatabase; use io\File; $database= GeoIpDatabase::open(new File('GeoLite2-City.mmdb')); $record= $database->lookup('8.8.8.8'); $database->close(); // $record= com.maxmind.geoip.Record@{ // [city ] com.maxmind.geoip.Name(#5375480: Mountain View) // [country ] com.maxmind.geoip.Name(#6252001: United States; code= US) // [continent ] com.maxmind.geoip.Name(#6255149: North America; code= NA) // [postalCode ] "94035" // [location ] com.maxmind.geoip.Location(37.386,-122.0838; tz= America/Los_Angeles) // [subdivisions] [com.maxmind.geoip.Name(#5332921: California; code= CA)] // }
See also
- http://dev.maxmind.com/geoip/geoip2/geolite2/ GeoLite2 Free Downloadable Databases
- http://maxmind.github.io/MaxMind-DB/ MaxMind DB File Format Specification
统计信息
- 总下载量: 640
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-10

