fixik/ipgeocoder

Get geo location by ip

v0.0.1 2018-09-09 18:00 UTC

This package is auto-updated.

Last update: 2024-11-10 08:03:52 UTC


README

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