picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.65k stars 400 forks source link

GTIN14 not working #202

Closed 1callservice closed 2 months ago

1callservice commented 2 months ago

The readme says to use TYPE_ITF14 for GTIN14 barcodes, but i keep getting fatal error Uncaught Error: Undefined class constant 'TYPE_ITF14'

casperbakker commented 2 months ago

@1callservice Can you provide the line of code where you use 'TYPE_ITF14'?

1callservice commented 2 months ago

it seems to work fine when i use composer to install, rather than just including the files. thanks