/ipgeocoder

Laravel composer package for IP Geo API

Primary LanguagePHP

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