PHPackages                             ivory/google-map - 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. ivory/google-map

ActiveLibrary[API Development](/categories/api)

ivory/google-map
================

Google Map API v3 integration for PHP ^8.1

6.1.6(8mo ago)14363.2k—1.5%12[1 PRs](https://github.com/bresam/ivory-google-map/pulls)4MITPHPPHP ^8.1CI passing

Since Mar 23Pushed 8mo ago4 watchersCompare

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

READMEChangelog (9)Dependencies (12)Versions (40)Used By (4)

README
======

[](#readme)

[![Build](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml)

Quickstart
----------

[](#quickstart)

[Packagist: ivory/google-map](https://packagist.org/packages/ivory/google-map)

```
composer require ivory/google-map
```

### Symfony Bundle

[](#symfony-bundle)

[Github: ivory/google-map-bundle](https://github.com/bresam/ivory-google-map-bundle)

[Packagist: ivory/google-map-bundle](https://packagist.org/packages/ivory/google-map-bundle)

```
composer require ivory/google-map-bundle
```

### Contao Bundle

[](#contao-bundle)

[Github: heimrichhannot/contao-google-maps-bundle](https://github.com/heimrichhannot/contao-google-maps-bundle)

[Packagist: heimrichhannot/contao-google-maps-bundle](https://packagist.org/packages/heimrichhannot/contao-google-maps-bundle)

Overview
--------

[](#overview)

The Ivory Google Map project provides a Google Map integration for your PHP 7.0+ project. It allows you to manage map, controls, overlays, events &amp; services through the Google Map API v3.

```
use Ivory\GoogleMap\Helper\Builder\ApiHelperBuilder;
use Ivory\GoogleMap\Helper\Builder\MapHelperBuilder;
use Ivory\GoogleMap\Map;

$map = new Map();

$mapHelper = MapHelperBuilder::create()->build();
$apiHelper = ApiHelperBuilder::create()
    ->setKey('API_KEY')
    ->build();

echo $mapHelper->render($map);
echo $apiHelper->render([$map]);
```

Documentation
-------------

[](#documentation)

- [Installation](/doc/installation.md)
- [Usage](/doc/usage.md)
    - [Map](/doc/map.md)
    - [Controls](/doc/control/index.md)
        - [Map type](/doc/control/map_type.md)
        - [Rotate](/doc/control/rotate.md)
        - [Scale](/doc/control/scale.md)
        - [Street view](/doc/control/street_view.md)
        - [Zoom](/doc/control/zoom.md)
        - [Fullscreen](/doc/control/fullscreen.md)
        - [Custom](/doc/control/custom.md)
    - [Events](/doc/event.md)
    - [Layers](/doc/layer/index.md)
        - [Geo Json Layer](/doc/layer/geo_json_layer.md)
        - [Heatmap Layer](/doc/layer/heatmap_layer.md)
        - [Kml Layer](/doc/layer/kml_layer.md)
    - [Overlays](/doc/overlay/index.md)
        - [Marker](/doc/overlay/marker.md)
        - [Info Window](/doc/overlay/info_window.md)
        - [Info Box](/doc/overlay/info_box.md)
        - [Polyline](/doc/overlay/polyline.md)
        - [Encoded Polyline](/doc/overlay/encoded_polyline.md)
        - [Polygon](/doc/overlay/polygon.md)
        - [Rectangle](/doc/overlay/rectangle.md)
        - [Circle](/doc/overlay/circle.md)
        - [Ground Overlay](/doc/overlay/ground_overlay.md)
        - [Marker Clusterer](/doc/overlay/marker_clusterer.md)
    - [Places](/doc/place/index.md)
        - [Autocomplete](/doc/place/autocomplete.md)
    - [Rendering](/doc/helper/index.md)
        - [Map Rendering](/doc/helper/map.md)
        - [Static Map Rendering](/doc/helper/static_map.md)
        - [Places Autocomplete Rendering](/doc/helper/place_autocomplete.md)
        - [API Rendering](/doc/helper/api.md)
    - [Services](/doc/service/index.md)
        - [Direction](/doc/service/direction/direction.md)
        - [Distance Matrix](/doc/service/distance_matrix/distance_matrix.md)
        - [Elevation](/doc/service/elevation/elevation.md)
        - [Geocoder](/doc/service/geocoder/geocoder.md)
        - [Place](/doc/service/place/index.md)
            - [Autocomplete](/doc/service/place/autocomplete/place_autocomplete.md)
            - [Detail](/doc/service/place/detail/place_detail.md)
            - [Photo](/doc/service/place/photo/place_photo.md)
            - [Search](/doc/service/place/search/place_search.md)
        - [TimeZone](/doc/service/timezone/place_timezone.md)

Testing
-------

[](#testing)

The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**.

Contribute
----------

[](#contribute)

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the [CONTRIBUTING](/CONTRIBUTING.md) file which will explain you how to set up the project.

License
-------

[](#license)

The Ivory Google Map is under the MIT license. For the full copyright and license information, please read the [LICENSE](/LICENSE) file that was distributed with this source code.

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance60

Regular maintenance activity

Popularity45

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 74.8% 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 ~119 days

Recently: every ~84 days

Total

39

Last Release

256d ago

Major Versions

0.9.1 → 1.0.02013-06-07

1.4.1 → 2.0.02017-02-27

v2.x-dev → 3.0.02020-06-11

3.2.0 → 5.0.02024-02-19

5.0.0 → 6.0.02024-02-20

PHP version history (7 changes)0.9.0PHP &gt;=5.3.0

2.0.0PHP ^5.6|^7.0

3.0.0PHP ^7.0

3.0.6PHP ^7.0 || ^8.0

3.1.0PHP ^7.2 || ^8.0

5.0.0PHP ^8.0

6.0.3PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/20f86580574d84af96c7fa8cb679dccb4610564b4019d7a2904b28640656da7a?d=identicon)[bresam](/maintainers/bresam)

---

Top Contributors

[![GeLoLabs](https://avatars.githubusercontent.com/u/149005863?v=4)](https://github.com/GeLoLabs "GeLoLabs (261 commits)")[![bresam](https://avatars.githubusercontent.com/u/52054015?v=4)](https://github.com/bresam "bresam (38 commits)")[![Chris8934](https://avatars.githubusercontent.com/u/44963939?v=4)](https://github.com/Chris8934 "Chris8934 (16 commits)")[![apaccou](https://avatars.githubusercontent.com/u/6560961?v=4)](https://github.com/apaccou "apaccou (3 commits)")[![daviddlv](https://avatars.githubusercontent.com/u/1759582?v=4)](https://github.com/daviddlv "daviddlv (3 commits)")[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (2 commits)")[![MasThoDont](https://avatars.githubusercontent.com/u/2285461?v=4)](https://github.com/MasThoDont "MasThoDont (2 commits)")[![vv12131415](https://avatars.githubusercontent.com/u/17382248?v=4)](https://github.com/vv12131415 "vv12131415 (2 commits)")[![ekyna](https://avatars.githubusercontent.com/u/3483641?v=4)](https://github.com/ekyna "ekyna (1 commits)")[![benr77](https://avatars.githubusercontent.com/u/2156742?v=4)](https://github.com/benr77 "benr77 (1 commits)")[![ghua](https://avatars.githubusercontent.com/u/1211028?v=4)](https://github.com/ghua "ghua (1 commits)")[![gregurco](https://avatars.githubusercontent.com/u/4052904?v=4)](https://github.com/gregurco "gregurco (1 commits)")[![hamid80386](https://avatars.githubusercontent.com/u/1708829?v=4)](https://github.com/hamid80386 "hamid80386 (1 commits)")[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (1 commits)")[![johnnypeck](https://avatars.githubusercontent.com/u/254875?v=4)](https://github.com/johnnypeck "johnnypeck (1 commits)")[![ASKozienko](https://avatars.githubusercontent.com/u/100460?v=4)](https://github.com/ASKozienko "ASKozienko (1 commits)")[![younesnait](https://avatars.githubusercontent.com/u/6881725?v=4)](https://github.com/younesnait "younesnait (1 commits)")[![mykehsd](https://avatars.githubusercontent.com/u/195844?v=4)](https://github.com/mykehsd "mykehsd (1 commits)")[![Noogic](https://avatars.githubusercontent.com/u/5868431?v=4)](https://github.com/Noogic "Noogic (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")

---

Tags

google-maps-apigoogle-maps-javascript-apiphp7php8googlemap

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ivory-google-map/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k136](/packages/symfony-ai-platform)

PHPackages © 2026

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