PHPackages                             ano/google-maps-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ano/google-maps-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ano/google-maps-bundle
======================

Anonymation Google Maps bundle

5162[1 issues](https://github.com/benjamindulau/AnoGoogleMapsBundle/issues)PHP

Since Jul 2Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Provides abstraction of Google Maps API WS.

For now, only GeocodeAPI service is implemented. Other implementations and documentation will come later.

Very fast doc :-)
=================

[](#very-fast-doc--)

Service
-------

[](#service)

```
use Ano\Bundle\GoogleMapsBundle\Service\GeocodeAPIQuery;

// ...

$geocode = new GeocodeAPIQuery(array(
    'address' => '13 bis avenue de la Motte Picquet 75007 PARIS',
    'sensor'  => 'false',
));

$result = $geocode->getResult();

// $address = $result->getAddress();
// $address->getFormattedAddress();
// $address->getStreetNumber();
// $address->getStreetName();
// $address->getZipCode();
// ...

// $geometry = $result->getGeometry();
// $geometry->getLatitude();
// $geometry->getLongitude();

```

Validator
---------

[](#validator)

```

        address.InvalidAddress
        address.NotSpecificEnough

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[santigarcor/laravel-vuetable

Vuetable laravel backend package

2750.3k](/packages/santigarcor-laravel-vuetable)[bitbag/product-bundle-plugin

Product bundle for Sylius.

2174.4k](/packages/bitbag-product-bundle-plugin)

PHPackages © 2026

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