Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gesinn-it/qrlite
Lightweight MediaWiki extension to render QR codes.
https://github.com/gesinn-it/qrlite
mediawiki-extension
Last synced: 3 months ago
JSON representation
Lightweight MediaWiki extension to render QR codes.
- Host: GitHub
- URL: https://github.com/gesinn-it/qrlite
- Owner: gesinn-it
- License: gpl-3.0
- Created: 2016-03-18T11:44:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T07:58:11.000Z (6 months ago)
- Last Synced: 2024-10-11T02:03:34.311Z (3 months ago)
- Topics: mediawiki-extension
- Language: PHP
- Homepage:
- Size: 379 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/gesinn-it/QRLite/actions/workflows/ci.yml/badge.svg)](https://github.com/gesinn-it/QRLite/actions/workflows/ci.yml)
# QRLite
QRLite is a MediaWiki extension that generates QR Codes in SVG or PNG format on-the-fly.
The extension is very lightweight, as it does not upload or manage the images within MediaWiki.## Documentation
* Documentation can be found at [mediawiki.org/wiki/Extension:QRLite](https://www.mediawiki.org/wiki/Extension:QRLite)## Built With
* [PHP QR Code](https://sourceforge.net/projects/phpqrcode/) - Create QR Codes in PHP## Contributing
We are happy to receive pull requests. Before you commit your changes, make sure all tests are passing (see below).## Testing
Local testing and CI are supported by Docker and Make. Ensure, both tools are installed (`docker --version`, `make --version`).To run test locally:
`> make ci`## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/gesinn-it/QRLite/tags).## Author(s)
* The [**gesinn**.it](https://gesinn.it) team
* and [others](https://github.com/gesinn-it/QRLite/graphs/contributors)##
This extension is part of [**semantic::core**](https://semantic.wiki/core) - Enterprise Class MediaWiki distribution.