PHPackages                             junior-dev/fedex-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. junior-dev/fedex-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

junior-dev/fedex-bundle
=======================

Symfony bundle for integrating with the FedEx REST API (OAuth2, shipping, rates, tracking).

v1.0.0(9mo ago)01[1 issues](https://github.com/jzohore/fedex-bundle/issues)MITPHPPHP &gt;=8.1.0

Since Aug 12Pushed 9mo agoCompare

[ Source](https://github.com/jzohore/fedex-bundle)[ Packagist](https://packagist.org/packages/junior-dev/fedex-bundle)[ RSS](/packages/junior-dev-fedex-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (4)Used By (0)

📨 FedexBundle
=============

[](#-fedexbundle)

**FedexBundle** est un bundle Symfony permettant de communiquer avec l'API REST de FedEx : authentification OAuth2, suivi de colis, et prochainement création d'envois, tarification, et étiquettes d’expédition.

---

🚀 Fonctionnalités
-----------------

[](#-fonctionnalités)

- ✅ Authentification OAuth2 avec cache du token
- 📦 Suivi de colis par numéro de tracking
- 🛠️ Extensible : création d’envois, labels, tarifs (bientôt)
- 🧪 Compatible Symfony 6 &amp; 7
- 🧰 Services typés, Developer Experience soignée

---

🧰 Installation
--------------

[](#-installation)

```
composer require junior-dev/fedex-bundle
```

---

⚙️ Configuration
----------------

[](#️-configuration)

### 🛠️ config/packages/fedex.yaml

[](#️-configpackagesfedexyaml)

```
fedex:
    api_key: '%env(FEDEX_CLIENT_ID)%'
    api_password: '%env(FEDEX_CLIENT_SECRET)%'
    account_number: '%env(FEDEX_ACCOUNT_NUMBER)%'
    meter_number: '%env(FEDEX_METER_NUMBER)%'
    mode: 'test' # ou 'production'
```

### 🗝️ .env

[](#️-env)

```
FEDEX_CLIENT_ID=your_client_id
FEDEX_CLIENT_SECRET=your_client_secret
FEDEX_ACCOUNT_NUMBER=your_account_number
FEDEX_METER_NUMBER=your_meter_number

FEDEX_CLIENT_AUTH_LINK=https://apis-sandbox.fedex.com/oauth/token
FEDEX_API_TRACKING=https://apis-sandbox.fedex.com/track/v1/trackingnumbers
```

---

🧱 Roadmap
---------

[](#-roadmap)

- Authentification OAuth2
- Suivi de colis
- Création d'envois
- Téléchargement d'étiquettes
- Estimation des tarifs
- Annulation d'envois
- Workflow Github
- Écriture des tests

---

📚 Documentation
---------------

[](#-documentation)

- [🔍 Section Tracking](./docs/tracking_section.md) — exemple d'utilisation, explication du DTO `FedexTrackingEvent`, et commande CLI.

---

📜 Licence
---------

[](#-licence)

MIT © [Zohoré Junior](mailto:zohorejuniorpro@gmail.com)

---

🤝 Contribuer
------------

[](#-contribuer)

Les contributions sont bienvenues ! Ouvre une issue ou une pull request 🚀

[![Symfony](https://camo.githubusercontent.com/0c380577cfdc10669950b5b40b94c43b1383ecbd1d1f926c3a825e83b6691867/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d616465253230776974682d53796d666f6e792d3030303030303f6c6f676f3d73796d666f6e79267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/0c380577cfdc10669950b5b40b94c43b1383ecbd1d1f926c3a825e83b6691867/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d616465253230776974682d53796d666f6e792d3030303030303f6c6f676f3d73796d666f6e79267374796c653d666f722d7468652d6261646765)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance58

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61a85b84efd201c3e3be7a6bff941a27337fa922f556c445f7b833d4aab27fc2?d=identicon)[jzohore](/maintainers/jzohore)

---

Top Contributors

[![jzohore](https://avatars.githubusercontent.com/u/43271529?v=4)](https://github.com/jzohore "jzohore (9 commits)")

---

Tags

apisymfonybundleresttrackingoauth2labelshippinglogisticsFedExcarrierfedex apifedex shippingfedex integrationfedex symfony

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/junior-dev-fedex-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/junior-dev-fedex-bundle/health.svg)](https://phpackages.com/packages/junior-dev-fedex-bundle)
```

###  Alternatives

[lexik/jwt-authentication-bundle

This bundle provides JWT authentication for your Symfony REST API

2.6k58.7M210](/packages/lexik-jwt-authentication-bundle)[cypresslab/patch-manager

A library to manage patch requests

16117.4k](/packages/cypresslab-patch-manager)[whatarmy/fedex-rest

New FedEx Rest API wrapper

2440.5k1](/packages/whatarmy-fedex-rest)[mediamonks/rest-api-bundle

MediaMonks Rest API Symfony Bundle

1656.2k1](/packages/mediamonks-rest-api-bundle)[mediamonks/rest-api

MediaMonks Rest API

1351.3k1](/packages/mediamonks-rest-api)

PHPackages © 2026

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