sonnenglas/amazon-fba-fulfillment-center-list
最新稳定版本:1.8.0
Composer 安装命令:
composer require sonnenglas/amazon-fba-fulfillment-center-list
包简介
List of Amazon fulfillment centers around the world available as JSON and PHP array
关键字:
README 文档
README
This package provides localization data of all amazon FBA fulfillment centers across the world. There's a simple PSR4 php library and also a JSON formatted list which you can use in any other programming language.
The list contains information about country and for US-based centers also about state.
Installation for PHP
- `composer require sonnenglas/amazon-fba-fulfillment-center-list
Usage in PHP
use Sonnenglas\AmazonFulfillmentCenters\AmazonFulfillmentCenters;
class ExampleClass
{
public function someMethod()
{
$centers = new AmazonFulfillmentCenters();
// Get list of all centers
$centers = $centers->getAll();
// Get information about BER3 center
$center = $centers->getByCode('BER3');
}
}
Usage in any other language
The JSON formatted list is located in:
src/data/amazon-fulfillment-centers.json
统计信息
- 总下载量: 9.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-28