catname/productinfo
Composer 安装命令:
composer require catname/productinfo
包简介
Get product information by GS1 code
README 文档
README
Get product information by GS1 code.
Author: ZhangHQ
Installing
$ composer require catname/productinfo
Usage
use Catname\ProductInfo\ProductInfo; class example { public function aExample(Request $request) { $productInfo = new ProductInfo(); return $productInfo->getProductInfo($request->code); } /** * array (size=4) 'code' => string '06907992512570' (length=14) 'supplier' => string '内蒙古伊利实业集团股份有限公司' (length=45) 'name' => string '安慕希希腊风味酸奶205克' (length=33) 'specs' => string '205克' (length=6) */ }
Update
composer update catname/productinfo
License
MIT
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-28