Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olegmarko/ipgeocoder

Laravel composer package for IP Geo API
https://github.com/olegmarko/ipgeocoder

ip-geolocation ip-geolocation-api laravel laravel-package

Last synced: 4 days ago
JSON representation

Laravel composer package for IP Geo API

Awesome Lists containing this project

README

        

Laravel IP Geocoder


Total Downloads
Latest Stable Version
License

## Installation

`composer require fixik/ipgeocoder`

## Basic Usage

```php
$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](http://opensource.org/licenses/MIT)