dev-master
9999999-devA module that renders a QR-Code for the current Page / DataObject
MIT
The Requires
extension silverstripe
0.0.1
0.0.1.0A module that renders a QR-Code for the current Page / DataObject
MIT
The Requires
extension silverstripe
Wallogit.com
2017 © Pedro PelĂĄez
A module that renders a QR-Code for the current Page / DataObject
composer require wernerkrauss/silverstripe-qr-generator, (*1)
At the moment this module only generates QR codes for absolute links to the current Page.
It utilizes AbsoluteLink() to get the content to encode. The codes are cached as png files in /assets/qr/, (*2)
You can either include the code inline or as a source. Both will work out of the box:, (*3)
<img alt="Scan me" src="data:image/png;base64,$QRCodeBase64" />, (*4)
<img alt="Scan me" src="$QRCodeURL" />, (*5)
A module that renders a QR-Code for the current Page / DataObject
MIT
extension silverstripe
A module that renders a QR-Code for the current Page / DataObject
MIT
extension silverstripe