PHPackages                             samthejarvis/silverstripe-watermarking - 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. samthejarvis/silverstripe-watermarking

ActiveSilverstripe-module[Image &amp; Media](/categories/media)

samthejarvis/silverstripe-watermarking
======================================

Watermarking for images in SilverStripe

41.1k5[3 issues](https://github.com/samthejarvis/silverstripe-watermarking/issues)1PHP

Since Feb 19Pushed 7y ago2 watchersCompare

[ Source](https://github.com/samthejarvis/silverstripe-watermarking)[ Packagist](https://packagist.org/packages/samthejarvis/silverstripe-watermarking)[ RSS](/packages/samthejarvis-silverstripe-watermarking/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

Silverstripe Watermarking
=========================

[](#silverstripe-watermarking)

This module adds a watermarking method for images. Chainable and available on the Image class.

### Installation

[](#installation)

```
composer require samthejarvis/silverstripe-watermarking dev-master

```

Adds a Watermarking tab to /admin/settings. Here you can specify a watermark image as well as transparency and position defaults.

### Requirements

[](#requirements)

- SilverStripe Framework 3.1

### Usage

[](#usage)

```
$Image.Watermark

$Image.CroppedImage(300, 300).Watermark

$Image.CroppedImage(300, 300).Watermark(5, 50);
```

#### Position

[](#position)

The position parameter takes an integer from 1 to 9 and sets the watermark to appear to that number's corresponding position on a keypad.

E.g. 5 will set the watermark to appear in the center.

```
789
456
123

```

#### Transparency

[](#transparency)

The transparency parameter takes an integer from 0 to 100.

### Credit notes

[](#credit-notes)

Configurable GD watermarking based on [memdev/silverstripe-watermarkable](http://github.com/memdev/silverstripe-watermarkable).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

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://avatars.githubusercontent.com/u/1410549?v=4)[Sam Jarvis](/maintainers/samthejarvis)[@samthejarvis](https://github.com/samthejarvis)

---

Top Contributors

[![samthejarvis](https://avatars.githubusercontent.com/u/1410549?v=4)](https://github.com/samthejarvis "samthejarvis (7 commits)")

### Embed Badge

![Health badge](/badges/samthejarvis-silverstripe-watermarking/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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