PHPackages                             orgebattle/geotracking - 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. orgebattle/geotracking

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

orgebattle/geotracking
======================

geotracking for PHP

v1.0.4(5y ago)113PHP

Since Sep 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/orgebattle/geotracking)[ Packagist](https://packagist.org/packages/orgebattle/geotracking)[ RSS](/packages/orgebattle-geotracking/feed)WikiDiscussions master Synced 6d ago

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

### Installation

[](#installation)

```
composer require orgebattle/geotracking
```

### How to use

[](#how-to-use)

```
use orgebattle\Trilateration\Intersection;
use orgebattle\Trilateration\Sphere;
use orgebattle\Distance\Distance;

// 각각의 AP의 TxPower, RSSI를 이용하여 거리 측정
// $factor: 측정환경에 따른 인자 (기본값 2: free area)
$distanceByRssi = new Distance($txPower, $rssi, $factor);
$distance = $distanceByRssi->calculate();

// 3개의 구체 생성
$sphere1 = new Sphere($latitude1, $longitude1, $distance1);
$sphere2 = new Sphere($latitude2, $longitude2, $distance2);
$sphere3 = new Sphere($latitude3, $longitude3, $distance3);

// 삼변측량을 이용하여 위/경도 계산
$trilateration = new Intersection($sphere1, $sphere2, $sphere3);
$points = $trilateration->position();   // 리턴값 "latitude,longitude"
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

8

Last Release

2076d ago

Major Versions

v0.1.3 → v1.02020-09-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7257816?v=4)[Orgebattle](/maintainers/orgebattle)[@orgebattle](https://github.com/orgebattle)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/orgebattle-geotracking/health.svg)

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

###  Alternatives

[nowendwell/laravel-terms

A tool for adding terms and conditions to your project

2517.6k](/packages/nowendwell-laravel-terms)[soul/address-parse

收货地址解析，成功率99%以上，支持（身份证号，电话，座机，区号，省市区街道地址)

405.4k](/packages/soul-address-parse)

PHPackages © 2026

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