2017 © Pedro Peláez
 

library iphone-locator

A simple tool to retrieve your iPhone's location using a reversed engineered iCloud API.

image

odannyc/iphone-locator

A simple tool to retrieve your iPhone's location using a reversed engineered iCloud API.

  • Sunday, September 25, 2016
  • by odannyc
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

iphone-locator

A simple tool to retrieve your iPhone's location using a reversed engineered iCloud API., (*1)

Installation

To install this simple PHP client you simply need to use composer:, (*2)

composer install odannyc/iphone-locator, (*3)

If you don't have composer, well you'll need to download and learn about it., (*4)

Usage

To use, you simply need to call 1 simple method:, (*5)

$username = 'test'; // This is the username associated with the iCloud account.
$password = 'password'; // This is the password associated with the iCloud account.

$locator = new iPhoneLocator($username, $password);

$locator->devices(); // Gets you all devices associated to the account with all their info.

It is still in current development, but that $locator->devices() method will get you all the information you need, and more ;), (*6)

Contributions

If you'd like to contribute, make sure to open an issue first explaining what feature you'll be implementing or bug you'll be fixing. Then, do the work and open a pull request on master., (*7)

Thank You

Thanks to all the current iphone locator clients there is for PHP in Github right now; I got some ideas from them. But this one is modernized and you can install it with Composer, which the other ones lack., (*8)

The Versions

25/09 2016

dev-master

9999999-dev

A simple tool to retrieve your iPhone's location using a reversed engineered iCloud API.

  Sources   Download

The Requires

 

by Danny Carrillo

24/09 2016

v1.0

1.0.0.0

A simple tool to retrieve your iPhone's location using a reversed engineered iCloud API.

  Sources   Download

The Requires

 

by Danny Carrillo