PHPackages                             jean553/coordinates-distance-bundle - 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. jean553/coordinates-distance-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jean553/coordinates-distance-bundle
===================================

Coordinates/Distance converter

09PHP

Since Feb 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jean553/coordinates-distance-bundle)[ Packagist](https://packagist.org/packages/jean553/coordinates-distance-bundle)[ RSS](/packages/jean553-coordinates-distance-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

coordinates-distance-bundle
===========================

[](#coordinates-distance-bundle)

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

[](#installation)

```
composer require jean553/coordinates-distance-bundle

```

app/AppKernel.php :

```
$bundles = array(
    new jean553\CoordinatesDistanceBundle\CoordinatesDistanceBundle(),
    ...
)
```

Use
---

[](#use)

```
$service = $this->get('coordinates_distance.service');
$distanceInKilometers = $service->getDistanceBetweenCoordinates(
    $latitudeFrom,
    $longitudeFrom,
    $latitudeTo,
    $longitudeTo
);
```

###  Health Score

20

—

LowBetter than 13% 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://www.gravatar.com/avatar/d2edf38f09630ac34d80854a43ea4f0f9422ee8eeaf5c8a55d0372c8748413e4?d=identicon)[jean553](/maintainers/jean553)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jean553-coordinates-distance-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jean553-coordinates-distance-bundle/health.svg)](https://phpackages.com/packages/jean553-coordinates-distance-bundle)
```

PHPackages © 2026

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