2017 © Pedro Peláez
 

library zxingdecoder

Read barcode with ZXing Decoder Online

image

codeawn/zxingdecoder

Read barcode with ZXing Decoder Online

  • Sunday, August 27, 2017
  • by codeawn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 342 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Read Barcode with ZXing Decoder Online., (*1)

Installation & Usage, (*2)

install with composer : composer require codeawn/zxingdecoder, (*3)

``` php $decoder = new Codeawn\ZxingDecoder; $result = $decoder->fromFile("barcoder-example.png"); // decode from file $result = $decoder->fromUrl("http://example.com/barcode.png"); // decode from url, (*4)

example result :

Array ( [status] => Decode Succeeded [Rawtext] => 123ABC [Rawbytes] => (Not applicable) [Barcodeformat] => CODE_39 [ParsedResultType] => TEXT [ParsedResult] => 123ABC ) ```, (*5)

The Versions

27/08 2017

dev-master

9999999-dev https://github.com/codeawn

Read barcode with ZXing Decoder Online

  Sources   Download

MIT

The Requires

 

The Development Requires

by Am K

barcode qr tools decode reader zxing

27/08 2017

1.0.0

1.0.0.0 https://github.com/codeawn

Read barcode with ZXing Decoder Online

  Sources   Download

MIT

The Requires

 

The Development Requires

by Am K

barcode qr tools decode reader zxing