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 yesterday

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 64% 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

2851d 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://www.gravatar.com/avatar/bf48fb8ace8c19c216924df7905b102270ef754aa1ee024bcf48ce5e3f11cf43?d=identicon)[flavienbwk](/maintainers/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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hedii/colissimo-api

A php package to track Colissimo (La Poste) parcels

221.7k](/packages/hedii-colissimo-api)[sleeping-owl/apist

Package to provide api-like access to foreign sites based on html parsing

3105.3k](/packages/sleeping-owl-apist)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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