PHPackages                             dirk/rangefinder-sst - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dirk/rangefinder-sst

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

dirk/rangefinder-sst
====================

Server-side tracking for Rangefinder (rangefinderapp.com)

0.1.1(12y ago)017proprietaryPHP

Since Feb 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rangefinder/rangefinder-sst-php)[ Packagist](https://packagist.org/packages/dirk/rangefinder-sst)[ RSS](/packages/dirk-rangefinder-sst/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Rangefinder Server-Side Tracking for PHP
----------------------------------------

[](#rangefinder-server-side-tracking-for-php)

[Rangefinder](http://rangefinderapp.com/)'s server-side tracking allows you to record basic visitor information for every visitor, even those who block Rangefinder's client-side JavaScript. The client-side analytics fills in extra details, such as screen dimensions and page title, when/if it runs.

Installation
------------

[](#installation)

This library is designed to run on PHP 5.3 or newer. However, it should work with older versions with one minor change.

### With Composer

[](#with-composer)

Simply require `dirk/rangefinder-sst` in your composer.json.

### Basic installation

[](#basic-installation)

Download the [latest version of the tracking library](https://raw.github.com/rangefinder/rangefinder-sst-php/master/src/Rangefinder/Track1.php) (it's just a single file) and upload it to your server. Then you can just require it in your code:

```
require_once 'path/to/Track1.php';
```

Usage
-----

[](#usage)

The server-side tracking runs in two parts. First is sends off a tiny UDP packet to Rangefinder with the basic visit information, then it provides the &lt;script&gt; tag with the ID of that packet.

```
// Early in your code
Rangefinder\Track1::$clientKey  = SERVER-SIDE TRACKING KEY;
Rangefinder\Track1::$clientSite = SITE ID;
Rangefinder\Track1::track();
// Right before the
Rangefinder\Track1::code()
```

License
-------

[](#license)

Licensed under the New BSD License. See LICENSE for details.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

4520d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7081?v=4)[Dirk Gadsden](/maintainers/dirk)[@dirk](https://github.com/dirk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dirk-rangefinder-sst/health.svg)

```
[![Health](https://phpackages.com/badges/dirk-rangefinder-sst/health.svg)](https://phpackages.com/packages/dirk-rangefinder-sst)
```

PHPackages © 2026

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