PHPackages                             valerian/findmyiphone - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. valerian/findmyiphone

ActiveLibrary

valerian/findmyiphone
=====================

Získání pozice Apple zařízení

v0.0.1(9y ago)3491[1 issues](https://github.com/miroslav-valerian/find-my-iphone/issues)BSD-3-ClausePHPPHP &gt;=5.5.0

Since Nov 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/miroslav-valerian/find-my-iphone)[ Packagist](https://packagist.org/packages/valerian/findmyiphone)[ RSS](/packages/valerian-findmyiphone/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

FindMyIphone
============

[](#findmyiphone)

Track your Apple devices. A PHP client for Apple's Find My iPhone service iCloud®.

Requirements
============

[](#requirements)

Requires PHP 5.5.0 or higher.

Installation
============

[](#installation)

The best way to install valerian/findmyiphone is using [Composer](http://getcomposer.org/):

```
$ composer require valerian/findmyiphone
```

Getting Started
===============

[](#getting-started)

Find all devices in iCloud

```
$findMyIphone = new Valerian\FindMyIphome('icloud username', 'icloud password');
$devices = $findMyIphone->getDevices();
foreach ($devices as $device) {
    $location = $device->getLocation();
    if ($location) {
        $latitude = $location->getLatitude();
        $latitude = $location->getLongitude();
    }
}
```

Find device by name

```
$findMyIphone = new Valerian\FindMyIphome('icloud username', 'icloud password');
$device = $findMyIphone->getDevice('deviceDisplayName');
$location = $device->getLocation();
if ($location) {
    $latitude = $location->getLatitude();
    $latitude = $location->getLongitude();
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3452d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d73ee96b66127fe961be461082093e06f1e37455f386a0211fab7365cc44fc8?d=identicon)[miroslav-valerian](/maintainers/miroslav-valerian)

---

Top Contributors

[![miroslav-valerian](https://avatars.githubusercontent.com/u/10794336?v=4)](https://github.com/miroslav-valerian "miroslav-valerian (3 commits)")

---

Tags

iphone

### Embed Badge

![Health badge](/badges/valerian-findmyiphone/health.svg)

```
[![Health](https://phpackages.com/badges/valerian-findmyiphone/health.svg)](https://phpackages.com/packages/valerian-findmyiphone)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
