OlegMarko / ipgeocoder

Laravel composer package for IP Geo API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laravel composer package for IP Geo API


Languages

Language:PHP 100.0%