php-barcode-generator icon indicating copy to clipboard operation
php-barcode-generator copied to clipboard

Barcode generator in PHP that is easy to use, non-bloated and framework independent.

Results 17 php-barcode-generator issues
Sort by recently updated
recently updated
newest added

I've tested the new code 32 and it's not working. It's generating a completely wrong content. According to the [italian Wikipedia page of code 32](https://it.wikipedia.org/wiki/Farmacode), a code 32 barcode consists...

This pull request fixes the problems mentioned in issue ["Code 32 not creating checksum digit"](https://github.com/picqer/php-barcode-generator/issues/164).

Was trying to generate the UPC-E for the following number 12345687 The output image of the library as follows: ![https://devtools360.com/en/barcode/generator](https://i.imgur.com/ZmDZkl1.png) Which will read as 01891113 on the scanner While the...

Like I mentioned in issue ["UPC-E encoding completely wrong information"](https://github.com/picqer/php-barcode-generator/issues/119), UPC-E barcodes could only be generated with UPC-A codes as input. This pull request adds the ability to generate UPC-E...

Hello everyone, we are actively using this library to generate barcodes, and we found out that some mobile devices have troubles reading it because there is no ability to set...

To allow arbitrary barcode width, widthFactor can be float, everything works as expected.

I changed the two classes that export to image file so they are equally important, and create a common abstract class that keeps the common logic. Then, when testing, I...

"Boleto" is the one of the most used payment methods in Brazil. Febraban is the type of barcode used in boletos. It's is basically a interleaved of 2:5, but the...