mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 15:12:32 +00:00
php-qrcode examples
Simple examples that demonstrate the different output types
- image: Raster images via the GD extension
- ImageMagick: Raster Images via ImageMagick
- SVG: Scalable Vector Graphics
- HTML: HTML markup
- FPDF: PDF output via FPDF
- EPS: Encapsulated PostScript
- String: String output
- QRCode Reader: a simple reader example
Advanced output examples
- Custom output: a simple example that demonstrates the usage of custom output classes
- Interactive output: interactive demo (via index.html)
- GD Image with logo: a logo on top of the QR Code
- GD image with text: description text under the QR Code (#35)
- SVG with logo: an SVG QR Code with embedded logo (that is also SVG)
- SVG with randomly colored modules: a visual effect using multiple colors for the matrix modules (#136)
- SVG with a round shape and randomly filled quiet zone: example similar to the QR Codes of a certain vendor (#137)