You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,12 +65,17 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
65
65
For the QRCode reader, either `ext-gd` or `ext-imagick` is required!
66
66
67
67
68
-
##Documentation
68
+
# Documentation
69
69
70
70
- The user manual is at https://php-qrcode.readthedocs.io/ ([sources](https://github.com/chillerlan/php-qrcode/tree/v5.0.x/docs))
71
71
- An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-qrcode/
72
72
- The documentation for the `QROptions` container can be found here: [chillerlan/php-settings-container](https://github.com/chillerlan/php-settings-container#readme)
73
73
74
+
**Important: Please use the examples from the branch that matches your installed php-qrcode version (
## Installation with [composer](https://getcomposer.org)
76
81
@@ -117,7 +122,7 @@ Also, have a look [in the examples folder](https://github.com/chillerlan/php-qrc
117
122
</p>
118
123
119
124
120
-
###Reading QR Codes
125
+
## Reading QR Codes
121
126
122
127
Using the built-in QR Code reader is pretty straight-forward:
123
128
@@ -139,30 +144,30 @@ catch(Throwable $e){
139
144
```
140
145
141
146
142
-
##Shameless advertising
147
+
# Shameless advertising
143
148
144
149
Hi, please check out some of my other projects that are way cooler than qrcodes!
145
150
146
151
-[js-qrcode](https://github.com/chillerlan/js-qrcode) - a javascript port of this library
147
152
-[php-authenticator](https://github.com/chillerlan/php-authenticator) - a Google Authenticator implementation (see [authenticator example](https://github.com/chillerlan/php-qrcode/blob/v5.0.x/examples/authenticator.php))
148
153
-[php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
149
-
-[php-oauth-core](https://github.com/chillerlan/php-oauth-core) - an OAuth 1/2 client library along with a bunch of [providers](https://github.com/chillerlan/php-oauth-providers)
154
+
-[php-oauth](https://github.com/chillerlan/php-oauth) - an OAuth 1/2 client library, fully PSR-7/PSR-17/PSR-18 compatible
150
155
-[php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
151
156
-[php-tootbot](https://github.com/php-tootbot/tootbot-template) - a Mastodon bot library (see [@dwil](https://github.com/php-tootbot/dwil))
152
157
153
158
154
-
##Disclaimer!
159
+
# Disclaimer!
155
160
156
161
I don't take responsibility for molten CPUs, misled applications, failed log-ins etc.. Use at your own risk!
157
162
158
163
159
-
###License notice
164
+
## License notice
160
165
161
166
- Parts of this code are [ported to PHP](https://github.com/codemasher/php-qrcode-decoder) from the [ZXing project](https://github.com/zxing/zxing) and licensed under the [Apache License, Version 2.0](./NOTICE).
162
167
-[The documentation](https://github.com/chillerlan/php-qrcode/tree/v5.0.x/docs) is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/).
163
168
164
169
165
-
###Trademark Notice
170
+
## Trademark Notice
166
171
167
172
The word "QR Code" is a registered trademark of *DENSO WAVE INCORPORATED*<br>
0 commit comments