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>
Copy file name to clipboardExpand all lines: docs/Appendix/URI-Content.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ A phone number should be prefixed with the `tel:` scheme so that a device's dial
64
64
tel:+999-123-456-7890
65
65
```
66
66
67
-
Generally, the most complete version of a telephone number possible sould be used, e.g. `+<country code><area code><number>`, spaces or hyphens may be used to separate blocks.
67
+
Generally, the most complete version of a telephone number possible should be used, e.g. `+<country code><area code><number>`, spaces or hyphens may be used to separate blocks.
68
68
Some devices may also support the `sms` and `fax` schemes, which are deprecated in favor of `tel`.
69
69
70
70
**See also:**
@@ -251,6 +251,12 @@ END:VCALENDAR
251
251
-[iCalendar generator for PHP (GitHub)](https://github.com/spatie/icalendar-generator)
252
252
253
253
254
+
## SEPA Credit Transfer
255
+
256
+
-[Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer](https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/quick-response-code-guidelines-enable-data-capture-initiation)
257
+
-[sepa-qr-data library for PHP (GitHub)](https://github.com/smhg/sepa-qr-data-php)
-[Twilio: How to Create a QR Code in PHP](https://www.twilio.com/blog/create-qr-code-in-php) (featuring v4.3.x)
67
74
@@ -73,6 +80,6 @@ Hi, please check out some of my other projects that are way cooler than qrcodes!
73
80
-[js-qrcode](https://github.com/chillerlan/js-qrcode) - a javascript port of this library
74
81
-[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))
75
82
-[php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
76
-
-[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)
83
+
-[php-oauth](https://github.com/chillerlan/php-oauth) - an OAuth 1/2 client library, fully PSR-7/PSR-17/PSR-18 compatible
77
84
-[php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
78
85
-[php-tootbot](https://github.com/php-tootbot/tootbot-template) - a Mastodon bot library
0 commit comments