PHPackages                             symm/viewranger-api-client - 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. [API Development](/categories/api)
4. /
5. symm/viewranger-api-client

AbandonedArchivedLibrary[API Development](/categories/api)

symm/viewranger-api-client
==========================

Client for the ViewRanger API

06PHP

Since Aug 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/symm/viewranger-api-client)[ Packagist](https://packagist.org/packages/symm/viewranger-api-client)[ RSS](/packages/symm-viewranger-api-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ViewRanger API Client
=====================

[](#viewranger-api-client)

[![Build Status](https://camo.githubusercontent.com/783c1fa39cf5623d8f4cdcb27da8324e8e490244fa4c3f2a771ed587c1a8024d/68747470733a2f2f7472617669732d63692e6f72672f73796d6d2f7669657772616e6765722d6170692d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/symm/viewranger-api-client)

A PHP client for the [ViewRanger Beacon API](http://www.viewranger.com/developers/)

### Get the latest Beacon

[](#get-the-latest-beacon)

```
require_once('vendor/autoload.php');

use Symm\ViewRangerClient\ViewRangerClient;

$client     = ViewRangerClient::create('YOUR_API_KEY_HERE');
$lastBeacon = $client->getLastBeaconPosition('your-email@address.com', 1234);

print $beacon->getLocation();
print $beacon->getHeading();
print $beacon->getSpeed();
```

### Get Beacons between two given timestamps

[](#get-beacons-between-two-given-timestamps)

```
$start   = new \DateTime('2014-08-11');
$end     = new \DateTime('2014-08-12');
$beacons = $client->getBeaconPositions('your-email@address.com', 1234, $start, $end);

foreach ($beacons as $beacon) {
    print $beacon->getLocation();
    print $beacon->getHeading();
    print $beacon->getSpeed();
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69390?v=4)[Gareth Jones](/maintainers/symm)[@symm](https://github.com/symm)

---

Top Contributors

[![symm](https://avatars.githubusercontent.com/u/69390?v=4)](https://github.com/symm "symm (4 commits)")

### Embed Badge

![Health badge](/badges/symm-viewranger-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/symm-viewranger-api-client/health.svg)](https://phpackages.com/packages/symm-viewranger-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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