p-12s/get-country-code-by-ip
Composer 安装命令:
composer require p-12s/get-country-code-by-ip
包简介
The package will help you find the country code by ip-address
README 文档
README
Will help you find the country code by ip-address
I took the code from the repository https://github.com/dostelon/TabGeo
and remade a little for myself.
Thanks to the author @dostelon
Using:
// require_once('vendor/p-12s/get-country-code-by-ip/src/CountryCodeFinder.php');
$finder = new CountryCodeFinder\CountryCodeFinder();
echo $finder->getCode('178.200.170.41'); // DE
echo $finder->getCode('176.31.69.179'); // BE
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-11-16