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

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.