PHPackages                             evoluty/google-maps-client - 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. [API Development](/categories/api)
4. /
5. evoluty/google-maps-client

ActiveLibrary[API Development](/categories/api)

evoluty/google-maps-client
==========================

A PHP Google Maps APIs client

0.2(7y ago)04[3 issues](https://github.com/Evoluty/google-maps-apis-php-client/issues)[1 PRs](https://github.com/Evoluty/google-maps-apis-php-client/pulls)MITPHPPHP &gt;=7.2

Since Feb 28Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Evoluty/google-maps-apis-php-client)[ Packagist](https://packagist.org/packages/evoluty/google-maps-client)[ RSS](/packages/evoluty-google-maps-client/feed)WikiDiscussions master Synced 2mo ago

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

Google Maps APIs PHP Client
===========================

[](#google-maps-apis-php-client)

*A PHP client for Google Maps APIs*

This library helps building query and call the Google Maps APIs
This will parse results and give usable and typed objects as a result

[![Build Status](https://camo.githubusercontent.com/5d17cb1ab49f1889c0e1181cb5291fc20c353454903a53b6422332aa95ede530/68747470733a2f2f7472617669732d63692e6f72672f45766f6c7574792f676f6f676c652d6d6170732d617069732d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Evoluty/google-maps-apis-php-client)[![Quality Gate Status](https://camo.githubusercontent.com/bd9e8670c9745654a8dc90bb6304097e8a875a875a15e8462dd5c9e294bb3872/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d45766f6c7574795f676f6f676c652d6d6170732d617069732d7068702d636c69656e74266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=Evoluty_google-maps-apis-php-client)[![codecov](https://camo.githubusercontent.com/fd2314ba7c517e5aa7e45c2cb48355b43d10044e1ac4c2f3ce09e1931e360451/68747470733a2f2f636f6465636f762e696f2f67682f45766f6c7574792f676f6f676c652d6d6170732d617069732d7068702d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Evoluty/google-maps-apis-php-client)[![Packagist](https://camo.githubusercontent.com/a4ffcd902a401ebe41a66f72391f9ff9ccce171121ae87380a03aa95ff640944/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65766f6c7574792f676f6f676c652d6d6170732d636c69656e742e737667)](https://camo.githubusercontent.com/a4ffcd902a401ebe41a66f72391f9ff9ccce171121ae87380a03aa95ff640944/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65766f6c7574792f676f6f676c652d6d6170732d636c69656e742e737667)

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

[](#installation)

Run `composer require evoluty/google-maps-client` or check directly on the [packagist website](https://packagist.org/packages/evoluty/google-maps-client)

Usage
-----

[](#usage)

Use like the following (example with the TimeZone API)

```
$googleClient = new GoogleMapClient('');

$request = GoogleMapRequest::newTimeZoneRequest(
    new TimeZoneLocation('39.6034810', '-119.6822510')
)->withLanguage(Language::CZECH());

$timeZoneResponse = $googleClient->sendTimeZoneRequest($request);
```

The response type depends on the API that you are calling and will contain public typed getters that match the Google API response

APIs
----

[](#apis)

At the moment the following API are implemented:

- TimeZone API
- Directions API

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.2% 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 ~1 days

Total

2

Last Release

2630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebe706da29800f9e016da647f98e78323e71f2040f6649738d94b410264295e3?d=identicon)[Evoluty](/maintainers/Evoluty)

---

Top Contributors

[![juherr](https://avatars.githubusercontent.com/u/254697?v=4)](https://github.com/juherr "juherr (25 commits)")[![Evoluty](https://avatars.githubusercontent.com/u/9818854?v=4)](https://github.com/Evoluty "Evoluty (17 commits)")[![ChargemapFranck](https://avatars.githubusercontent.com/u/51370562?v=4)](https://github.com/ChargemapFranck "ChargemapFranck (5 commits)")

---

Tags

clientgooglemap

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[gemini-api-php/client

API client for Google's Gemini API

216221.4k5](/packages/gemini-api-php-client)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[google-gemini-php/client

Gemini API is a supercharged PHP API client that allows you to interact with the Gemini API

402986.7k21](/packages/google-gemini-php-client)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)

PHPackages © 2026

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