| Package Data | |
|---|---|
| Maintainer Username: | Latrell |
| Maintainer Contact: | i@latrell.me (Latrell Chan) |
| Package Create Date: | 2016-01-08 |
| Package Last Update: | 2020-03-16 |
| Home Page: | https://www.latrell.me |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 15:01:08 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4,699 |
| Monthly Downloads: | 6 |
| Daily Downloads: | 0 |
| Total Stars: | 25 |
| Total Watchers: | 1 |
| Total Forks: | 7 |
| Total Open Issues: | 3 |
纯真 IP 库 Laravel 版 。
数据库版本:2018-03-15
官网:http://www.cz88.net
在官网右上角有个IP数据库下载
composer require latrell/qqwry dev-master
更新你的依赖包 composer update 或者全新安装 composer install。
$ip = mt_rand(); // 取一个随机IP。
$ip = QQWry::ntoa($ip); // 将IP转换成文本型格式。
$record = QQWry::query($ip); // 取出IP对应的地址。
echo "\n", $ip, "\t", $record['country'], "\t", $record['area']; // 输出结果。
@inject('qqwry', 'qqwry')
{{ $qqwry->query('127.0.0.1')->implode(' ') }}