lqasz/supplier-stock-info
Composer 安装命令:
composer require lqasz/supplier-stock-info
包简介
Supplier stock info package.
README 文档
README
Package for fetching data about items from specified suppliers.
Installation
Use the composer to install package.
composer require lqasz/supplier-stock-info
Usage
use SupplierStockInfo\SupplierStock; $supplierStock = new SupplierStock(); # return item data based on supplier type $supplierStock->suppliers([ [ 'name' => 'stanley-stella', // required 'token' => '<stanley-stella-token>', // required ] ])->items([ [ 'identifier' => '<item-id>' // required ] ])->get();
Available Suppliers
For now this package supports:
- Stanley/Stella Stock API v4:
<stanley-stella-token>- text with email:password e.g.'test@test.com:password'<item-id>- Stanley/Stella SKU text
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-21