2017 © Pedro Peláez
 

library qrcode-detector-decoder

QR code decoder / reader

image

khanamiryan/qrcode-detector-decoder

QR code decoder / reader

  • Thursday, April 26, 2018
  • by khanamiryan
  • Repository
  • 48 Watchers
  • 461 Stars
  • 535,908 Installations
  • PHP
  • 9 Dependents
  • 1 Suggesters
  • 150 Forks
  • 24 Open issues
  • 5 Versions
  • 28 % Grown

The README.md

QR code decoder / reader for PHP

Tests Static Tests, (*1)

This is a PHP library to detect and decode QR-codes.
This is first and only QR code reader that works without extensions.
Ported from ZXing library, (*2)

Installation

The recommended method of installing this library is via Composer., (*3)

Run the following command from your project root:, (*4)

$ composer require khanamiryan/qrcode-detector-decoder

Usage

require __DIR__ . "/vendor/autoload.php";
use Zxing\QrReader;
$qrcode = new QrReader('path/to_image');
$text = $qrcode->text(); //return decoded text from QR Code

Requirements

  • PHP >= 8.1
  • GD Library

Contributing

You can help the project by adding features, cleaning the code, adding composer and other., (*5)

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/khanamiryan/php-qrcode-detector-decoder/

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing

26/04 2018

1.0.2

1.0.2.0 https://github.com/khanamiryan/php-qrcode-detector-decoder/

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing

01/04 2018

1.0.1

1.0.1.0 https://github.com/khanamiryan/php-qrcode-detector-decoder/

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing

13/01 2017

0.0.1

0.0.1.0 https://github.com/khanamiryan/php-qrcode-detector-decoder

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing

13/01 2017

1

1.0.0.0 https://github.com/khanamiryan/php-qrcode-detector-decoder

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing