gesinn-it / qrlite
QRLite is a MediaWiki extension that renders QR Codes in SVG or PNG format
Package info
Type:mediawiki-extension
pkg:composer/gesinn-it/qrlite
Requires
- composer/installers: >=1.0.1
- endroid/qr-code: ^5.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-09 00:50:33 UTC
README
QRLite is a MediaWiki extension that generates QR Codes in SVG or PNG format on-the-fly. The extension is lightweight: it does not upload or manage images within MediaWiki.
Documentation
For documentation see mediawiki.org/wiki/Extension:QRLite.
Built With
-
endroid/qr-code — Create QR Codes in PHP
Testing
Local testing and CI are supported by Docker and Make:
make ci
Author(s)
Versioning and Releases
This project follows Semantic Versioning.
Version numbers follow the format:
MAJOR.MINOR.PATCH
Version increment rules:
-
MAJOR — incompatible or breaking changes
-
MINOR — backwards-compatible feature additions
-
PATCH — backwards-compatible bug fixes
Breaking changes include (but are not limited to):
-
incompatible API changes
-
removal or renaming of public interfaces
-
behavior changes that may break existing integrations
-
increased minimum runtime or dependency requirements
-
incompatible configuration or data format changes
-
dependency upgrades that introduce breaking changes for users
Breaking changes must always increment the MAJOR version.
Contributing
This extension is part of semantic::core - Enterprise Class MediaWiki distribution.