LaravelPackages.net
Acme Inc.
Toggle sidebar
fixik/ipgeocoder

Get geo location by ip

24
1
v0.0.1
About fixik/ipgeocoder

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

Total Downloads Latest Stable Version License

Installation

composer require fixik/ipgeocoder

Basic Usage

$ip_info = new Fixik\Geocode\IpGeocode();
$ip_info->get('1.1.1.1');

License

Laravel IP Geocoder is open-sourced software licensed under the MIT license

Star History Chart