# mobile_location_example **Repository Path**: JesusSlim/mobile_location_example ## Basic Information - **Project Name**: mobile_location_example - **Description**: 获取手机号归属地 | get location of mobile phone number in php - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/jesusslim/mobile_location_example - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobile_location_example get location of mobile phone number in php # Install cd Lib run composer update then php index.php # Example API url: http://localhost:9876?service=mobile&function=getLocation post mobile=17005686856 result: { "status": 1, "result": { "province": "浙江", "city": "杭州" } }