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)098[2 PRs](https://github.com/dynamicnet/maildrop-php/pulls)MITPHP

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

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

34

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78d53a6a8c98ebbd71ef48e37f1d2a48b9a7438f611b98e9d3bf7e60d694827a?d=identicon)[dynamicnet](/maintainers/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

[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[guanguans/notify

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

682104.9k7](/packages/guanguans-notify)

PHPackages © 2026

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