PHPackages                             evilgenius/google-maps - 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. evilgenius/google-maps

ActiveLibrary

evilgenius/google-maps
======================

To Work with google maps api

v1.0.0(6y ago)16MITPHP

Since Mar 21Pushed 6y agoCompare

[ Source](https://github.com/shanks25/google-maps)[ Packagist](https://packagist.org/packages/evilgenius/google-maps)[ RSS](/packages/evilgenius-google-maps/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Google-maps
===========

[](#google-maps)

\#Get Time Travel Data From Google Maps API

- Namespaced under EvenGenius
- API throws exceptions instead of returning errors
- All requests and responses are communicated over JSON
- A minimum of PHP 5.3 is required

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

[](#installation)

` composer require evilgenius/google-maps`

- If you are not using composer, download the latest release from the releases section. You should download the evilgenius-maps.zip file. After that, include map.php in your application and you can use the API as usual.

Usage
=====

[](#usage)

```
  use EvilGenius\Map;

  $map = new Map('your-google-maps-key');

  $map->getTwoPointDistance($firstLat, $firstLong, $secLat, $secLong); // returns distance in km

  $map->getTwoPointTimeInSeconds($firstLat, $firstLong, $secLat, $secLong); // returns time travel in seconds

```

License
=======

[](#license)

You are Free to use any way you like

Release
=======

[](#release)

1. v1.0.1 Contains two methods

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

2248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9342d93fae30f1d40db3c74d6de550a1aa44b6374c3083f460435e73c2c9ad84?d=identicon)[shanks25](/maintainers/shanks25)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/evilgenius-google-maps/health.svg)

```
[![Health](https://phpackages.com/badges/evilgenius-google-maps/health.svg)](https://phpackages.com/packages/evilgenius-google-maps)
```

PHPackages © 2026

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