PHPackages                             landrok/laravel-mailpro-driver - 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. landrok/laravel-mailpro-driver

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

landrok/laravel-mailpro-driver
==============================

Mailpro Maxony transport for Laravel

1.3.0(6y ago)186MITPHPPHP &gt;=7.0.0CI failing

Since Aug 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/landrok/laravel-mailpro-driver)[ Packagist](https://packagist.org/packages/landrok/laravel-mailpro-driver)[ Docs](https://github.com/landrok/laravel-mailpro-driver)[ RSS](/packages/landrok-laravel-mailpro-driver/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

laravel-mailpro-driver
======================

[](#laravel-mailpro-driver)

A PHP library to send an email only to one email with Laravel using [Mailpro](https://mailpro.com) API (Maxony).

[API manual (PDF)](https://admin.mailpro.com/api/Mailpro_API.pdf)

Before using this library, you MUST have :

- an API Key
- a client id
- an email id (From)

Install
-------

[](#install)

```
composer require landrok/laravel-mailpro-driver
```

Configuration
-------------

[](#configuration)

First, you must publish the configuration file and then configure your API parameters in the .env file.

### Publish configuration

[](#publish-configuration)

```
php artisan vendor:publish --tag=mailproconfig
```

It creates a `mailpro.php` file in your `config/` folder.

### Environment parameters

[](#environment-parameters)

Change default mail driver config in `.env`:

```
MAIL_DRIVER=mailpro
```

Add your parameters to your `.env`:

```
MAILPRO_CLIENT_ID=123456
MAILPRO_API_KEY=myApiKey
MAILPRO_EMAIL_ID=654321
```

Usage
-----

[](#usage)

There is nothing more to do. Now, all classes that extends a `Mailable` (`Illuminate\Mail\Mailable`) will use this driver.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

2205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04ee1be59b281d31a2d48077a359052060f53baf7409cd1be97fe54ad4e7eb51?d=identicon)[landrok](/maintainers/landrok)

---

Top Contributors

[![landrok](https://avatars.githubusercontent.com/u/3310446?v=4)](https://github.com/landrok "landrok (6 commits)")

---

Tags

drivermailpromaxony

### Embed Badge

![Health badge](/badges/landrok-laravel-mailpro-driver/health.svg)

```
[![Health](https://phpackages.com/badges/landrok-laravel-mailpro-driver/health.svg)](https://phpackages.com/packages/landrok-laravel-mailpro-driver)
```

###  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)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2381.4M13](/packages/laravel-notification-channels-discord)[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).

686111.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)
