nuthouse-cis / sxgeo
PHP library Sypex Geo API (http://sypexgeo.net)
Installs: 24
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nuthouse-cis/sxgeo
Requires
- php: ^7.1 | ^8
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-09-27 02:17:56 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