Download the PHP package nyos/geo without Composer
On this page you can find all versions of the php package nyos/geo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor nyos
Package geo
Short Description Search country from ip
License MIT
Homepage https://uralweb.info/php/#classes
Package geo
Short Description Search country from ip
License MIT
Homepage https://uralweb.info/php/#classes
Please rate this library. Is it a good library?
Informations about the package geo
Russian
----- Установка ----- composer require nyos/geo-country-ip
----- Пример как ищем страну ----- $country = \Nyos\geo\IpCountry::search('123.123.123.55');
----- результат -----
$country = array(
full_name => 'Russian Federation' ,
short_name = 'RUS' ,
iso => 'RU' );
All versions of geo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-pdo_sqlite Version *
ext-pdo_sqlite Version *
The package nyos/geo contains the following files
Loading the files please wait ...