2017 © Pedro Peláez
 

library qrcode-detector-decoder

QR code decoder / reader

image

usetreno/qrcode-detector-decoder

QR code decoder / reader

  • Wednesday, September 27, 2017
  • by usetreno
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 150 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

QR code decoder / reader for PHP

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, (*1)

Installation

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

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

$ composer require khanamiryan/qrcode-detector-decoder

Usage

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

Requirements

  • PHP >= 5.6
  • GD Library

Contributing

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

  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

27/09 2017

dev-master

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

QR code decoder / reader

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

The Development Requires

barcode qr zxing

27/09 2017

dev-develop

dev-develop 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