PHPackages                             flavienbwk/colissimo-api - 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. flavienbwk/colissimo-api

ActiveLibrary[API Development](/categories/api)

flavienbwk/colissimo-api
========================

A php package to track Colissimo (La Poste) parcels

3.1.2(7y ago)0334MITPHPPHP ^7.0

Since Jul 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/flavienbwk/colissimo-api)[ Packagist](https://packagist.org/packages/flavienbwk/colissimo-api)[ Docs](https://github.com/flavienbwk/colissimo-api)[ RSS](/packages/flavienbwk-colissimo-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (4)Versions (15)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a63dd37b7793a3ed5c2828e406bbd644e24aec3bc0413babe9c809338637024c/68747470733a2f2f7472617669732d63692e6f72672f68656469692f636f6c697373696d6f2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hedii/colissimo-api)

colissimo-api
=============

[](#colissimo-api)

A php package to track Colissimo (La Poste) parcels

### Requirements

[](#requirements)

- PHP &gt;= 7.0
- XML PHP Extension
- Curl PHP Extension

### Installation

[](#installation)

```
composer require flavienbwk/colissimo-api
```

### Usage

[](#usage)

```
require 'vendor/autoload.php';

$colissimo = new \flavienbwk\ColissimoApi\ColissimoApi();

try {
    $result = $colissimo->get('your_colissimo_id_here');
} catch (\flavienbwk\ColissimoApi\ColissimoApiException $e) {
    // ...
}
```

The result is an array of chronological status:

```
array(5) {
  [0] =>
  array(3) {
    'date' =>
    string(10) "30/05/2018"
    'label' =>
    string(23) "Votre colis est livré."
    'location' =>
    string(18) "Centre Courrier 75"
  }
  [1] =>
  array(3) {
    'date' =>
    string(10) "30/05/2018"
    'label' =>
    string(50) "Votre colis est en préparation pour la livraison."
    'location' =>
    string(18) "Centre Courrier 75"
  }
  [2] =>
  array(3) {
    'date' =>
    string(10) "30/05/2018"
    'label' =>
    string(52) "Votre colis est arrivé sur son site de distribution"
    'location' =>
    string(18) "Centre Courrier 75"
  }
  [3] =>
  array(3) {
    'date' =>
    string(10) "29/05/2018"
    'label' =>
    string(40) "Votre colis est en cours d'acheminement."
    'location' =>
    string(16) "Plateforme Colis"
  }
  [4] =>
  array(3) {
    'date' =>
    string(10) "28/05/2018"
    'label' =>
    string(110) "Votre colis a été déposé après l'heure limite de dépôt. Il sera expédié dès le prochain jour ouvré."
    'location' =>
    string(28) "Bureau de Poste Les estables"
  }
}

```

### Run tests

[](#run-tests)

```
composer test
```

You may need to update the id in */tests/ColissimoApiTest.php* because the id is only valid for 90 days.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 84% 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 ~93 days

Recently: every ~222 days

Total

13

Last Release

2899d ago

Major Versions

1.0.6 → 2.0.02016-02-14

2.0.1 → 3.0.02018-06-08

PHP version history (4 changes)1.0.0PHP &gt;=5.5.9

2.0.0PHP &gt;=5.6

3.0.0PHP ^7.1.0

3.1.0PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14158127?v=4)[Flavien Berwick](/maintainers/flavienbwk)[@flavienbwk](https://github.com/flavienbwk)

---

Top Contributors

[![hedii](https://avatars.githubusercontent.com/u/5358048?v=4)](https://github.com/hedii "hedii (42 commits)")[![flavienbwk](https://avatars.githubusercontent.com/u/14158127?v=4)](https://github.com/flavienbwk "flavienbwk (8 commits)")

---

Tags

apicolissimocolissimoapihediila postelaposte

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/flavienbwk-colissimo-api/health.svg)

```
[![Health](https://phpackages.com/badges/flavienbwk-colissimo-api/health.svg)](https://phpackages.com/packages/flavienbwk-colissimo-api)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[hedii/colissimo-api

A php package to track Colissimo (La Poste) parcels

221.7k](/packages/hedii-colissimo-api)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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