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

generatorPNG #77

Closed SachiniSync closed 4 years ago

SachiniSync commented 5 years ago

How to save generatorPNG image to specific folder ??

ahmakengineer commented 5 years ago

You can specify the location like this

file_put_contents(location/file/'barcode.png', $generator->getBarcode('081231723897', $generator::TYPE_CODE_128));