sonnenglas / amazon-fba-fulfillment-center-list
List of Amazon fulfillment centers around the world available as JSON and PHP array
Installs: 8 514
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 9
Forks: 7
Open Issues: 1
Requires
- php: >=7.4.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: >=5.0
- dev-master
- 1.8.0
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.0
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2
- 1.1
- 1.0
This package is auto-updated.
Last update: 2024-10-31 12:14:10 UTC
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