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(10mo ago)01[1 issues](https://github.com/jzohore/fedex-bundle/issues)MITPHPPHP &gt;=8.1.0

Since Aug 12Pushed 10mo 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 today

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

29

—

LowBetter than 57% of packages

Maintenance53

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

323d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43271529?v=4)[Zohore Junior](/maintainers/jzohore)[@jzohore](https://github.com/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[symfony/symfony-demo

Symfony Demo Application

2.6k254.2k](/packages/symfony-symfony-demo)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[forumify/forumify-platform

122.0k14](/packages/forumify-forumify-platform)

PHPackages © 2026

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