Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lifesound's avatar

My options to generate barcodes ?

what is my best option to create barcodes I need to generate 10 barcodes for example to be printed. barcode + its number per A4 page ?

should I create it using pdf ? i searched and found some issues generating barcodes

what is the best pkg for that?

0 likes
3 replies
piljac1's avatar

I don't know if it is to best package available right now, but if you want to generate PDFs, there is TCPDF (composer require tecnickcom/tcpdf) that is widely used, which supports barcode generation (we used it in one of our projects). However, their documentation is pretty much non-existent (other than the source code), which is a big downside for user-friendliness.

1 like

Please or to participate in this conversation.