Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
libern authored Jun 19, 2016
1 parent cb11853 commit 169ef4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# PHP QR Code Reader / Decoder

[![Latest Version](https://img.shields.io/github/release/libern/qr-code-reader.svg?style=flat-square)](https://github.com/libern/qr-code-reader/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/libern/qr-code-reader.svg?style=flat-square)](https://packagist.org/packages/libern/qr-code-reader)

This is a PHP library to detect and decode QR-codes. <br>
This is QR code reader that works without extensions. <br>
This library supports PSR-4. <br>
Expand All @@ -20,4 +25,4 @@ echo $qrcode_text;

## Requirements
* PHP >= 5.3
* GD Library
* GD Library

0 comments on commit 169ef4a

Please sign in to comment.