PHPackages                             nimeso/silverstripe-drawpolygonfield - 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. nimeso/silverstripe-drawpolygonfield

ActiveSilverstripe-module

nimeso/silverstripe-drawpolygonfield
====================================

Create a polygon shape using HTML5 canvas

3191[2 PRs](https://github.com/nimeso/silverstripe-drawpolygonfield/pulls)JavaScript

Since Aug 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nimeso/silverstripe-drawpolygonfield)[ Packagist](https://packagist.org/packages/nimeso/silverstripe-drawpolygonfield)[ RSS](/packages/nimeso-silverstripe-drawpolygonfield/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Draw Polygon Field
===============================

[](#silverstripe-draw-polygon-field)

Allows you to draw a polygon shape using HTML5 canvas. The x,y points are saved as a comma delimited string in the database. It also excepts a ArrayList of Image objects that can be rendered in the background of the canvas.

Usage
-----

[](#usage)

```
	// optional images to render
	$images = ArrayList();
	$images->add($someImageObj);
	$images->add($anotherImageObj);

	// create field
	$fields->push(new DrawPolygonField("Points","Points",null,1140,600,$images));
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ddefabee067557c7378977145e006944815cfb75595376245ed80c1857efb96?d=identicon)[nimeso](/maintainers/nimeso)

---

Top Contributors

[![nimeso](https://avatars.githubusercontent.com/u/1796069?v=4)](https://github.com/nimeso "nimeso (5 commits)")

### Embed Badge

![Health badge](/badges/nimeso-silverstripe-drawpolygonfield/health.svg)

```
[![Health](https://phpackages.com/badges/nimeso-silverstripe-drawpolygonfield/health.svg)](https://phpackages.com/packages/nimeso-silverstripe-drawpolygonfield)
```

PHPackages © 2026

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