PHPackages                             mfcc/mandrill - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mfcc/mandrill

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mfcc/mandrill
=============

Contact-Form using a honeypot for spam-protection and zendesk API for creating ticket

133PHP

Since Jul 26Pushed 12y ago4 watchersCompare

[ Source](https://github.com/Tlapi/mfcc-mandrill)[ Packagist](https://packagist.org/packages/mfcc/mandrill)[ RSS](/packages/mfcc-mandrill/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/75481a46486e37145c770cd349012ec23feeb956570cef4a49483ef3fecfb963/68747470733a2f2f706f7365722e707567782e6f72672f6d6663632f6d616e6472696c6c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mfcc/mandrill)

---

MfccMandrill
------------

[](#mfccmandrill)

This Modules provides an API wrapper for Mandrill API ()

It is based and depends on original Mandrill library ()

Install:
--------

[](#install)

The suggested installation method is via [composer](http://getcomposer.org/):

```
php composer.phar require mfcc/zendesk-mandrill:dev-master
```

Usage:
------

[](#usage)

1. Enable MfccMandrill module in your application.config.php file.
2. Configure module. Copy `./vendor/mfcc/mandrill/config/module.mfcc-mandrill.local.php.dist` to `./config/autoload/module.mfcc-mandrill.local.php` and change the values as desired.
3. Get Mandrill Service and call method (e.g. send mail):

```
$mandrill = $this->getServiceLocator()->get('mfccMandrillService');

$mandrill->call('messages/send', array(
      	'message' => array(
				'text' => 'test',
    			'subject' => 'example subject',
    			'from_email' => 'sender@mail.com',
    			'from_name' =>  'From Name',
    			'to' => array(
    					array('email' => 'recepient@email.com')
    			)
    		)
));
```

You can find documentation to methods exposed by this module either here:

Or in `YOUR_APP/vendor/mandrill/mandrill/docs/index.html` once you have installed MfccMandrill module.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2815391?v=4)[Tlapi](/maintainers/Tlapi)[@Tlapi](https://github.com/Tlapi)

### Embed Badge

![Health badge](/badges/mfcc-mandrill/health.svg)

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

###  Alternatives

[ziming/laravel-scrapingbee

A PHP Laravel Library for ScrapingBee

4311.3k](/packages/ziming-laravel-scrapingbee)[timwassenburg/filament-timesheets

Filament Timesheets is a package for Filament that allows you to track time spent on projects and tasks.

481.1k1](/packages/timwassenburg-filament-timesheets)

PHPackages © 2026

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