PHPackages                             anthogirard/delivengo-sdk - 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. anthogirard/delivengo-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

anthogirard/delivengo-sdk
=========================

PHP client library for the Delivengo Easy v2.3 API

1.2.1(6y ago)0241[1 issues](https://github.com/antho-girard/delivengo-sdk/issues)MITPHPPHP &gt;=5.3.0

Since Apr 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/antho-girard/delivengo-sdk)[ Packagist](https://packagist.org/packages/anthogirard/delivengo-sdk)[ Docs](https://www.assistance-mydelivengo.fr/api-easy/)[ RSS](/packages/anthogirard-delivengo-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

⚠️ IMPORTANT : This repository is no longer maintained.Delivengo PHP SDK
=================

[](#delivengo-php-sdk)

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

[](#requirements)

- PHP 5.3+
- Composer
- cURL
- Delivengo API key

Install
-------

[](#install)

Using composer

```
composer require anthogirard/delivengo-sdk
```

Usage
-----

[](#usage)

### Example of a request to list Mandats

[](#example-of-a-request-to-list-mandats)

```
$client = new \DelivengoSDK\DelivengoClient('API_KEY');

$request = new \DelivengoSDK\Request\ListMandatsRequest();
$response = $client->send('list', $request);

/** @var \DelivengoSDK\Entity\Mandat[] $data */
$mandats = $response->getData();
foreach ($mandats as $mandat) {
    $rum = $mandat->getRum();
    $iban = $mandat->getIban();
    $bic = $mandat->getBic();
}
```

### Example of a request to retrieve a Envoi

[](#example-of-a-request-to-retrieve-a-envoi)

```
$client = new \DelivengoSDK\DelivengoClient('API_KEY');

$request = new \DelivengoSDK\Request\GetEnvoiRequest();
$response = $client->send('get', $request, ['id' => 1, 'support' => 4, 'position' => 2]);

/** @var \DelivengoSDK\Entity\Envoi $envoi */
$envoi = $response->getData();
$dateCreation = $envoi->getDateCreation();
$plis = $envoi->getPlis();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Every ~53 days

Total

2

Last Release

2207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db9d069f4c1043cae5e6cf3972235ecf39bb6c6ef5292d8c3d8003da335d76f1?d=identicon)[anthogirard](/maintainers/anthogirard)

---

Top Contributors

[![antho-girard](https://avatars.githubusercontent.com/u/2207308?v=4)](https://github.com/antho-girard "antho-girard (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anthogirard-delivengo-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/anthogirard-delivengo-sdk/health.svg)](https://phpackages.com/packages/anthogirard-delivengo-sdk)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.9M1.2k](/packages/phan-phan)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k90](/packages/pocketmine-pocketmine-mp)[felixfbecker/advanced-json-rpc

A more advanced JSONRPC implementation

25581.3M6](/packages/felixfbecker-advanced-json-rpc)[cloudconvert/cloudconvert-php

PHP SDK for CloudConvert APIs

2283.6M8](/packages/cloudconvert-cloudconvert-php)[seatsio/seatsio-php

A PHP client for the seats.io API

17793.2k](/packages/seatsio-seatsio-php)[restcord/restcord

REST Library for the Discord API

180477.7k11](/packages/restcord-restcord)

PHPackages © 2026

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