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

AbandonedArchivedLibrary

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

PHP client library for the Delivengo Easy v2.3 API

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

Since Apr 24Pushed 3y 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 today

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

2153d 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

[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[phan/phan

A static analyzer for PHP

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

A server software for Minecraft: Bedrock Edition written in PHP

3.5k74.6k86](/packages/pocketmine-pocketmine-mp)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[felixfbecker/advanced-json-rpc

A more advanced JSONRPC implementation

25578.7M6](/packages/felixfbecker-advanced-json-rpc)[lesstif/php-jira-rest-client

JIRA REST API Client for PHP Users.

5219.2M25](/packages/lesstif-php-jira-rest-client)

PHPackages © 2026

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