PHPackages                             hlsxx/qrwatermark - 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. hlsxx/qrwatermark

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hlsxx/qrwatermark
=================

A library to generate QR codes with watermarks.

1.1.2(1y ago)4131PHPPHP ^8.0

Since Oct 11Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

Hlsxx QR Watermark
==================

[](#hlsxx-qr-watermark)

[![QR Code](https://github.com/hlsxx/qrwatermark_php/raw/master/imgs/custom.png)](https://github.com/hlsxx/qrwatermark_php/blob/master/imgs/custom.png)

A library to generate QR codes with watermarks.

Downloads
---------

[](#downloads)

You can download the latest version of the PHP extension here:

- [libqrwatermark.so](https://github.com/hlsxx/qrwatermark_php_extension/releases/download/v0.1.2/libqrwatermark.so) - Version 0.1.2

Or check the repository:

- [qrwatermark\_php\_extension](https://github.com/hlsxx/qrwatermark_php_extension)

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

[](#installation)

You can install this library using Composer:

```
composer require hlsxx/qrwatermark
```

```
// Custom image config
$imageConfig = (new ImageConfigBuilder())
  // ->colorGradient([255, 255, 255], [0, 0, 0]) // Custom gradient
  ->color([72, 76, 137])
  ->isAutoGradientEnabled()
  ->build();

// Custom logo config
$logoConfig =  (new LogoConfigBuilder())
  ->width(70)
  ->height(70)
  ->build();

$qrw = (new QrWatermark("Hello from PHP custom"))
  ->logo("imgs/php_logo.png")
  ->logoConfig($logoConfig)
  ->imageConfig($imageConfig);

$qrw->saveAsImage("imgs/custom.png");
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance41

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% 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 ~20 days

Total

4

Last Release

517d ago

PHP version history (2 changes)v1.0.0PHP ^8.0

1.0.1PHP ^8.0 || ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/47da3e726fd07d150eb186afb0a5fdcf8a556c743f31d9941c111cfdb20dca81?d=identicon)[hlsxx](/maintainers/hlsxx)

---

Top Contributors

[![hlsxx](https://avatars.githubusercontent.com/u/82389799?v=4)](https://github.com/hlsxx "hlsxx (22 commits)")[![Madpeterz](https://avatars.githubusercontent.com/u/57852827?v=4)](https://github.com/Madpeterz "Madpeterz (12 commits)")

---

Tags

gradientphpphp8qrcodeqrcode-generatorqrcode-watermarkqrcodeswatermark

### Embed Badge

![Health badge](/badges/hlsxx-qrwatermark/health.svg)

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

###  Alternatives

[stefangabos/zebra_pagination

A generic, Twitter Bootstrap compatible, PHP pagination library that automatically generates navigation links

11122.9k](/packages/stefangabos-zebra-pagination)[dannyvanholten/acf-gravityforms-add-on

Advanced Custom Fields: Gravity Forms Add-on

7943.0k](/packages/dannyvanholten-acf-gravityforms-add-on)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42101.1k](/packages/danielme85-laravel-cconverter)[inpsyde/google-tag-manager

Adds the Google Tag Manager container snippet to your site and populates the Google Tag Manager Data Layer.

2359.7k](/packages/inpsyde-google-tag-manager)[cagartner/bagisto-brazilcustomer

112.9k](/packages/cagartner-bagisto-brazilcustomer)[codein/ibexa-seo-toolkit

Ibexa Toolkit to advise users on best SEO practices.

112.5k](/packages/codein-ibexa-seo-toolkit)

PHPackages © 2026

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