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

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.