PHPackages                             dansmaculotte/laposte-php - 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. dansmaculotte/laposte-php

ActiveLibrary[API Development](/categories/api)

dansmaculotte/laposte-php
=========================

PHP SDK for La Poste API

1.1.1(6y ago)21101[1 issues](https://github.com/dansmaculotte/laposte-php/issues)MITPHPPHP ^7.2CI failing

Since Jul 25Pushed 6y ago3 watchersCompare

[ Source](https://github.com/dansmaculotte/laposte-php)[ Packagist](https://packagist.org/packages/dansmaculotte/laposte-php)[ RSS](/packages/dansmaculotte-laposte-php/feed)WikiDiscussions master Synced today

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

La Poste API PHP SDK
====================

[](#la-poste-api-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/bbacecd27ed020ac1cd9106073c97b78cbbe6460d6c82c30f97d300cfc061345/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f44616e734d6143756c6f7474652f6c61706f7374652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansmaculotte/laposte-php)[![Total Downloads](https://camo.githubusercontent.com/0b5b56f6c18a17957982855d2552d3015aaef5d9dfbfa3c890c66dbdafa165f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f44616e734d6143756c6f7474652f6c61706f7374652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansmaculotte/laposte-php)[![Build Status](https://camo.githubusercontent.com/628b3db7a6898ba15ad050400c8a8752604b19a4c287189efe3e3f043d01b427/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f44616e734d6143756c6f7474652f6c61706f7374652d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/dansmaculotte/laposte-php)[![Quality Score](https://camo.githubusercontent.com/6c08abf2bb65bbd04a3cb00e5012ef4bb91b8151d689a81485682a08b2f49503/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f44616e734d6143756c6f7474652f6c61706f7374652d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dansmaculotte/laposte-php)[![Code Coverage](https://camo.githubusercontent.com/c487234aa93239f5ede31bb375d3c4bd73300abeb6b6a452cf0582059474fc95/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f44616e734d6143756c6f7474652f6c61706f7374652d7068702e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/dansmaculotte/laposte-php)

> This library aims to facilitate the usage of La Poste API Services

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

[](#installation)

### Requirements

[](#requirements)

- PHP 7.2
- Json Extension

You can install the package via composer:

```
composer require dansmaculotte/laposte-php
```

Usage
-----

[](#usage)

[La Poste Developer Portal](https://developer.laposte.fr/)

### Address Control

[](#address-control)

#### Find

[](#find)

```
use DansMaCulotte\LaPoste\AddressControl;

$addressControl = new AddressControl($this->apiKey);
$results = $addressControl->find('7 rue Mélingue 14000 Caen');

print_r($results);
```

#### Detail

[](#detail)

```
use DansMaCulotte\LaPoste\AddressControl;

$addressControl = new AddressControl($this->apiKey);
$results = $addressControl->detail('260621288');

print_r($results);
```

### Tracking

[](#tracking)

#### Track

[](#track)

```
use DansMaCulotte\LaPoste\Tracking;

$tracking = new Tracking($this->apiKey);
$results = $tracking->track('1111111111111');

print_r($results);
```

#### List

[](#list)

```
use DansMaCulotte\LaPoste\Tracking;

$tracking = new Tracking($this->apiKey);
$results = $tracking->list(['1111111111111', '1111111111119']);

print_r($results);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~90 days

Total

3

Last Release

2302d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/498465?v=4)[Gaël Reyrol](/maintainers/GaelReyrol)[@gaelreyrol](https://github.com/gaelreyrol)

![](https://www.gravatar.com/avatar/777575bd441b3393f38a0865d5365a071c18e0989b5a4c9fc90426217876085a?d=identicon)[romain-dmc](/maintainers/romain-dmc)

---

Top Contributors

[![gaelreyrol](https://avatars.githubusercontent.com/u/498465?v=4)](https://github.com/gaelreyrol "gaelreyrol (12 commits)")[![Tanariel](https://avatars.githubusercontent.com/u/1983686?v=4)](https://github.com/Tanariel "Tanariel (1 commits)")

---

Tags

lapostephplapostelaposte-api

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dansmaculotte-laposte-php/health.svg)

```
[![Health](https://phpackages.com/badges/dansmaculotte-laposte-php/health.svg)](https://phpackages.com/packages/dansmaculotte-laposte-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[hedii/colissimo-api

A php package to track Colissimo (La Poste) parcels

221.7k](/packages/hedii-colissimo-api)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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