PHPackages                             famelo/messaging - 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. famelo/messaging

ActiveTypo3-flow-package[Mail &amp; Notifications](/categories/mail)

famelo/messaging
================

Little helper to send Messages with SwiftMailer rendered through Fluid.

v1.0.0(11y ago)16321PHP

Since Feb 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mneuhaus/Famelo.Messaging)[ Packagist](https://packagist.org/packages/famelo/messaging)[ Docs](https://github.com/mneuhaus/Famelo.Messaging)[ RSS](/packages/famelo-messaging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Famelo.Messaging [![Scrutinizer Code Quality](https://camo.githubusercontent.com/ff1eb39cd14df52acd966b0c9bc579da4e5cb3adf0d6210a588b4c2e4f379d12/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d6e6575686175732f46616d656c6f2e4d6573736167696e672f6261646765732f7175616c6974792d73636f72652e706e673f733d61323766613936376665333364653139336161633765323834363430303238363537386635646662)](https://scrutinizer-ci.com/g/mneuhaus/Famelo.Messaging/) [![Build Status](https://camo.githubusercontent.com/60b73a447f69af736bc5b817e6afd52b91f07ab9174ee118952f0ee55e720b94/68747470733a2f2f7472617669732d63692e6f72672f6d6e6575686175732f46616d656c6f2e4d6573736167696e672e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mneuhaus/Famelo.Messaging) [![Total Downloads](https://camo.githubusercontent.com/85cfe3082c1f0489c20d3ffb050bdd7f9e3c14e41669180b3d8dcf12dca939ab/68747470733a2f2f706f7365722e707567782e6f72672f66616d656c6f2f6d6573736167696e672f646f776e6c6f6164732e706e67)](https://packagist.org/packages/famelo/messaging)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#famelomessaging---)

Little helper to send Messages with SwiftMailer rendered through Fluid:

```
  	$mail = new \Famelo\Messaging\Message();
	$mail->setFrom(array('mail@me.com' => 'Me :)'))
		->setTo(array('mail@you.com'))
		->setSubject('How are you?')
		->setMessage('My.Package:HelloWorld')
		->assign('someVariable', 'Hello World')
		->send();
```

This will try to render a Template at resource://My.Package/Private/Messages/HelloWorld.html

Configuration Example
---------------------

[](#configuration-example)

```
Famelo:
  Messaging:
    defaultFrom:
      mneuhaus@famelo.com: 'Marc Neuhaus'

  	# Redirect all messages to this E-Mail
  	# for testing purposes
    redirectAllMessagesTo: foo@bar.com

TYPO3:
  SwiftMailer:
    transport:
      type: 'Swift_SmtpTransport'
      options:
        host: 'mail.foo.com'
        username: 'foo'
        password: 'bar'
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~602 days

Total

2

Last Release

4248d ago

Major Versions

v0.1.0 → v1.0.02014-09-30

### Community

Maintainers

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

---

Top Contributors

[![andreaswolf](https://avatars.githubusercontent.com/u/159919?v=4)](https://github.com/andreaswolf "andreaswolf (1 commits)")[![apocalip](https://avatars.githubusercontent.com/u/189795?v=4)](https://github.com/apocalip "apocalip (1 commits)")

### Embed Badge

![Health badge](/badges/famelo-messaging/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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