smiley b5ff1258a9 :shower: 1 vuosi sitten
..
Readme.md 0a1156bb38 :octocat: added SVG mosaic example 1 vuosi sitten
SVGConvert.js 8cd9f27ed9 :shower: 2 vuotta sitten
authenticator.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
background.jpg 25918aa53c :sparkles: +ImageMagick with image background example 2 vuotta sitten
custom_output.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
eps.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
fpdf.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
github.svg 40604f4698 :sparkles: SVG QR Code with logo example 3 vuotta sitten
html.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
image.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imageWithLogo.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imageWithRoundedShapes.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imageWithText.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imagick.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imagickConvertSVGtoPNG.php b5ff1258a9 :shower: 1 vuosi sitten
imagickImageAsBackground.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
imagickWithLogo.php 071bc4217d :octocat: add mime type guesser to QROutputAbstract (#223) 1 vuosi sitten
index.html 88341bccd5 :shower: move/fix interactive example 4 vuotta sitten
intervention-image.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
multimode.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
octocat.png 0907f93ccb :octocat: use original octocat from https://octodex.github.com/original/ 2 vuotta sitten
qrcode-interactive.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
qrcode.style.xsl 1f73485224 :sparkles: XML output!? 1 vuosi sitten
reader.php 1d8b7fd8ba :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 1 vuosi sitten
reflectance.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
shapes.svg fcea69d90b :sparkles: example module shapes 3 vuotta sitten
svg.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgConvertViaCanvas.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgMeltedModules.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgModuleJitter.php 0a1156bb38 :octocat: added SVG mosaic example 1 vuosi sitten
svgRandomColoredDots.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgRoundQuietzone.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgWithLogo.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
svgWithLogoAndCustomShapes.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
text.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten
xml.php 7b1d9617d3 :octocat: declare strict types 1 vuosi sitten

Readme.md

php-qrcode examples

Important: Please use the examples from the branch that matches your installed php-qrcode version ( v4.x, v5.x, dev-main )!

Simple examples that demonstrate the different output types

Advanced output examples

Other examples

Please note that the examples are self-contained, meaning that all custom classes are defined in an example file, so they don't necessarily respect the PSR-4 one file = one class principle.