PHPackages                             vesic/distance-between - 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. vesic/distance-between

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

vesic/distance-between
======================

Simple function to return distance between two or possibly one and more distances on the globe.

0.0.3(8y ago)08PHP

Since May 16Pushed 8y agoCompare

[ Source](https://github.com/dusan-vesic-devtech/distance-between)[ Packagist](https://packagist.org/packages/vesic/distance-between)[ RSS](/packages/vesic-distance-between/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

distance-between
================

[](#distance-between)

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

[](#installation)

```
composer require vesic/distance-between

```

Usage
=====

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

use Vesic\DistanceBetween\Distance;
use Vesic\DistanceBetween\Geocoding;

$distance = new Distance(new Geocoding);

$distance->addPlace('place|address');
$distance->addPlace('place|address');

var_dump($distance->getDifference()); // output in KM

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

3

Last Release

3279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b31abea231b812a77fa758b9d7ac61033ff1f6d3f0e1181d576a4a1cc41c3ed?d=identicon)[dusan-vesic-devtech](/maintainers/dusan-vesic-devtech)

---

Top Contributors

[![vesic](https://avatars.githubusercontent.com/u/14851810?v=4)](https://github.com/vesic "vesic (7 commits)")[![dusan-vesic-devtech](https://avatars.githubusercontent.com/u/28391650?v=4)](https://github.com/dusan-vesic-devtech "dusan-vesic-devtech (2 commits)")

### Embed Badge

![Health badge](/badges/vesic-distance-between/health.svg)

```
[![Health](https://phpackages.com/badges/vesic-distance-between/health.svg)](https://phpackages.com/packages/vesic-distance-between)
```

###  Alternatives

[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[jimbojsb/workman

PHP process forking &amp; daemonizing library

608.8k](/packages/jimbojsb-workman)

PHPackages © 2026

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