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
@@ -122,7 +122,7 @@ Also, have a look [in the examples folder](https://github.com/chillerlan/php-qrc
122
122
</p>
123
123
124
124
125
-
###Reading QR Codes
125
+
## Reading QR Codes
126
126
127
127
Using the built-in QR Code reader is pretty straight-forward:
128
128
@@ -144,30 +144,30 @@ catch(Throwable $e){
144
144
```
145
145
146
146
147
-
##Shameless advertising
147
+
# Shameless advertising
148
148
149
149
Hi, please check out some of my other projects that are way cooler than qrcodes!
150
150
151
151
-[js-qrcode](https://github.com/chillerlan/js-qrcode) - a javascript port of this library
152
152
-[php-authenticator](https://github.com/chillerlan/php-authenticator) - a Google Authenticator implementation (see [authenticator example](https://github.com/chillerlan/php-qrcode/blob/main/examples/authenticator.php))
153
153
-[php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
154
-
-[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
155
155
-[php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
156
156
-[php-tootbot](https://github.com/php-tootbot/tootbot-template) - a Mastodon bot library (see [@dwil](https://github.com/php-tootbot/dwil))
157
157
158
158
159
-
##Disclaimer!
159
+
# Disclaimer!
160
160
161
161
I don't take responsibility for molten CPUs, misled applications, failed log-ins etc.. Use at your own risk!
162
162
163
163
164
-
###License notice
164
+
## License notice
165
165
166
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).
167
167
-[The documentation](https://github.com/chillerlan/php-qrcode/tree/main/docs) is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/).
168
168
169
169
170
-
###Trademark Notice
170
+
## Trademark Notice
171
171
172
172
The word "QR Code" is a registered trademark of *DENSO WAVE INCORPORATED*<br>
0 commit comments