PHP library Sypex Geo API (http://sypexgeo.net)

1.0.1 2021-03-26 16:31 UTC

This package is auto-updated.

Last update: 2024-05-26 23:17:31 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