meysamghasemloo/find-country-from-ip

find country from ip

Maintainers

Package info

github.com/meysamghasemloo/FindCountryFromIP

Issues

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

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-24 00:18:13 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);