PHPackages                             queencitycodefactory/cakemailslurp - 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. queencitycodefactory/cakemailslurp

ActiveCakephp-plugin[Mail &amp; Notifications](/categories/mail)

queencitycodefactory/cakemailslurp
==================================

CakePHP 3 MailSlurp Plugin

3.0(3y ago)0196MITPHPPHP &gt;=7.2.0

Since Oct 28Pushed 3y ago3 watchersCompare

[ Source](https://github.com/QueenCityCodeFactory/CakeMailSlurp)[ Packagist](https://packagist.org/packages/queencitycodefactory/cakemailslurp)[ Docs](https://github.com/QueenCityCodeFactory/CakeMailSlurp.git)[ RSS](/packages/queencitycodefactory-cakemailslurp/feed)WikiDiscussions main Synced 1mo ago

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

CakeMailSlurp
=============

[](#cakemailslurp)

CakePHP Plugin for MailSlurp

Requirements
------------

[](#requirements)

- CakePHP 3.x
- PHP 7.2

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

[](#installation)

*\[Using [Composer](http://getcomposer.org/)\]*

```
composer require queencitycodefactory/cakemailslurp

```

### Enable plugin

[](#enable-plugin)

Load the plugin in your app's `config/bootstrap.php` file:

```
Plugin::load('CakeMailSlurp', ['bootstrap' => false, 'routes' => false]);
```

OR load in `src/Application.php` for CakePHP 3.6+

```
$this->addPlugin('CakeMailSlurp', ['bootstrap' => true, 'routes' => false]);
```

Usage For Replacing Mail or Smtp Transport
------------------------------------------

[](#usage-for-replacing-mail-or-smtp-transport)

In `config/app.php` or `config/app_local.php` setup the EmailTransport config array:

```
'EmailTransport' => [
    'default' => [
        'className' => MailSlurpTransport::class,
        /*
         * The following keys are used in MailSlurp transports:
         */
        'inboxId' => 'your-inbox-id-goes-here', // The Inbox Id from MailSlurp
        'apiKey' => 'your-api-key-goes-here', // The API Key from MailSlurp
        'email' => 'your-email-goes-here', // The Email Address for the above Inbox Id
        'url' => env('EMAIL_TRANSPORT_DEFAULT_URL', null),
    ],
    'debug' => [
        'className' => 'Debug',
    ],
],
```

Your existing code should still work if switching from MailTransport or SmtpTransport. This was built for transactional system emails.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bb4029cfc5efed64ab84fcfaca36cc23fc8c50d8e321086dfc67abf4747ef9b?d=identicon)[darensipes](/maintainers/darensipes)

---

Top Contributors

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

---

Tags

phpemailcakephptransportmailslurp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/queencitycodefactory-cakemailslurp/health.svg)

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

###  Alternatives

[lorenzo/cakephp-email-queue

Queue, preview and and send emails stored in the database

57121.5k1](/packages/lorenzo-cakephp-email-queue)[narendravaghela/cakephp-mailgun

Mailgun plugin for CakePHP - Send emails using Mailgun API

23356.6k](/packages/narendravaghela-cakephp-mailgun)[henrique-borba/php-sieve-manager

A modern (started in 2022) PHP library for the ManageSieve protocol (RFC5804) to create/edit Sieve scripts (RFC5228). Used by Cypht Webmail.

23125.7k2](/packages/henrique-borba-php-sieve-manager)[gourmet/email

Gourmet Email Plugin for rapid CakePHP application development.

175.2k](/packages/gourmet-email)

PHPackages © 2026

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