Download the PHP package chinayin/ip2region without Composer
On this page you can find all versions of the php package chinayin/ip2region. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chinayin/ip2region
More information about chinayin/ip2region
Files in chinayin/ip2region
Download chinayin/ip2region
More information about chinayin/ip2region
Files in chinayin/ip2region
Vendor chinayin
Package ip2region
Short Description [定期更新数据版] Ip2region (2.0 - xdb) is a offline IP address manager framework and locator with ten microsecond searching performance. xdb engine implementation for many programming languages
License Apache-2.0
Package ip2region
Short Description [定期更新数据版] Ip2region (2.0 - xdb) is a offline IP address manager framework and locator with ten microsecond searching performance. xdb engine implementation for many programming languages
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package ip2region
ip2region SDK for PHP (定期更新数据版)
Installation
运行环境要求 PHP 7.1 及以上版本,以及cURL。
定期更新数据版
特点:xdb数据
封装在composer包内,数据会定期更新
composer require chinayin/ip2region
官方原生查询包
特点:包更小,数据路径自定义
使用方法:github.com/chinayin/ip2region-core
Quick Examples
完全基于文件的查询
备注:并发使用,每个线程或者协程需要创建一个独立的 searcher 对象。
缓存 VectorIndex 索引
如果你的 php 母环境支持,可以预先加载 vectorIndex 缓存,然后做成全局变量,每次创建 Searcher 的时候使用全局的 vectorIndex,可以减少一次固定的 IO 操作从而加速查询,减少 io 压力。
备注:并发使用,每个线程或者协程需要创建一个独立的 searcher 对象,但是都共享统一的只读 vectorIndex。
缓存整个 xdb 数据
如果你的 PHP 母环境支持,可以预先加载整个 xdb 的数据到内存,这样可以实现完全基于内存的查询,类似之前的 memory search 查询。
备注:并发使用,用整个 xdb 缓存创建的 searcher 对象可以安全用于并发。
All versions of ip2region with dependencies
PHP Build Version
Package Version
The package chinayin/ip2region contains the following files
Loading the files please wait ....