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

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.