catname / productinfo
Get product information by GS1 code
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/catname/productinfo
Requires
- php: ^7.3
- ext-json: *
- guzzlehttp/guzzle: ^7.0.1
This package is auto-updated.
Last update: 2025-12-23 16:52:39 UTC
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