p-12s/get-country-code-by-ip

该包可以帮助您通过IP地址找到国家代码

1.0.2 2019-11-17 21:34 UTC

This package is auto-updated.

Last update: 2024-09-18 08:23:15 UTC


README

可以帮助您通过IP地址找到国家代码

我从https://github.com/dostelon/TabGeo的仓库中提取了代码,并为我自己稍作修改。
感谢作者 @dostelon

使用

// 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