Download the PHP package martialbe/laravel-ip2region without Composer
On this page you can find all versions of the php package martialbe/laravel-ip2region. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-ip2region
LaravelIp2region
ip2region 的Laravel扩展包。
要求
- PHP >= 7.4
- Laravel >=5.8
安装
开始使用
-
创建配置文件
-
添加别名
-
使用
- 更新数据库
其他使用方法
详情查看ip2region for php文档
缓存 VectorIndex
索引
如果你的 php 母环境支持,可以预先加载 vectorIndex 缓存,然后做成全局变量,每次创建 Searcher 的时候使用全局的 vectorIndex,可以减少一次固定的 IO 操作从而加速查询,减少 io 压力。
缓存整个 xdb
数据
如果你的 PHP 母环境支持,可以预先加载整个 xdb
的数据到内存,这样可以实现完全基于内存的查询,类似之前的 memory search 查询。
License
MIT
All versions of laravel-ip2region with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package martialbe/laravel-ip2region contains the following files
Loading the files please wait ....