Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wenbinye/ipip

17mon PHP IP Library
https://github.com/wenbinye/ipip

Last synced: 2 months ago
JSON representation

17mon PHP IP Library

Awesome Lists containing this project

README

        

17mon PHP IP Library
==============================

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

Install via composer ::

composer require wenbinye/ipip

Usage
---------------------------------

code example ::

find('1.192.94.203'));

```
// 返回结果
array (size=4)
0 => string '中国' (length=6)
1 => string '河南' (length=6)
2 => string '郑州' (length=6)
3 => string '' (length=0)
```