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

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

vlobchuk/google-static-map
==========================

v0.1.4(10y ago)027.4k21ProprietaryPHP

Since Oct 28Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (8)Used By (1)

Google Map Static
=================

[](#google-map-static)

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

[](#installation)

composer require vlobchuk/google-static-map

Here's an example:
------------------

[](#heres-an-example)

```
$map = new StaticMap();
$map->setZoom(16);
$map->setType(StaticMap::T_SATELLITE);

$urlGenerator = new UrlGenerator();

$map->addMarker(new Marker(new Coordinate(59.9386300, 30.3141300), new MarkerStyle()));

$url = $urlGenerator->generate($map);

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

3855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/625d7c8025ee856290391b1ac7cd7e031b6d98d74f9669f34504c1f3e8011a96?d=identicon)[vlobchuk](/maintainers/vlobchuk)

---

Top Contributors

[![l-vitaly](https://avatars.githubusercontent.com/u/3961991?v=4)](https://github.com/l-vitaly "l-vitaly (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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