PHPackages                             zangra/geodis-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. [API Development](/categories/api)
4. /
5. zangra/geodis-bundle

ActiveSymfony-bundle[API Development](/categories/api)

zangra/geodis-bundle
====================

Geodis REST/JSON integration for Sylius / Symfony projects

3.0.5(9mo ago)0845↓13.9%MITPHPPHP ^8.1 || ^8.4CI failing

Since Apr 10Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/zangra-dev/geodis-bundle)[ Packagist](https://packagist.org/packages/zangra/geodis-bundle)[ RSS](/packages/zangra-geodis-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (15)Versions (44)Used By (0)

Geodis Bundle
=============

[](#geodis-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/6c49cdfed1b47c5b42f96a87bd803c65732d2f3a832a2f4fa91d5843e329ead4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616e6772612f67656f6469732d62756e646c652e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/zangra/geodis-bundle)[![Build Status](https://camo.githubusercontent.com/84ec5d883b64d1f055c8ff9836ea5b307d98752a66ffbcd24640335ca409c437/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a616e6772612d6465762f67656f6469732d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zangra-dev/geodis-bundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4e7c0406e245e9a7100bb4d9639f51077c22cae1a7a4f9b1026df1090673c72c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a616e6772612d6465762f67656f6469732d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zangra-dev/geodis-bundle/?branch=master)[![PHP Version Require](https://camo.githubusercontent.com/2df42a7fce2e747c3e4ad577d34d6761ab9a9eeda49d671636ac306c923a3687/687474703a2f2f706f7365722e707567782e6f72672f7a616e6772612f67656f6469732d62756e646c652f726571756972652f706870)](https://packagist.org/packages/zangra/geodis-bundle)[![License](https://camo.githubusercontent.com/cedfda53999b1c54d55fd284ba9d871762d29c81f1063f8cf05c898e3aa0bee4/687474703a2f2f706f7365722e707567782e6f72672f7a616e6772612f67656f6469732d62756e646c652f6c6963656e7365)](https://packagist.org/packages/zangra/geodis-bundle)

---

About
-----

[](#about)

**GeodisBundle** is a Symfony bundle for generating and managing Geodis shipping labels.
It provides a simple and efficient integration of the Geodis API into Symfony projects.

---

### What's new in 3.0

[](#whats-new-in-30)

- ✅ Full compatibility with modern Symfony versions
- ✅ Improved service configuration with `autowire` &amp; `autoconfigure` support
- ✅ Cleaner error handling with a new `ExceptionListener`
- ✅ Lazy-loading for the `GeodisJsonApi` service
- ✅ Refactored code for better maintainability

---

Installation
------------

[](#installation)

Install the bundle via Composer:

```
composer require zangra/geodis-bundle:^3.0
```

---

Requirements
------------

[](#requirements)

- PHP ^8.1
- Symfony Framework Bundle &gt;= 6.4
- Doctrine Bundle
- Guzzle HTTP Client ^6.5.8 || ^7.8

---

Configuration
-------------

[](#configuration)

Enable the bundle in config/bundles.php:

```
return [
    // Other bundles...
    GeodisBundle\GeodisBundle::class => ['all' => true],
];
```

---

Usage
-----

[](#usage)

Once configured, you can use the provided services to create and manage Geodis shipments. Example service configuration:

```
services:
  GeodisBundle\Manager\GeodisJsonApi:
    lazy: true
```

Then inject GeodisJsonApi into your services or controllers:

```
use GeodisBundle\Manager\GeodisJsonApi;

class ShippingController
{
    public function __construct(private GeodisJsonApi $geodisApi) {}

    public function createLabel(): void
    {
        // Your logic to create a label
    }
}
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance58

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 63.6% 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 ~48 days

Recently: every ~12 days

Total

42

Last Release

271d ago

Major Versions

1.5.0 → 2.02022-06-09

2.4.8.3 → 3.0.12025-08-08

PHP version history (3 changes)1.0PHP ^7.0

2.1.0PHP ^7.4 || 8.1

2.4.0PHP ^8.1 || ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54976150?v=4)[zangra-dev](/maintainers/zangra-dev)[@zangra-dev](https://github.com/zangra-dev)

---

Top Contributors

[![zangra-dev](https://avatars.githubusercontent.com/u/54976150?v=4)](https://github.com/zangra-dev "zangra-dev (7 commits)")[![nils-m](https://avatars.githubusercontent.com/u/666276?v=4)](https://github.com/nils-m "nils-m (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zangra-geodis-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zangra-geodis-bundle/health.svg)](https://phpackages.com/packages/zangra-geodis-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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