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.4.0(1y ago)0118MITPHP

Since Apr 13Pushed 1mo 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 3w ago

READMEChangelog (6)Dependencies (1)Versions (10)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

40

—

FairBetter than 86% of packages

Maintenance67

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~430 days

Total

6

Last Release

523d 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 (24 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.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

687111.2k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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