PHPackages                             morgenstille/visual-heatmap-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. morgenstille/visual-heatmap-bundle

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

morgenstille/visual-heatmap-bundle
==================================

Generates Heatmaps.

112PHP

Since May 30Pushed 13y agoCompare

[ Source](https://github.com/joemoe/visual-heatmap)[ Packagist](https://packagist.org/packages/morgenstille/visual-heatmap-bundle)[ RSS](/packages/morgenstille-visual-heatmap-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Morgenstille Visual Heatmap Bundle
==================================

[](#morgenstille-visual-heatmap-bundle)

This Symfony2 bundle provides basic heatmap generation.

It consists of several parts

- The Service - generates the Heatmap Object
- Renderer - provide different value map to image transformations
- Spot - maps a peak on the value map.
- Heatmap - the heatmap object does all the hard work.

### Install

[](#install)

- The bundle is on packagist. Add `"morgenstille/visual-heatmap-bundle": "master"` to your composer.json.
- Add the ``new Morgenstille\\Visual\\HeatmapBundle\\MorgenstilleVisualHeatmapBundle(),``` to your AppKernel.php.
- If you want the demos update your routing.yml

    morgenstille\_visual\_heatmap: resource: "@MorgenstilleVisualHeatmapBundle/Controller/" type: annotation prefix: /

### Usage

[](#usage)

- Get your Heatmap `$heatmap = $this->get('morgenstille.visual.heatmap')->create($width, $height);`.
- Add a spot `$heatmap->add(new SpotInterpolate($x, $y, $radius, $intensity));`
- Render Png Response `$heatmap->renderPngResponse(new TransparentRenderer($heatmap->getMinValue(), $heatmap->getMaxValue()));`

### Examples

[](#examples)

Look at the demo controller \[\]

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/68620?v=4)[Joe Moser](/maintainers/joemoe)[@joemoe](https://github.com/joemoe)

### Embed Badge

![Health badge](/badges/morgenstille-visual-heatmap-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/morgenstille-visual-heatmap-bundle/health.svg)](https://phpackages.com/packages/morgenstille-visual-heatmap-bundle)
```

###  Alternatives

[kamerk22/amazongiftcode

Laravel Package for Amazon Gift Codes.

46149.5k](/packages/kamerk22-amazongiftcode)[mesour/dns-checker

DNS checker written in PHP for check and compare real DNS records for domain.

2025.2k](/packages/mesour-dns-checker)

PHPackages © 2026

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