fixik/ipgeocoder is a Laravel package for get geo location by ip.
It currently has 1 GitHub stars and 24 downloads on Packagist (latest version v0.0.1).
Install it with composer require fixik/ipgeocoder.
Discover more Laravel packages by fixik
or browse all Laravel packages to compare alternatives.
Last updated
Laravel IP Geocoder
composer require fixik/ipgeocoder
$ip_info = new Fixik\Geocode\IpGeocode();
$ip_info->get('1.1.1.1');
Laravel IP Geocoder is open-sourced software licensed under the MIT license