Skip to content

Releases: buonzz/laravel-4-freegeoip

v1.0.3

08 Jan 10:20
Compare
Choose a tag to compare
Merge pull request #4 from osugregor/master

Ability to override certain IP addresses

v1.0.2

07 Sep 03:43
Compare
Choose a tag to compare
  • enable configuration of options

v1.0.1

19 Apr 03:07
Compare
Choose a tag to compare

Features added:

  • Detection of Cache class
  • When the Cache class is present, it stores the data into that
  • Subsequent call to the same IP is not always resolve into web service, uses the cache instead

v1.0.0 - Facade Enabled

19 Apr 01:48
Compare
Choose a tag to compare

Basic GeoIP Retrieval methods through Laravel Facade.

This can be used as well outside Laravel, just instantiate

use Buonzz\GeoIP\GeoIP;

$geo = new GeoIP;
echo $geo->getCountry();