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)
- dev-master
- 2.x-dev
- 2.0.0
- 1.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha
- 0.3.4
- dev-dependabot/npm_and_yarn/multi-9c76111005
- dev-dependabot/npm_and_yarn/multi-2359d5edac
- dev-dependabot/npm_and_yarn/picomatch-2.3.2
- dev-dependabot/npm_and_yarn/flatted-3.4.2
- dev-dependabot/npm_and_yarn/lodash-4.17.23
This package is auto-updated.
Last update: 2026-04-24 16:28:26 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.