PHPackages                             frostiede/silex-swiftmailer-serviceprovider - 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. frostiede/silex-swiftmailer-serviceprovider

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

frostiede/silex-swiftmailer-serviceprovider
===========================================

v1.0.0(9y ago)1446MITPHPPHP &gt;=5.6

Since Oct 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/frostieDE/silex-swiftmailer-serviceprovider)[ Packagist](https://packagist.org/packages/frostiede/silex-swiftmailer-serviceprovider)[ RSS](/packages/frostiede-silex-swiftmailer-serviceprovider/feed)WikiDiscussions master Synced 3w ago

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

Silex SwiftMailer ServiceProvider
=================================

[](#silex-swiftmailer-serviceprovider)

[![Build Status](https://camo.githubusercontent.com/ee7f0be87499c3b3d53d5673f5c2ad17139c8eb49b10dcec7b3cdca5424b8616/68747470733a2f2f7472617669732d63692e6f72672f66726f7374696544452f73696c65782d73776966746d61696c65722d7365727669636570726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/frostieDE/silex-swiftmailer-serviceprovider)[![Code Climate](https://camo.githubusercontent.com/0e915a871b740de68bff30146763cbfa3241ad351626a019e82b6615dc0d6bbf/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f66726f7374696544452f73696c65782d73776966746d61696c65722d7365727669636570726f76696465722f6261646765732f6770612e737667)](https://codeclimate.com/github/frostieDE/silex-swiftmailer-serviceprovider)

ServiceProvider for Silex which enables `mail()`, `sendmail` and `null` transports for SwiftMailer.

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

[](#installation)

```
$ composer require frostiede/silex-swiftmailer-serviceprovider

```

Afterwards, register the ServiceProvider:

```
$app->register(new SwiftMailerServiceProvider(), [
    /** your options as you would provide in the Silex' SwiftMailerServiceProvider */
]);
```

**Note:** This is a replacement for the default `SwiftMailerServiceProvider` provided by Silex. So only use one of them.

Configuration
-------------

[](#configuration)

In order to use one of the three new supported transports, simply provide the transport in the constructor. Available options are:

- `null`
- `mail`
- `sendmail`

Example:

```
$app->register(new SwiftMailerServiceProvider('null'), [
    /** your options as you would provide in the Silex' SwiftMailerServiceProvider */
]);
```

Contribution
============

[](#contribution)

Any help is welcomed. Feel free to create issues and merge requests :-)

License
=======

[](#license)

MIT License

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3541d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3764924?v=4)[Marcel Marnitz](/maintainers/frostieDE)[@frostieDE](https://github.com/frostieDE)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/frostiede-silex-swiftmailer-serviceprovider/health.svg)

```
[![Health](https://phpackages.com/badges/frostiede-silex-swiftmailer-serviceprovider/health.svg)](https://phpackages.com/packages/frostiede-silex-swiftmailer-serviceprovider)
```

###  Alternatives

[cspoo/swiftmailer-mailgun-bundle

Swiftmailer Mailgun bundle

1041.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

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

A SwiftMailer transport implementation for Mailjet

251.3M9](/packages/mailjet-mailjet-swiftmailer)[phalcon-ext/mailer

Mailer component as wrapper over SwiftMailer for Phalcon.

39199.8k2](/packages/phalcon-ext-mailer)[neos/swiftmailer

A Flow package for easy use of Swift Mailer

14887.2k22](/packages/neos-swiftmailer)

PHPackages © 2026

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