Download the PHP package robbiep/zbar-qrdecoder without Composer
On this page you can find all versions of the php package robbiep/zbar-qrdecoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zbar-qrdecoder
ZBar QR code decoder for PHP
This is a PHP wrapper for zbar-tools
- (only zbarimg
at the moment). See http://zbar.sourceforge.net/.
Requirements
- zbar-tools - To install on Ubuntu it's as easy as
sudo apt-get install zbar-tools
. See their project page for more platforms. - ImageMagick - It's required by Zbar, I'm not sure if they bundle it or not so make sure you have it
Installation
Install this package through Composer.
Add this to your composer.json
dependencies:
Run composer install
to download the required files.
Usage
If you're using it in Laravel...
I've included a ServiceProvider class and a config if you need to change any options. Yyou need to add the ServiceProvider to config/app.php
You may need to publish the config php artisan vendor:publish
Now you can use Zbar QR Decoder in your Laravel application!
Usage (in Laravel)
Other barcodes supported
- EAN_13 / ISBN
- CODE_39
- CODE_128
Contributing
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
All versions of zbar-qrdecoder with dependencies
PHP Build Version
Package Version
The package robbiep/zbar-qrdecoder contains the following files
Loading the files please wait ....