We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
##Dependencies
Zbar
ImageMagick
The most effective way to install them on Mac is using brew which is stunning.
$ brew install zbar $ brew install imagemagick
##Build
$ phpize $ ./configure $ make test $ make install
Please check that whether your zbarcode.so is loaded using :
$ php -m|grep zbarcode
##Problems may occur
If it can't find the imagemagick header, please use
$ ./configure --without-zbarcode-imagick