We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca3d23 commit 39b54c8Copy full SHA for 39b54c8
examples/Readme.md
@@ -1,5 +1,11 @@
1
# php-qrcode examples
2
3
+**Important: Please use the examples from the branch that matches your installed php-qrcode version (
4
+[v4.x](https://github.com/chillerlan/php-qrcode/tree/v4.3.x/examples),
5
+[v5.x](https://github.com/chillerlan/php-qrcode/tree/v5.0.x/examples),
6
+[dev-main](https://github.com/chillerlan/php-qrcode/tree/main/examples)
7
+)!**
8
+
9
## Simple examples that demonstrate the different output types
10
11
- [image](./image.php): Raster images via the [GD extension](https://www.php.net/manual/de/book.image.php)
0 commit comments