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

https://github.com/imanilchaudhari/yii2-ipinfodb

An extensions for ipionfodb. Which returns the location of an IP address (country, region, city, zipcode, latitude and longitude) and the associated timezone in JSON format.
https://github.com/imanilchaudhari/yii2-ipinfodb

Last synced: 3 months ago
JSON representation

An extensions for ipionfodb. Which returns the location of an IP address (country, region, city, zipcode, latitude and longitude) and the associated timezone in JSON format.

Awesome Lists containing this project

README

        

Yii2 ipinfo db [ under development ]
==============
An extensions for ipionfodb. Which returns the location of an IP address (country, region, city, zipcode, latitude and longitude) and the associated timezone in JSON format.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist imanilchaudhari/yii2-ipinfodb "*"
```

or add

```
"imanilchaudhari/yii2-ipinfodb": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :