2017 © Pedro Peláez
 

library sypexgeo

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

image

igi/sypexgeo

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

  • Sunday, February 22, 2015
  • by IgI
  • Repository
  • 1 Watchers
  • 6 Stars
  • 8,192 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 12 % Grown

The README.md

SypexGeo

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/, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Add, (*3)

"igi/sypexgeo": "*"

to the require section of your composer.json file., (*4)

Update database on "composer install" command

Put "post-install-cmd" event to composer.json, (*5)

"scripts": {
    "post-install-cmd": [
        "IgI\\SypexGeo\\Composer::installDatabases"
    ]
}

Put "extra" settings to composer.json, (*6)

"extra": {
    "sypexgeo_remote": "https://sypexgeo.net/files/SxGeoCity_utf8.zip",
    "sypexgeo_local": "/path/to/project/SxGeoCity.dat"
}

The Versions

22/02 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

geoip sypex sxgeo