parcelmonkeygroup/etrak-barcode

此包已被废弃,不再维护。未建议替代包。
此包最新版本(dev-master)没有可用的许可证信息。

创建 eTrak 条形码

dev-master 2019-03-05 17:43 UTC

This package is not auto-updated.

Last update: 2021-07-07 08:09:35 UTC


README

轻松构建 eTrak 条形码。

使用方法

include_once('vendor/autoload.php');
$b = new \parcelmonkeygroup\eTrakBarcode\eTrakBarcode('ETYCL222200929');
echo '<img src="'.$b.'" />';