PHPackages                             danielsonsilva/findme - 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. danielsonsilva/findme

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

danielsonsilva/findme
=====================

Package to help you find anything in this world and other methods relating to GPS

v1.0.0(5y ago)05GPL v3PHP

Since Jun 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DanielsonSilva/find-me)[ Packagist](https://packagist.org/packages/danielsonsilva/findme)[ RSS](/packages/danielsonsilva-findme/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Find Me Helper
==============

[](#find-me-helper)

Package to help find you in this world and several others auxiliar methods relating to GPS

This library uses the service from

How To Use
----------

[](#how-to-use)

```
// create your object using your API Key from IpStack
$findMeObject = new FindMe('DUuhew712hnhNNASbdnw90');

// Get the IP string from your cliente and set the information
$findMeObject->setInformationFromIp($ip);

// Now that you have your object loaded, you can use methods like
echo $findMeObject->getCountryName();

// Or you can define new latitudes and longitudes
$destinyLatitude = -15.90377472;
$destinyLongitude = 9.673627181;

// And get the distance though three different ways
echo $findMeObject->getDistanceTo($destinyLatitude, $destinyLongitude); //in kilometers
echo $findMeObject->getDistanceToVicenty($destinyLatitude, $destinyLongitude); //in meters
echo $findMeObject->getDistanceToHaversine($destinyLatitude, $destinyLongitude); //in meters

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23971f67bcf6b36a419c009430b83ce1003acfb65de46ba4d5d1092f6e861b56?d=identicon)[DanielsonSilva](/maintainers/DanielsonSilva)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/danielsonsilva-findme/health.svg)

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

PHPackages © 2026

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