PHPackages                             ckfinder/ckfinder-plugin-imagewatermark-php - 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. ckfinder/ckfinder-plugin-imagewatermark-php

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

ckfinder/ckfinder-plugin-imagewatermark-php
===========================================

Image watermark plugin for CKFinder 3

3.4.0(10y ago)4551MITPHP

Since May 18Pushed 7y ago4 watchersCompare

[ Source](https://github.com/ckfinder/ckfinder-plugin-imagewatermark-php)[ Packagist](https://packagist.org/packages/ckfinder/ckfinder-plugin-imagewatermark-php)[ RSS](/packages/ckfinder-ckfinder-plugin-imagewatermark-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

CKFinder 3 ImageWatermark Plugin
================================

[](#ckfinder-3-imagewatermark-plugin)

This is an official CKFinder 3 plugin that adds a watermark to images uploaded with CKFinder.

**Supported image extensions:** `jpg`, `jpeg`, `gif`, `png`.

Plugin Installation
-------------------

[](#plugin-installation)

See the [Plugin Installation and Configuration](https://ckeditor.com/docs/ckfinder/ckfinder3-php/plugins.html#plugins_installation_and_configuration) documentation.

Configuration Options
---------------------

[](#configuration-options)

To set a custom image to use as a watermark add the following option to the main CKFinder configuration file (usually named `config.php`):

```
// ...
$config['ImageWatermark'] = [
    'imagePath' => __DIR__ . '/custom/image/path/stamp.png'
];
```

**Note:** Make sure that your image path is absolute, and use a transparent `png` image for best results.

To change the default watermark position you need to add the `position` option in the plugin configuration node:

```
// ...
$config['ImageWatermark'] = [
    'imagePath' => __DIR__ . '/custom/image/path/stamp.png', // Also use a custom image.
    'position' => [
        'right'  => 0,
        'bottom' => 0
    ]
];
```

The `position` option takes two arguments corresponding to image borders.

Possible `position` key values are: `top`, `right`, `bottom`, `left`.

Suboptions `top`-`bottom` and `left`-`right` are mutually exclusive, and cannot be used together.

Each position suboption can take an integer as a value. This integer denotes the distance to the selected border measured in pixels. Alternatively, you can use the `'center'` string to make the watermark centered between the current and the opposite border.

Here are a few examples of the watermark (▣) position for the following `position` options used:

```
$config['ImageWatermark'] = [               ┌────────────────┐
    'position' => [                         │                │
        'right'  => 0,                      │                │
        'bottom' => 0                       │              ▣ │
    ]                                       └────────────────┘
];
```

```
$config['ImageWatermark'] = [               ┌────────────────┐
    'position' => [                         │                │
        'right'  => 'center',               │                │
        'bottom' => 0                       │        ▣       │
    ]                                       └────────────────┘
];
```

```
$config['ImageWatermark'] = [               ┌────────────────┐
    'position' => [                         │                │
        'right'  => 0,                      │               ▣│
        'bottom' => 'center'                │                │
    ]                                       └────────────────┘
];
```

License
-------

[](#license)

Copyright (c) 2007-2016, CKSource - Frederico Knabben. All rights reserved. For license details see: [LICENSE.md](https://github.com/ckfinder/ckfinder-plugin-imagewatermark-php/blob/master/LICENSE.md).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~80 days

Total

5

Last Release

3690d ago

Major Versions

1.0.1 → 3.2.12015-12-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/59d0420c69bdcb56f0009e77fd41ad3e188d5522206dd700e897b748072b3b7d?d=identicon)[zaak](/maintainers/zaak)

---

Top Contributors

[![zaak](https://avatars.githubusercontent.com/u/803299?v=4)](https://github.com/zaak "zaak (15 commits)")[![AnnaTomanek](https://avatars.githubusercontent.com/u/538321?v=4)](https://github.com/AnnaTomanek "AnnaTomanek (3 commits)")

### Embed Badge

![Health badge](/badges/ckfinder-ckfinder-plugin-imagewatermark-php/health.svg)

```
[![Health](https://phpackages.com/badges/ckfinder-ckfinder-plugin-imagewatermark-php/health.svg)](https://phpackages.com/packages/ckfinder-ckfinder-plugin-imagewatermark-php)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[marc1706/fast-image-size

fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.

959.4M20](/packages/marc1706-fast-image-size)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)

PHPackages © 2026

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