smiley 53b52b7134 :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 1 год назад
..
Readme.md 8fb1e6a45c :sparkles: SVG conversion in javascript example 2 лет назад
SVGConvert.js 8cd9f27ed9 :shower: 2 лет назад
authenticator.php dfb7728d37 :octocat: removed QROptionsTrait::$markupDark and QROptionsTrait::$markupLight, added QROptionsTrait::$svgUseFillAttributes 2 лет назад
background.jpg 25918aa53c :sparkles: +ImageMagick with image background example 2 лет назад
custom_output.php beecbe7ba5 :octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276) 1 год назад
eps.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
fpdf.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
github.svg 40604f4698 :sparkles: SVG QR Code with logo example 3 лет назад
html.php dfb7728d37 :octocat: removed QROptionsTrait::$markupDark and QROptionsTrait::$markupLight, added QROptionsTrait::$svgUseFillAttributes 2 лет назад
image.php 5597812273 :shower: 2 лет назад
imageWithLogo.php beecbe7ba5 :octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276) 1 год назад
imageWithRoundedShapes.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
imageWithText.php beecbe7ba5 :octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276) 1 год назад
imagick.php b434bf54f2 :octocat: support compression quality in QRImagick 2 лет назад
imagickConvertSVGtoPNG.php beecbe7ba5 :octocat: mark nullable types explicitly (https://github.com/chillerlan/php-qrcode/issues/276) 1 год назад
imagickImageAsBackground.php 334fe5a42f :shower: phpcs happy 2 лет назад
imagickWithLogo.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
index.html 88341bccd5 :shower: move/fix interactive example 4 лет назад
multimode.php c69531ca20 :octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls 2 лет назад
octocat.png 0907f93ccb :octocat: use original octocat from https://octodex.github.com/original/ 2 лет назад
qrcode-interactive.php fc47c7b40f :octocat: PHPCS: add Slevomat standard 1 год назад
reader.php 53b52b7134 :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 1 год назад
reflectance.php c69531ca20 :octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls 2 лет назад
shapes.svg fcea69d90b :sparkles: example module shapes 3 лет назад
svg.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
svgConvertViaCanvas.php dfb7728d37 :octocat: removed QROptionsTrait::$markupDark and QROptionsTrait::$markupLight, added QROptionsTrait::$svgUseFillAttributes 2 лет назад
svgMeltedModules.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
svgRandomColoredDots.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
svgRoundQuietzone.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
svgWithLogo.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
svgWithLogoAndCustomShapes.php c4ed672a84 :octocat: fix the broken PHPCS config 1 год назад
text.php 334fe5a42f :shower: phpcs happy 2 лет назад

Readme.md

php-qrcode examples

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.