sonnenglas/amazon-fba-fulfillment-center-list 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. `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

GitHub 信息

  • Stars: 19
  • Watchers: 8
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-28