Skip to content

Commit 8edb6b0

Browse files
committed
Create README.md
1 parent c7b64eb commit 8edb6b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# php-qrcode-detector-decoder
2+
Php library to detect and decode QR-codes
3+
4+
5+
Ported from ZXing library
6+
7+
How to use:
8+
--------------
9+
include_once('./lib/QrReader.php');
10+
$qrcode = new QrReader('path/to_image');
11+
print $text = $qrcode->text();

0 commit comments

Comments
 (0)