PHPackages                             fawno/fawnoemail - 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. fawno/fawnoemail

ActiveLibrary

fawno/fawnoemail
================

FawnoEmail for CakePHP 3

4.0.1(3y ago)0114MITPHP

Since Oct 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fawno/FawnoEmail)[ Packagist](https://packagist.org/packages/fawno/fawnoemail)[ RSS](/packages/fawno-fawnoemail/feed)WikiDiscussions CakePHP-3 Synced 2mo ago

READMEChangelog (9)Dependencies (1)Versions (14)Used By (0)

[![Package at Packagist](https://camo.githubusercontent.com/98b8bcee3da6601e454e3e7d01eb33d3a0159efb9aaf1b9eb11176a218dbc1de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661776e6f2f4661776e6f456d61696c2e7376673f7374796c653d706c6173746963)](https://packagist.org/packages/fawno/fawnoemail)[![GitHub license](https://camo.githubusercontent.com/55d5f880eab481a2416a276bdfb1350ff0ed88b63fb97d54ea9f1282836a89c3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d706c6173746963)](https://raw.githubusercontent.com/fawno/FawnoEmail/CakePHP-3/LICENSE)

FawnoEmail
==========

[](#fawnoemail)

Extend Cake\\Mailer\\Email allowing image inline in templates.

Install via composer
--------------------

[](#install-via-composer)

Since v3, CakePHP uses [composer](http://getcomposer.org), the easiest way to set up is by either running

```
  composer require fawno/fawnoemail

```

Usage
-----

[](#usage)

Whenever you need to send email, ensure this class is loaded:

```
  use Fawno\Mailer\FawnoEmail;
```

Use the class as normal CakeEmail:

```
  $email = new FawnoEmail();
  $email->to(array('example@example.com' => 'Example'));
  $email->subject('Example Email');
  $email->template('default');
  $email->send();
```

In template:

```

  echo $this->Html->image('cid:///full/path/image');
  echo $this->Html->image('file:///full/path/image');
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

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

Recently: every ~126 days

Total

11

Last Release

1336d ago

Major Versions

2.0.5 → 3.0.62016-10-30

2.0.9 → 4.0.12022-09-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/f697e53dd9415ba890421aeabac0fae34cf9265e71cd9e5f9b115a4eb6b7e14d?d=identicon)[alphp](/maintainers/alphp)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fawno-fawnoemail/health.svg)

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

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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