Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olegmarko/ipgeocoder
- Owner: OlegMarko
- Created: 2018-09-09T16:58:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T18:22:36.000Z (about 6 years ago)
- Last Synced: 2024-05-04T04:22:21.136Z (6 months ago)
- Topics: ip-geolocation, ip-geolocation-api, laravel, laravel-package
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Laravel IP Geocoder
## 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)