BGBarcodeBundle icon indicating copy to clipboard operation
BGBarcodeBundle copied to clipboard

Symfony2 Bundle for barcode rendering using our barcode generator base library https://github.com/paterik/BGBarcodeGenerator

Results 7 BGBarcodeBundle issues
Sort by recently updated
recently updated
newest added

Some smartphone banking apps have a problem with a transparent background if you don't scan the QR code image with the camera, but save it from e.g. e-mail and upload...

This Project uses curly brackets for array access this has been deprecated in php7.4 and will be removed in php8.0.

There is a bug in qr code generation in class Base2DBarcode `$bar->rectangle($x, $y, ($x + $w), ($y + $h));` `imagefilledrectangle($png, $x, $y, ($x + $w), ($y + $h), $fgcol);` should...

Adding new lines to code payload makes the whole code unreadable. I tried to encode VCARD: ``` BEGIN:VCARD VERSION:3.0 N:Test;Test ORG:Test TEL;WORK:999999999 TEL;CELL:888888888 EMAIL:[email protected] URL:http://www.test.com END:VCARD ```

Hey, are there plans for supporting Symfony 4?

Hi First, thanks for your great work. I have an issue with my barcodes. All the "Z" are read as they were "Y", and the "Y" become "Z"... I'm using...