2017-25 © Pedro Peláez
 

library php-geopoint-api

GeoPoint API v1 client

image

ner0tic/php-geopoint-api

GeoPoint API v1 client

  • Sunday, May 5, 2013
  • by ner0tic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php-geopoint-api

ORM agnostic php library to access Neustar's GeoPoint REST api, (*1)

Installation

Add to composer, (*2)

    "require": {
        "ner0tic/php-api-core":     "*",
        "ner0tic/php-geopoint-api":   "*"
        // ...

Usage

$geo = new \GeoPoint\Client();

$geo->setApiKey( 'XXXXXXXXXXX' );
$geo->setSecret( 'XXXXXXX' );

$ipinfo = $geo->get( $ip );

$city = $ipinfo->Location->CityData->city;

To Do

  • Clean up ip info data retrieval

The Versions

05/05 2013

dev-master

9999999-dev https://github.com/ner0tic/php-geopoint-api

GeoPoint API v1 client

  Sources   Download

MIT

The Requires

 

ip address geopoint geo location

05/05 2013

1.0.3

1.0.3.0 https://github.com/ner0tic/php-geopoint-api

GeoPoint API v1 client

  Sources   Download

MIT

The Requires

 

ip address geopoint geo location

05/05 2013

1.0.2

1.0.2.0 https://github.com/ner0tic/php-geopoint-api

GeoPoint API v1 client

  Sources   Download

MIT

The Requires

 

ip address geopoint geo location

04/05 2013

1.0.1

1.0.1.0 https://github.com/ner0tic/php-geopoint-api

GeoPoint API v1 client

  Sources   Download

MIT

The Requires

 

ip address geopoint geo location

30/04 2013

1.0.0

1.0.0.0 https://github.com/ner0tic/php-geopoint-api

GeoPoint API v1 client

  Sources   Download

MIT

The Requires

 

ip address geopoint geo location