PHPackages                             locomotivemtl/charcoal-contrib-google-static-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. locomotivemtl/charcoal-contrib-google-static-map

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

locomotivemtl/charcoal-contrib-google-static-map
================================================

A Charcoal module to generate a google static map compatible url

04PHPCI failing

Since Dec 20Pushed 1y ago12 watchersCompare

[ Source](https://github.com/locomotivemtl/charcoal-contrib-google-static-map)[ Packagist](https://packagist.org/packages/locomotivemtl/charcoal-contrib-google-static-map)[ RSS](/packages/locomotivemtl-charcoal-contrib-google-static-map/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Charcoal GoogleStaticMap
========================

[](#charcoal-googlestaticmap)

[![License](https://camo.githubusercontent.com/d868bc95a07570bcea5586793122238f91c081613f31b84127e826b0b60afc85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c6f636f6d6f746976656d746c2f63686172636f616c2d636f6e747269622d676f6f676c652d7374617469632d6d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/locomotivemtl/charcoal-contrib-google-static-map)[![Latest Stable Version](https://camo.githubusercontent.com/9a9ff98e60b4c2a41dffc46935efc0a64e8779d2f18a5212337cb56e33480b93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f636f6d6f746976656d746c2f63686172636f616c2d636f6e747269622d676f6f676c652d7374617469632d6d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/locomotivemtl/charcoal-contrib-google-static-map)[![Code Quality](https://camo.githubusercontent.com/827d358ee755e6342d18a141893b145ae31e7ea11898e7bc92306a887d819fd9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c6f636f6d6f746976656d746c2f63686172636f616c2d636f6e747269622d676f6f676c652d7374617469632d6d61702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/locomotivemtl/charcoal-contrib-google-static-map/)[![Coverage Status](https://camo.githubusercontent.com/18b55f4138eecb4a84d84ae9e27816aa86ff42e626398a158da6dfd9edc797da/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c6f636f6d6f746976656d746c2f63686172636f616c2d636f6e747269622d676f6f676c652d7374617469632d6d61702e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/locomotivemtl/charcoal-contrib-google-static-map)[![Build Status](https://camo.githubusercontent.com/1fdd710502bf0a4e9a71a7b8341f0972bb446a6525bf81df281f822f6fe363fa/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6f636f6d6f746976656d746c2f63686172636f616c2d636f6e747269622d676f6f676c652d7374617469632d6d61702e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/locomotivemtl/charcoal-contrib-google-static-map)

A [Charcoal](https://packagist.org/packages/locomotivemtl/charcoal-app) service provider my cool feature.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
    - [Dependencies](#dependencies)
- [Service Provider](#service-provider)
    - [Parameters](#parameters)
    - [Services](#services)
- [Configuration](#configuration)
- [Usage](#usage)
- [Development](#development)
    - [API Documentation](#api-documentation)
    - [Development Dependencies](#development-dependencies)
    - [Coding Style](#coding-style)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

The preferred (and only supported) method is with Composer:

```
$ composer require locomotivemtl/charcoal-contrib-google-static-map
```

### Dependencies

[](#dependencies)

#### Required

[](#required)

- [**PHP 7.1+**](https://php.net): *PHP 7.3+* is recommended.

#### PSR

[](#psr)

\--TBD--

Service Provider
----------------

[](#service-provider)

### Parameters

[](#parameters)

\--TBD--

### Services

[](#services)

\--TBD--

Configuration
-------------

[](#configuration)

\--TBD--

Usage
-----

[](#usage)

\--TBD--

Development
-----------

[](#development)

To install the development environment:

```
$ composer install
```

To run the scripts (phplint, phpcs, and phpunit):

```
$ composer test
```

### API Documentation

[](#api-documentation)

- The auto-generated `phpDocumentor` API documentation is available at:

- The auto-generated `apigen` API documentation is available at:
    [https://codedoc.pub/locomotivemtl/charcoal-contrib-google-static-map/master/](https://codedoc.pub/locomotivemtl/charcoal-contrib-google-static-map/master/index.html)

### Development Dependencies

[](#development-dependencies)

- \[php-coveralls/php-coveralls\]\[phpcov\]
- \[phpunit/phpunit\]\[phpunit\]
- \[squizlabs/php\_codesniffer\]\[phpcs\]

### Coding Style

[](#coding-style)

The charcoal-contrib-google-static-map module follows the Charcoal coding-style:

- [*PSR-1*](https://www.php-fig.org/psr/psr-1/)
- [*PSR-2*](https://www.php-fig.org/psr/psr-2/)
- [*PSR-4*](https://www.php-fig.org/psr/psr-4/), autoloading is therefore provided by *Composer*.
- [*phpDocumentor*](http://phpdoc.org/) comments.
- [phpcs.xml.dist](phpcs.xml.dist) and [.editorconfig](.editorconfig) for coding standards.

> Coding style validation / enforcement can be performed with `composer phpcs`. An auto-fixer is also available with `composer phpcbf`.

Credits
-------

[](#credits)

- [Locomotive](https://locomotive.ca/)

License
-------

[](#license)

Charcoal is licensed under the MIT license. See [LICENSE](LICENSE) for details.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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/f3f29e38395113e2400bdd7e51bea982b17f120d4d5a53d4473b53118ee46f8d?d=identicon)[JoelAlphonso](/maintainers/JoelAlphonso)

---

Top Contributors

[![JoelAlphonso](https://avatars.githubusercontent.com/u/10762266?v=4)](https://github.com/JoelAlphonso "JoelAlphonso (6 commits)")

### Embed Badge

![Health badge](/badges/locomotivemtl-charcoal-contrib-google-static-map/health.svg)

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

PHPackages © 2026

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