2017 © Pedro Peláez
 

library amazon-fba-fulfillment-center-list

List of Amazon fulfillment centers around the world available as JSON and PHP array

image

sonnenglas/amazon-fba-fulfillment-center-list

List of Amazon fulfillment centers around the world available as JSON and PHP array

  • Monday, February 12, 2018
  • by sonnenglas
  • Repository
  • 3 Watchers
  • 2 Stars
  • 761 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 40 % Grown

The README.md

Amazon FBA Fulfillment Centers List

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., (*1)

The list contains information about country and for US-based centers also about state., (*2)

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:, (*3)

src/data/amazon-fulfillment-centers.json 

The Versions

12/02 2018

dev-master

9999999-dev

List of Amazon fulfillment centers around the world available as JSON and PHP array

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Przemek Peron

amazon mws fulfillment fba

12/02 2018

1.2.1

1.2.1.0

List of Amazon fulfillment centers around the world available as JSON and PHP array

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Przemek Peron

amazon mws fulfillment fba

12/02 2018

1.2

1.2.0.0

List of Amazon fulfillment centers around the world available as JSON and PHP array

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Przemek Peron

amazon mws fulfillment fba

25/01 2017

1.1

1.1.0.0

List of Amazon fulfillment centers around the world available as JSON and PHP array

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Przemek Peron

amazon mws fulfillment fba

21/01 2017

1.0

1.0.0.0

List of Amazon fulfillment centers around the world available as JSON and PHP array

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Przemek Peron

amazon mws fulfillment fba