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.68k stars 401 forks source link

EAN-18 / NVE / SSCC-18 #63

Closed igarpoor closed 6 years ago

igarpoor commented 6 years ago

Hi, i need to create EAN18, do you think we can adapt the barcode_eanupc function to manage this codes? Thanks

casperbakker commented 6 years ago

We do not have explicit support for EAN18. I also do not have any experience with those codes. You can try if it is good enough, but I guess there needs to be some specific handling of the (00) prefixes and maybe more.

joeybab3 commented 5 years ago

@casperbakker I am looking to make SSCC-18 barcodes as well, is there anywhere you could point me to try and adapt this library to be able to generate them?