Search by

ofcold / ip-region

billwithjiali

Ip gets real address, data source Taobao API build.

1.0.0 2018-06-13 08:58 UTC

This package is auto-updated.

Last update: 2026-08-29 02:44:43 UTC


README

Ip gets real address, data source Taobao API build.

<?php

require __DIR__.'/vendor/autoload.php';


print_r(
	Ofcold\IPRegion\Region::make('113.88.160.22')
);