meysamghasemloo/find-country-from-ip

find country from ip

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/meysamghasemloo/find-country-from-ip

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

This package is auto-updated.

Last update: 2025-09-23 23:17:17 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);