PHPackages                             maildrop/maildrop-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. maildrop/maildrop-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

maildrop/maildrop-php
=====================

The official Maildrop SDK provides methods for all API functions.

1.5.0(2mo ago)0118MITPHPCI failing

Since Apr 13Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/dynamicnet/maildrop-php)[ Packagist](https://packagist.org/packages/maildrop/maildrop-php)[ RSS](/packages/maildrop-maildrop-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (2)Versions (12)Used By (0)

Maildrop PHP client
===================

[](#maildrop-php-client)

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

[](#installation)

The SDK is available on [Packagist](https://packagist.org/packages/maildrop/maildrop-php). To install it, you will need to be using [Composer](http://getcomposer.org/)in your project.

```
composer require maildrop/maildrop-php
```

Usage
-----

[](#usage)

You should always use Composer autoloader in your application to automatically load your dependencies. All the examples below assume you've already included this in your file:

```
require 'vendor/autoload.php';
use Maildrop\Maildrop;
```

Here's how to add a contact to one of your contact list using the SDK:

```
// First, instantiate the SDK with the ClientApiKey of one of your account
// See https://doc.maildrop.fr/-t44.html#Trouver_ClientApiKey to find the right ClientApiKey
Maildrop::setDefaultClientApiKey("client-apikey");

$md = new Maildrop();

// Now, add a new contact to a contact list
$md->subscribers()->add([
    'listid' => 'a7fb155366727c500406344b5f196f3a',
    'email'  => 'jack@example.com'
]);
```

### All usage examples

[](#all-usage-examples)

You will find more examples in the [/examples](examples/) directory in this repo.

You will find more documentation at [/doc](doc/index.md) and on [https://doc.maildrop.fr](https://doc.maildrop.fr/?c=2).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance87

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~373 days

Recently: every ~526 days

Total

7

Last Release

64d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/659594?v=4)[David TOUREL](/maintainers/dynamicnet)[@dynamicnet](https://github.com/dynamicnet)

---

Top Contributors

[![dynamicnet](https://avatars.githubusercontent.com/u/659594?v=4)](https://github.com/dynamicnet "dynamicnet (26 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k51](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k19](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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