This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mrkad
/
php-qrcode
mirror de
https://github.com/chillerlan/php-qrcode.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
ced43cac65
Branches
Tags
benchmark
benchmark-runner
gh-pages
main
qrmatrix-mtype-rework
readthedocs
v2.0.x
v2.0.x-php5
v3.2.x
v4.3.x
v5.0.x
5.0.5
5.0.4
5.0.3
4.4.2
5.0.2
5.0.1
4.4.1
5.0.0
4.4.0
5.0-beta
4.3.4
4.3.3
4.3.2
3.4.1
4.3.1
3.4.0
4.3.0
4.2.0
4.1.0
3.3.0
1.0.9
2.0.8
3.2.3
4.0.1
4.0.0
3.2.2
2.0.7
3.2.1
3.2.0
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
1.0.8
2.0.1
2.0.0
php-qrcode
/
examples
/
Readme.md
Readme.md
2.2 KB
Histórico
Raw
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
Multi mode
: a demostration of multi mode usage
QRCode reader
: a simple reader example
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
)
ImageMagick with logo
: a logo on top of the QR Code
SVG with logo
: an SVG QR Code with embedded logo (that is also SVG)
SVG with "melted" modules
: an effect where the matrix appears to be like melted wax (
#127
)
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
)
SVG with logo, custom module shapes and custom finder patterns
: module- and finder pattern customization (
#150
)
Other examples
Interactive output
: interactive demo (via
index.html
)
Custom module shapes
: SVG paths to customize the module shapes (
#150
)