Releases: buonzz/laravel-4-freegeoip
Releases · buonzz/laravel-4-freegeoip
v1.0.3
v1.0.2
v1.0.1
v1.0.0 - Facade Enabled
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();