meysamghasemloo/find-country-from-ip

v1.0.2 2023-03-23 17:38 UTC

This package is auto-updated.

Last update: 2025-04-23 22:15:49 UTC


README

for get country code

$ip="30.50.10.28";
FindCountryFromIp::getCountryCode($ip);

for get Country name

 $ip="30.50.10.28";
FindCountryFromIp::getCountryName($ip);