PHPackages                             phalcana/email - 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. phalcana/email

ActivePhalcana-module[Mail &amp; Notifications](/categories/mail)

phalcana/email
==============

Swift mailer wrapper for Phalcana

v0.8.0(10y ago)04BSD-3-ClausePHP

Since Sep 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/braf/phalcana-email)[ Packagist](https://packagist.org/packages/phalcana/email)[ Docs](http://phalcana.com)[ RSS](/packages/phalcana-email/feed)WikiDiscussions master Synced 1mo ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/3841575001ee69b1f49d9222c571b7e4b05a4595ce6a2a32e3d0b53e2c86249a/68747470733a2f2f706f7365722e707567782e6f72672f7068616c63616e612f656d61696c2f762f737461626c65)](https://packagist.org/packages/phalcana/email)[![Build Status](https://camo.githubusercontent.com/029f4fc6f8c04492a89c80198c4563185cfa0fef8697e0ecab50534d91b2a39d/68747470733a2f2f7472617669732d63692e6f72672f627261662f7068616c63616e612d656d61696c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/braf/phalcana-email)[![Total Downloads](https://camo.githubusercontent.com/5ef7cde6f6c42d4dc3edb2ae19eb7a2a270267ff5ba7303f94bdf920caedce0c/68747470733a2f2f706f7365722e707567782e6f72672f7068616c63616e612f656d61696c2f646f776e6c6f616473)](https://packagist.org/packages/phalcana/email)[![License](https://camo.githubusercontent.com/9e4c6293ed5ead3a807f51b311bcbec4c0028c6c51de9456195c68b041e6a5e2/68747470733a2f2f706f7365722e707567782e6f72672f7068616c63616e612f656d61696c2f6c6963656e7365)](https://packagist.org/packages/phalcana/email)

Phalcana Email Module
=====================

[](#phalcana-email-module)

Swift mailer wrapper for the [Phalcana project](http://github.com/braf/phalcana-project).

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

[](#installation)

This module can be installed via composer using the below command.

```
composer require phalcana/email
```

In order for the module to be loaded into Phalcana the module needs to be added into the modules config. This can be found in the `app/config/static.php` or in the local version `app/config/setup.php`. For example.

```
'modules' => array(
  'email' => MODPATH.'email/',
  'userguide' => MODPATH.'userguide/',
),
```

Basic Usage
-----------

[](#basic-usage)

You can get a fresh instance of the email module by getting it from the dependency injector.

```
$email = $this->getDi()->get('email', array('My email subject'))
  ->to('email@example.com', 'My name')
  ->from('info@example.com', 'Website name')
  ->message('Message text here')
  ->send();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3900d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f992e95d609f021f0d17592b9731e4e2e494e54d16a3170c87911274e6268f9?d=identicon)[braf](/maintainers/braf)

---

Top Contributors

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

---

Tags

kohanaphalconPhalcana

### Embed Badge

![Health badge](/badges/phalcana-email/health.svg)

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

###  Alternatives

[phalcon-ext/mailer

Mailer component as wrapper over SwiftMailer for Phalcon.

39196.9k2](/packages/phalcon-ext-mailer)[cspoo/swiftmailer-mailgun-bundle

Swiftmailer Mailgun bundle

1031.1M](/packages/cspoo-swiftmailer-mailgun-bundle)[wildbit/swiftmailer-postmark

A Swiftmailer Transport for Postmark.

542.8M6](/packages/wildbit-swiftmailer-postmark)[openbuildings/swiftmailer-css-inliner

Inline the css of your html emails

69401.9k3](/packages/openbuildings-swiftmailer-css-inliner)[mailjet/mailjet-swiftmailer

A SwiftMailer transport implementation for Mailjet

261.2M9](/packages/mailjet-mailjet-swiftmailer)[openbuildings/postmark

Swiftmailer Transport Class for Postmark

15369.8k2](/packages/openbuildings-postmark)

PHPackages © 2026

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