PHPackages                             schobner/swift-mailer-db-log - 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. [Database &amp; ORM](/categories/database)
4. /
5. schobner/swift-mailer-db-log

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

schobner/swift-mailer-db-log
============================

Symfony SchobnerSwiftMailerDBLogBundle

v2.0.0(6y ago)02371[1 issues](https://github.com/schobner/SchobnerSwiftMailerDBLogBundle/issues)[1 PRs](https://github.com/schobner/SchobnerSwiftMailerDBLogBundle/pulls)MITPHPPHP ^7.1

Since Oct 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/schobner/SchobnerSwiftMailerDBLogBundle)[ Packagist](https://packagist.org/packages/schobner/swift-mailer-db-log)[ Docs](https://github.com/schobner)[ RSS](/packages/schobner-swift-mailer-db-log/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (46)Used By (0)

SchobnerSwiftMailerDBLogBundle
==============================

[](#schobnerswiftmailerdblogbundle)

Persist email sendet with SwiftMailer to database.

(This is a early alpha Version. Don't use it productive)
========================================================

[](#this-is-a-early-alpha-version-dont-use-it-productive)

Install:
========

[](#install)

`composer require schobner/swift-mailer-db-log`

### Config:

[](#config)

app/AppKernel.php anpassen:

```
class AppKernel extends Kernel
{

    public function registerBundles()
    {
        $bundles = [
            new Schobner\SwiftMailerDBLogBundle\SchobnerSwiftMailerDBLogBundle(),
        ];

```

Set config:

```
schobner_swift_mailer_db_log:
    email_log_entity: AppBundle\Entity\EmailLog

```

### Extend class:

[](#extend-class)

All db settings will be automatically set

```
namespace AppBundle\Entity;

use Schobner\SwiftMailerDBLogBundle\Model\EmailLog as BaseEmailLog;

/**
 * @ORM\Entity()
 * @ORM\Table(name="swift_mailer_log")
 */
class EmailLog extends BaseEmailLog
{
    // ... add your logic if required ...
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 98% 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 ~1 days

Recently: every ~11 days

Total

43

Last Release

2355d ago

Major Versions

v0.0.2 → v1.0.12019-10-07

v1.2.2 → v2.0.02019-11-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a464bf58bf0932d49a468b492a7b4abf9517d9344e2579988aae4fb50128939?d=identicon)[Matthias Schobner](/maintainers/Matthias%20Schobner)

---

Top Contributors

[![matthiasschobner](https://avatars.githubusercontent.com/u/3898273?v=4)](https://github.com/matthiasschobner "matthiasschobner (49 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

doctrineswiftmailersymfony-bundlesymfony3symfonydoctrineswiftmailer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/schobner-swift-mailer-db-log/health.svg)

```
[![Health](https://phpackages.com/badges/schobner-swift-mailer-db-log/health.svg)](https://phpackages.com/packages/schobner-swift-mailer-db-log)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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