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.67k stars 402 forks source link

Version 2 #91

Closed casperbakker closed 4 years ago

casperbakker commented 4 years ago

I am working on a version 2 of this library. Moving all barcode generators itself to it's own class, which I started working on in 2016. But now there is progress.

Thinking of separating the graphical processors from the barcode generators itself for a better interface. But will keep the old interface working for sure.

casperbakker commented 4 years ago

I think the v2 is complete now. The code is so much better than the 0.x versions. This will improve the library per barcode type a lot easier.