2017 © Pedro Peláez
 

library freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

image

imelgrat/freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

  • Sunday, February 25, 2018
  • by imelgrat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FreeGoIP

GitHub license GitHub release Total Downloads GitHub issues GitHub stars, (*1)

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API., (*2)

freegeoip.net is a service providing a public HTTP API for software developers to search the geolocation of IP addresses. It uses a database of IP addresses associated to cities along with other relevant information such as time zone, latitude and longitude., (*3)

The freegeoip web server is free and open source but the public service limit up to 10,000 queries per hour by default. Once this limit is reached, all requests from the IP will result in HTTP 403, forbidden, until the quota is cleared., (*4)

Developed by Ivan Melgrati Twitter, (*5)

Requirements

  • PHP >= 5.3.0

Installation

Composer

The recommended installation method is through Composer, a dependency manager for PHP. Just add imelgrat/freegoip to your project's composer.json file:, (*6)

{
    "require": {
        "imelgrat/freegoip": "*"
    }
}

More details can be found over at Packagist., (*7)

Manually

  1. Copy src/freegoip.php to your codebase, perhaps to the vendor directory.
  2. Add the freegoip class to your autoloader or require the file directly.

Feedback

Please open an issue to request a feature or submit a bug report. Or even if you just want to provide some feedback, I'd love to hear. I'm also available on Twitter as @imelgrat., (*8)

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new Pull Request.

The Versions

25/02 2018

dev-master

9999999-dev https://github.com/imelgrat/freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api geocoding geolocation latitude longitude timezone time zone time-zone reverse geocoding

25/02 2018

1.2.1

1.2.1.0 https://github.com/imelgrat/freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api geocoding geolocation latitude longitude timezone time zone time-zone reverse geocoding

17/02 2017

v1.1.1

1.1.1.0 https://github.com/imelgrat/freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api geocoding geolocation latitude longitude timezone time zone time-zone reverse geocoding

13/09 2016

1.1.0

1.1.0.0 https://github.com/imelgrat/freegoip

FreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api geocoding geolocation latitude longitude timezone time zone time-zone reverse geocoding