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

ActiveLibrary[API Development](/categories/api)

petrepatrasc/google-map
=======================

Google Map API v3 integration for PHP 5.3+

1.5.1(10y ago)023.4k↓50%1MITPHPPHP &gt;=5.3.0

Since Mar 23Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (12)Used By (1)

README
======

[](#readme)

[![Build Status](https://camo.githubusercontent.com/1c1ed8c037a4b570784093b36dbad5b2811def14dfccb5f8444485cf17c38f4c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6567656c6f656e2f69766f72792d676f6f676c652d6d61702e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/egeloen/ivory-google-map)[![Coverage Status](https://camo.githubusercontent.com/82b1817e67c13f8cd552a1ed6dd28f4aa516f23742030f16e05bea3fe8e21044/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6567656c6f656e2f69766f72792d676f6f676c652d6d61702f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/egeloen/ivory-google-map?branch=master)

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

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

[](#documentation)

1. [Installation](http://github.com/egeloen/ivory-google-map/blob/master/doc/installation.md)
2. [Usage](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage.md)
    - [Map](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/map.md)
    - [Overlays](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/index.md)
        - [Marker](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/marker.md)
        - [Info window](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/info_window.md)
        - [Info box](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/info_box.md)
        - [Polyline](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/polyline.md)
        - [Encoded Polyline](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/encoded_polyline.md)
        - [Polygon](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/polygon.md)
        - [Rectangle](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/rectangle.md)
        - [Circle](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/circle.md)
        - [Ground overlay](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/ground_overlay.md)
        - [Marker cluster](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/overlays/marker_cluster.md)
    - [Controls](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/index.md)
        - [Map type](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/map_type.md)
        - [Overview](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/overview.md)
        - [Pan](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/pan.md)
        - [Rotate](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/rotate.md)
        - [Scale](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/scale.md)
        - [Street view](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/street_view.md)
        - [Zoom](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/controls/zoom.md)
    - [Layers](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/layers/index.md)
        - [KML Layer](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/layers/kml_layer.md)
    - [Events](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/events.md)
    - [Places](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/places/index.md)
        - [Autocomplete](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/places/autocomplete.md)
    - [Services](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/services/index.md)
        - [Geocoding API](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/services/geocoding/geocoder.md)
        - [Directions API](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/services/directions/directions.md)
        - [Distance Matrix API](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/services/distance_matrix/distance_matrix.md)
        - [Business Account](http://github.com/egeloen/ivory-google-map/blob/master/doc/usage/services/business_account.md)

Testing
-------

[](#testing)

The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To execute the test suite, check the travis [configuration](https://github.com/egeloen/ivory-google-map/blob/master/.travis.yml).

Contribution
------------

[](#contribution)

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR!

License
-------

[](#license)

The Ivory Google Map is under the MIT license. For the full copyright and license information, please read the [LICENSE](https://github.com/egeloen/ivory-google-map/blob/master/LICENSE) file that was distributed with this source code.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 90.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 ~116 days

Recently: every ~195 days

Total

10

Last Release

3749d ago

Major Versions

0.9.1 → 1.0.02013-06-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b7d04eec9371ca46d3214b3a20d873e59992405eb1ccd8afde316d8e84e5353?d=identicon)[petrepatrasc](/maintainers/petrepatrasc)

---

Top Contributors

[![GeLoLabs](https://avatars.githubusercontent.com/u/149005863?v=4)](https://github.com/GeLoLabs "GeLoLabs (147 commits)")[![daviddlv](https://avatars.githubusercontent.com/u/1759582?v=4)](https://github.com/daviddlv "daviddlv (3 commits)")[![petrepatrasc](https://avatars.githubusercontent.com/u/1115084?v=4)](https://github.com/petrepatrasc "petrepatrasc (2 commits)")[![MasThoDont](https://avatars.githubusercontent.com/u/2285461?v=4)](https://github.com/MasThoDont "MasThoDont (2 commits)")[![rychlik](https://avatars.githubusercontent.com/u/350595?v=4)](https://github.com/rychlik "rychlik (1 commits)")[![tyler-sommer](https://avatars.githubusercontent.com/u/916259?v=4)](https://github.com/tyler-sommer "tyler-sommer (1 commits)")[![XWB](https://avatars.githubusercontent.com/u/1032281?v=4)](https://github.com/XWB "XWB (1 commits)")[![younesnait](https://avatars.githubusercontent.com/u/6881725?v=4)](https://github.com/younesnait "younesnait (1 commits)")[![ASKozienko](https://avatars.githubusercontent.com/u/100460?v=4)](https://github.com/ASKozienko "ASKozienko (1 commits)")[![zavan](https://avatars.githubusercontent.com/u/1722965?v=4)](https://github.com/zavan "zavan (1 commits)")[![ghua](https://avatars.githubusercontent.com/u/1211028?v=4)](https://github.com/ghua "ghua (1 commits)")[![mykehsd](https://avatars.githubusercontent.com/u/195844?v=4)](https://github.com/mykehsd "mykehsd (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")

---

Tags

google map

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M49](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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