A PHP client for Apple's Find My iPhone service. This allows you to programmatically retrieve your phone's current location and push messages (and an optional alarm) to the remote device.
Stars
312
Forks
40
Watchers
312
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
Adding refreshClient method. We were missing it from one of the iOS updates. Hoping this will tickle the devices that weren't being located until visiting icloud.com
264db51View on GitHubRefactored sosumi a wee bit. Updated methods to use the device's ID rather than index number. Fixes #6.
81d220bView on GitHubReorganized project. Removed example scripts as they were no longer being maintained and referenced outdated Google and MySQL APIs.
bac6c54View on GitHubUpdated sendMessage() to use Apple's new userText JSON key
60921ceView on GitHubUpdated to work with new batteryStatus and batteryLevel fields.
3196f4dView on GitHubUpdating FMIP verison numbers to match Apple's new release. Thanks to @goddva for pointing this out.
ea2a460View on GitHubSetting CURLOPT_SSL_VERIFYPEER to false to potentially fix errors for some users.
58edebdView on GitHub