nuthouse-cis / sxgeo
PHP library Sypex Geo API (http://sypexgeo.net)
1.0.1
2021-03-26 16:31 UTC
Requires
- php: ^7.1 | ^8
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2026-02-27 03:08:19 UTC
README
Sypex Geo - product for location by IP address. Obtaining the IP address, Sypex Geo outputs information about the location of the visitor - country, region, city, geographical coordinates and other in Russian and in English. Sypex Geo use local compact binary database file and works very quickly. For more information visit: http://sypexgeo.net/
Installation
The preferred way to install this extension is through composer.
composer require nuthouse-cis/sxgeo
Or add to your composer.json file.
{
"require": {
"nuthouse-cis/sxgeo": "*"
}
}
Testing
- Unit tests:
$ vendor/bin/phpunit
or
composer run-script test