PHPackages                             sonnenglas/amazon-fba-fulfillment-center-list - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sonnenglas/amazon-fba-fulfillment-center-list

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sonnenglas/amazon-fba-fulfillment-center-list
=============================================

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

1.9.1(1mo ago)1910.3k↑409.1%7[1 PRs](https://github.com/sonnenglas/amazon-fba-fulfillment-center-list/pulls)MITPHPPHP &gt;=7.4.0

Since Jan 21Pushed 1mo ago8 watchersCompare

[ Source](https://github.com/sonnenglas/amazon-fba-fulfillment-center-list)[ Packagist](https://packagist.org/packages/sonnenglas/amazon-fba-fulfillment-center-list)[ RSS](/packages/sonnenglas-amazon-fba-fulfillment-center-list/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (61)Used By (0)

Amazon FBA Fulfillment Centers List
===================================

[](#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.

The list contains information about country and for US-based centers also about state.

Installation for PHP
--------------------

[](#installation-for-php)

1. `composer require sonnenglas/amazon-fba-fulfillment-center-list

Usage in PHP
------------

[](#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
---------------------------

[](#usage-in-any-other-language)

The JSON formatted list is located in:

```
src/data/amazon-fulfillment-centers.json

```

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance93

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 83.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~58 days

Recently: every ~243 days

Total

59

Last Release

36d ago

PHP version history (2 changes)1.0PHP &gt;=5.6.0

1.8.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c01b6bd0faf6699a448bcb24a5b86999f5a770ea0f296dc7ade0842ad54836cc?d=identicon)[sonnenglas](/maintainers/sonnenglas)

---

Top Contributors

[![przemekperon](https://avatars.githubusercontent.com/u/169778?v=4)](https://github.com/przemekperon "przemekperon (66 commits)")[![janselato](https://avatars.githubusercontent.com/u/99269288?v=4)](https://github.com/janselato "janselato (7 commits)")[![JonLaliberte](https://avatars.githubusercontent.com/u/5403662?v=4)](https://github.com/JonLaliberte "JonLaliberte (3 commits)")[![adeelsohailahmed](https://avatars.githubusercontent.com/u/37113831?v=4)](https://github.com/adeelsohailahmed "adeelsohailahmed (2 commits)")[![nederdirk](https://avatars.githubusercontent.com/u/778965?v=4)](https://github.com/nederdirk "nederdirk (1 commits)")

---

Tags

amazonmwsfulfillmentfba

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sonnenglas-amazon-fba-fulfillment-center-list/health.svg)

```
[![Health](https://phpackages.com/badges/sonnenglas-amazon-fba-fulfillment-center-list/health.svg)](https://phpackages.com/packages/sonnenglas-amazon-fba-fulfillment-center-list)
```

###  Alternatives

[aws/aws-crt-php

AWS Common Runtime for PHP

422319.4M9](/packages/aws-aws-crt-php)[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36418.3M23](/packages/aws-aws-sdk-php-symfony)[async-aws/async-aws-bundle

Configure all your AsyncAws services and enjoy the autowire greatness.

253.7M4](/packages/async-aws-async-aws-bundle)[kamerk22/amazongiftcode

Laravel Package for Amazon Gift Codes.

46149.5k](/packages/kamerk22-amazongiftcode)[amazon/instantaccess-sdk-php

Amazon Instant Access SDK for PHP

1433.2k](/packages/amazon-instantaccess-sdk-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
