PHPackages                             gurucomkz/watermark - 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. gurucomkz/watermark

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

gurucomkz/watermark
===================

Watermarking the images upon output in SilverStripe

1.0.3(5y ago)07423[2 PRs](https://github.com/gurucomkz/silverstripe-watermark/pulls)MITPHP

Since Jun 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gurucomkz/silverstripe-watermark)[ Packagist](https://packagist.org/packages/gurucomkz/watermark)[ RSS](/packages/gurucomkz-watermark/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Add watermarks to images in SilverStripe
========================================

[](#add-watermarks-to-images-in-silverstripe)

Adds image watermarking to the list of available command for image manipulation in SilverStripe 4.

Requirements
------------

[](#requirements)

SilverStripe ~4

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

[](#installation)

```
composer require gurucomkz/watermark

```

Run `dev/build`, go to Backend Settings and configure the "Watermarking" tab.

Usage
-----

[](#usage)

Module makes `Watermark()` function available when manipulating images. By default it sets the watermark's position as set in CMS Admin, but that can be overriden by supplying a parameter with the position, i.e. `$Image.Watermark('BottomLeft')`

Examples
--------

[](#examples)

```
$Image.Watermark() //just add a watermark
$Image.Watermark().Fill(300,300) //cut image after watermarking - watermark may be cut
$Image.Watermark('TopLeft').Watermark('BottomRight') //put 2 watermarks
$Image.Fill(300,300).Watermark() //first cut, then put a watermark
$Image.FocusFill(300,300).Watermark() //works with jonom/focuspoint as well

```

To Do
-----

[](#to-do)

- i18n capability

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~101 days

Total

4

Last Release

1844d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a57f110fa33aaaed9ae0b84b5ed8a82dcb7ded56123df5ca0d225b3206e5a484?d=identicon)[gurucomkz](/maintainers/gurucomkz)

---

Top Contributors

[![gurucomkz](https://avatars.githubusercontent.com/u/12028675?v=4)](https://github.com/gurucomkz "gurucomkz (4 commits)")[![DejaBallard](https://avatars.githubusercontent.com/u/41553125?v=4)](https://github.com/DejaBallard "DejaBallard (2 commits)")[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (1 commits)")

---

Tags

silverstripe-4watermarkingimagesilverstripewatermarkwatermarking

### Embed Badge

![Health badge](/badges/gurucomkz-watermark/health.svg)

```
[![Health](https://phpackages.com/badges/gurucomkz-watermark/health.svg)](https://phpackages.com/packages/gurucomkz-watermark)
```

###  Alternatives

[aplus/image

Aplus Framework Image Library

2211.6M1](/packages/aplus-image)[heyday/silverstripe-responsive-images

Configure and send a series of image size options to the client without loading any resources until a media query can be executed.

5387.7k6](/packages/heyday-silverstripe-responsive-images)[coldume/imagecraft

A reliable and extensible PHP image manipulation library

10133.7k2](/packages/coldume-imagecraft)[chrometoaster/silverstripe-image-quality

Adds Quality function to images

1013.0k1](/packages/chrometoaster-silverstripe-image-quality)

PHPackages © 2026

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