PHPackages                             juanmicl/gmaps-facade - 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. juanmicl/gmaps-facade

AbandonedArchivedLibrary[API Development](/categories/api)

juanmicl/gmaps-facade
=====================

Google Maps private API

v0.1(7y ago)522RPL-1.5PHP

Since Jan 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/juanmicl/gmaps-facade)[ Packagist](https://packagist.org/packages/juanmicl/gmaps-facade)[ RSS](/packages/juanmicl-gmaps-facade/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![Logo](https://camo.githubusercontent.com/872f731110f66436b76ccfad07b7e2a042c7a0f344929189e19039c196f271ed/68747470733a2f2f692e696d6775722e636f6d2f5a687047585a4b2e706e67)](https://camo.githubusercontent.com/872f731110f66436b76ccfad07b7e2a042c7a0f344929189e19039c196f271ed/68747470733a2f2f692e696d6775722e636f6d2f5a687047585a4b2e706e67) GMaps Facade [![compatible](https://camo.githubusercontent.com/f52f20e005d9ab59bd1c916268d94d01fbbf37e90a2a43f3327e6bd2e60e2c49/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d436f6d70617469626c652d627269676874677265656e2e737667)](https://camo.githubusercontent.com/f52f20e005d9ab59bd1c916268d94d01fbbf37e90a2a43f3327e6bd2e60e2c49/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d436f6d70617469626c652d627269676874677265656e2e737667) [![Latest Stable Version](https://camo.githubusercontent.com/faf8019179ce30e013c0375970fe2c9ddd10adaf0c38a2b22dd1a4ba6ae09bd1/68747470733a2f2f706f7365722e707567782e6f72672f6a75616e6d69636c2f676d6170732d6661636164652f76657273696f6e)](https://packagist.org/packages/juanmicl/gmaps-facade) [![Total Downloads](https://camo.githubusercontent.com/5cfa95bf50792a47e34c847a8f1a75b17b4c041ddccc340c1be357c68b421884/68747470733a2f2f706f7365722e707567782e6f72672f6a75616e6d69636c2f676d6170732d6661636164652f646f776e6c6f616473)](https://packagist.org/packages/juanmicl/gmaps-facade) [![Latest Unstable Version](https://camo.githubusercontent.com/3a98cbb445a533cf3d5b69d09a886de6e9bd44ceebc15923640427fd9930719d/68747470733a2f2f706f7365722e707567782e6f72672f6a75616e6d69636c2f676d6170732d6661636164652f762f756e737461626c65)](//packagist.org/packages/juanmicl/gmaps-facade) [![License](https://camo.githubusercontent.com/23018d2598552c8307f9331f7ce4cf14abbd7b941610358fe8fcdd84e9388859/68747470733a2f2f706f7365722e707567782e6f72672f6a75616e6d69636c2f676d6170732d6661636164652f6c6963656e7365)](https://packagist.org/packages/juanmicl/gmaps-facade)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-gmaps-facade-----)

This is Google Maps private API. I'm trying to get all the features of google maps for devs.

What does gmaps-facade do?
--------------------------

[](#what-does-gmaps-facade-do)

Main features:

- Get Location name by geocoords.
- Get geocoords by name location.
- Get satellite image by coords (in progress). And much more to develop...

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

[](#installation)

### Using Composer

[](#using-composer)

```
composer require juanmicl/gmaps-facade
```

```
include __DIR__ . "/../vendor/autoload.php";
$gmaps = new \GmapsFacade\Gmaps();
```

If you want to test new and possibly unstable code that is in the master branch, and which hasn't yet been released, then you can use master instead (at your own risk):

```
composer require juanmicl/gmaps-facade dev-master
```

### I don't have Composer

[](#i-dont-have-composer)

You can download it [here](https://getcomposer.org/download/).

#### *Warning about moving data to a different server*

[](#warning-about-moving-data-to-a-different-server)

*Composer checks your system's capabilities and selects libraries based on your **current** machine (where you are running the `composer` command). So if you run Composer on machine `A` to install this library, it will check machine `A`'s capabilities and will install libraries appropriate for that machine (such as installing the PHP 7+ versions of various libraries). If you then move your whole installation to machine `B` instead, it **will not work** unless machine `B` has the **exact** same capabilities (same or higher PHP version and PHP extensions)! Therefore, you should **always** run the Composer-command on your intended target machine instead of your local machine.*

Examples
--------

[](#examples)

All examples can be found [here](https://github.com/juanmicl/gmaps-facade/tree/master/examples). You can just copy this folder inside your project and test the scripts.

Legal
-----

[](#legal)

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Google or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f56e264b2b14e4dc2cab9388eb40398a18cdb838e1c5e32ab5d4c78f65922a5?d=identicon)[juanmicl](/maintainers/juanmicl)

---

Top Contributors

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

---

Tags

apigmapsgoogle-maps-apiphpphp7

### Embed Badge

![Health badge](/badges/juanmicl-gmaps-facade/health.svg)

```
[![Health](https://phpackages.com/badges/juanmicl-gmaps-facade/health.svg)](https://phpackages.com/packages/juanmicl-gmaps-facade)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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