"PHP-QR Code" - Library - de.d1strict.wsc.plugin.chillerlan.php-qrcode
This extension provides the "PHP-QR Code" library in WSC.
To load the library, you can use the following code:
PHP
require_once WCF_DIR.'lib/system/api/php-qrcode/vendor/autoload.php';
More information & the documentation can be found in the corresponding GitHub repository: https://github.com/chillerlan/php-qrcode
Bugs & Support:
Support is provided only via:
- Ticket support (https://my.d1strict.de/support/)
- Email (development@d1strict.de)
-
Version 1.0.3
- Felix | D1strict
- 129.02 kB
- 20 Downloads
- Bug-Fix: Fixed a bug that caused a deprecation warning for strtolower(). (#97)
Source: https://github.com/chillerlan/php-qrcode/releases/tag/4.3.3
-
Version 1.0.2
- Felix | D1strict
- 40.75 kB
- 17 Downloads
- Change: CI fixes/updates
- Change: dependency updates
- Change: cleanup
Source: https://github.com/chillerlan/php-qrcode/releases/tag/4.3.2
-
Version 1.0.0
- Felix | D1strict
- 36.75 kB
- 10 Downloads
- Initial publication
Implementation:
PHPrequire_once WCF_DIR.'lib/system/api/php-qrcode/autoload.php';
Source: https://github.com/chillerlan/php-qrcode/releases/tag/4.3.1
SunnyC.
Guten Tag,
kann man das auf einer eigenen Seite mit PHP Code benutzen?
Ich habe das Plugin PHP-Code für Seiten installiert und dort dis einegtragen:
Muss ich die URL anpassen und wie kann ich das ganze mit {@$page->getPhpContent()} im template ausgeben?
Felix | D1strict Author
Hallo,
du kannst folgenden Code verwenden:
Beachte aber, dass die aktuelle Version PHP 8.* nicht unterstützt. Ein Update ist aber schon eingereicht. Dann ändert sich der Code leicht:
Vielen Dank & herzliche Grüße,
Felix
SunnyC.
Vielen Dank, dass klappt hervorragend!
SunnyC.
Darf ich dich einmal stören und hier einladen: RE: Eigene Seite mit einem Generator um Eingaben vorgefertigt auszuliefern ?
Der Code hier alleine funktioniert hervorragend, aber sobald ich das hier dabei nutzen möchte
funktioniert die Ausgabe nicht mehr.
Danke für deine Hilfe.