Types of Barcode
Supporting multiple barcode types like TYPE_CODE_39, TYPE_CODE_128,
TYPE_EAN_13, TYPE_UPC_E, etc
Check detailed list in Barcode package's README.md
Type Code 128
\koolreport\barcode\BarCode::create(array(
"format" => "jpg",
"value"=>"081231723897",
"type"=>"TYPE_CODE_128"
));