mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 04:20:15 +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
- String: String output
Advanced output examples
- Custom output: a simple example that demonstrates the usage of custom output classes
- GD Image with logo: a logo on top of the QR Code
- GD image with text: description text under the QR Code (#35)
Other examples
- Interactive output: interactive demo (via index.html)