PHPackages                             samjoyce777/laravel-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. [Image &amp; Media](/categories/media)
4. /
5. samjoyce777/laravel-static-map

ActiveLaravel[Image &amp; Media](/categories/media)

samjoyce777/laravel-static-map
==============================

Generates a static image url of a position on earth

v0.2.0(10y ago)1784MITPHP

Since Feb 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/samjoyce777/laravel-static-map)[ Packagist](https://packagist.org/packages/samjoyce777/laravel-static-map)[ RSS](/packages/samjoyce777-laravel-static-map/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel Static Map Image Generator
==================================

[](#laravel-static-map-image-generator)

This is mainly a Laravel wrapper for another package that gets the maps, just makes it nice for the framework. I have not gone through it much at the moment as this package will do what I need it to at the moment.

### Installation

[](#installation)

```
$ composer install samjoyce777/laravel-static-map --save
```

Add the service provider to the config.php

```
$ \samjoyce777\LaravelStaticMap\MapServiceProvider::class,
```

Add the facade as well to make it all pretty

```
$ 'Map' => \samjoyce777\LaravelStaticMap\Facades\Map::class,
```

Move the config file to make your customizations

```
$ php artisan vendor:publish --tag=config
```

### Usage

[](#usage)

This will return URL of a map with default settings of London

```
Map::getMap(51.5085300, -0.1257400);
```

This will get return URL of map generated with 'large' settings in the config.

```
Map::getMap(51.5085300, -0.1257400, 'large');
```

This will get return URL of map generated with 'large' settings in the config, with some overrides.

```
Map::getMap(51.5085300, -0.1257400, 'large', ['zoom' => 3, 'type' => 'hybrid');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2

Last Release

3789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7439530?v=4)[elmhurst interactive](/maintainers/elmhurst)[@elmhurst](https://github.com/elmhurst)

---

Top Contributors

[![elmhurst50](https://avatars.githubusercontent.com/u/6770978?v=4)](https://github.com/elmhurst50 "elmhurst50 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/samjoyce777-laravel-static-map/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[buglinjo/laravel-webp

Laravel package for WebP image formatting.

181247.9k2](/packages/buglinjo-laravel-webp)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[justbetter/statamic-image-optimize

Image optimization after upload

1318.4k](/packages/justbetter-statamic-image-optimize)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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