PHPackages                             alfamegaxq/simple-g-maps - 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. alfamegaxq/simple-g-maps

ActiveSymfony-bundle[API Development](/categories/api)

alfamegaxq/simple-g-maps
========================

google maps apis wrapper bundle

1.1.1(9y ago)027MITJavaScriptPHP &gt;=5.5.9

Since Dec 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/alfamegaxq/gMapsBundle)[ Packagist](https://packagist.org/packages/alfamegaxq/simple-g-maps)[ RSS](/packages/alfamegaxq-simple-g-maps/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (13)Versions (4)Used By (0)

google maps places snippets bunde
=================================

[](#google-maps-places-snippets-bunde)

\###Whats inside?

- City autocomplete input for defined country.

Requirements
------------

[](#requirements)

- jQuery
- jQuery UI
- bundle depends on `GuzzleHttp/guzzle`

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

[](#installation)

- in `AppKernel.php`

```
new SimpleGMapsBundle\SimpleGMapsBundle(),

```

- add routes in `routing.yml`

```
google_autosuggest:
    resource: "@SimpleGMapsBundle/Controller/"
    type:     annotation

```

-include scripts

```

```

Usage
-----

[](#usage)

- render action in where you want input to be

```
    {{ render(controller('GMapsBundle:Suggest:renderCitySuggest', {
        inputParams: 'name="text" class="city_suggest"',
        language: 'de',
        country: 'de'
    })) }}

```

- stylize how you want. Don't forget to include "Powered by google" logo if oyu dont use google map

Extending
---------

[](#extending)

Feel free to create pull requests to add more google places features

Just preserve idea, that each feature should be realy easy to implement.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~0 days

Total

3

Last Release

3426d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5639391?v=4)[Gediminas Katilevičius](/maintainers/alfamegaxq)[@alfamegaxq](https://github.com/alfamegaxq)

### Embed Badge

![Health badge](/badges/alfamegaxq-simple-g-maps/health.svg)

```
[![Health](https://phpackages.com/badges/alfamegaxq-simple-g-maps/health.svg)](https://phpackages.com/packages/alfamegaxq-simple-g-maps)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)

PHPackages © 2026

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