├── LICENSE ├── README.md ├── autoload.php ├── composer.json ├── example.php └── src └── ipip └── datx ├── BaseStation.php ├── City.php └── District.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/README.md -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/autoload.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/composer.json -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/example.php -------------------------------------------------------------------------------- /src/ipip/datx/BaseStation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/src/ipip/datx/BaseStation.php -------------------------------------------------------------------------------- /src/ipip/datx/City.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/src/ipip/datx/City.php -------------------------------------------------------------------------------- /src/ipip/datx/District.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipipdotnet/datx-php/HEAD/src/ipip/datx/District.php --------------------------------------------------------------------------------