PHPackages                             gorgo13/email-debug-bundle - 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. gorgo13/email-debug-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

gorgo13/email-debug-bundle
==========================

v2.6.2(8y ago)04WTFPLPHPPHP &gt;=5.6

Since May 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/inri13666/gorgo13-email-debug)[ Packagist](https://packagist.org/packages/gorgo13/email-debug-bundle)[ Docs](http://gorgo.in/email-debug)[ RSS](/packages/gorgo13-email-debug-bundle/feed)WikiDiscussions master Synced 3d ago

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

Gorgo Email Debug Bundle
========================

[](#gorgo-email-debug-bundle)

```
  gorgo:debug:email:template                        Displays current email templates for an application
  gorgo:debug:email:template:compile                Renders given email template
  gorgo:debug:email:variable                        Displays current email template variables for an application
  gorgo:email:template:export                       Exports email templates
  gorgo:email:template:import                       Imports email templates

```

### Examples

[](#examples)

Uses SMPT Settings and sends an email

```
php app/console gorgo:debug:email:template:compile --template order_confirmation_email --entity-id=16 --recipient=admin@example.com

```

```
Message successfully send to "admin@example.com"

```

Outputs EMAIL content to stdout

```
php app/console gorgo:debug:email:template:compile --template order_confirmation_email --entity-id=16

```

Displays list of available templates

```
php app/console gorgo:debug:email:template

```

```
+----+-----------------------------------------+--------------------------------------------------+------+--------+---------+----------+--------+
| ID | NAME                                    | ENTITY CLASS                                     | TYPE | SYSTEM | VISIBLE | EDITABLE | PARENT |
+----+-----------------------------------------+--------------------------------------------------+------+--------+---------+----------+--------+
| 1  | force_reset_password                    | Oro\Bundle\UserBundle\Entity\User                | html | Yes    | Yes     | Yes      | N/A    |
| 2  | user_reset_password                     | Oro\Bundle\UserBundle\Entity\User                | html | Yes    | Yes     | Yes      | N/A    |
| 3  | user_reset_password_as_admin            | Oro\Bundle\UserBundle\Entity\User                | html | Yes    | Yes     | Yes      | N/A    |
| 4  | user_change_password                    | Oro\Bundle\UserBundle\Entity\User                | html | Yes    | Yes     | Yes      | N/A    |
......
| 99 | order_confirmation_email                | Oro\Bundle\OrderBundle\Entity\Order              | html | Yes    | Yes     | Yes      | N/A    |
+----+-----------------------------------------+--------------------------------------------------+------+--------+---------+----------+--------+

```

Displays info for specific template

```
php app/console gorgo:debug:email:template --template order_confirmation_email

```

```
@name = order_confirmation_email
@entityName = Oro\Bundle\OrderBundle\Entity\Order
@subject = Your order has been received.
@isSystem = 1
@isEditable = 1

{%  extends 'base.html.twig' %}

{% block content %}
...
{% endblock %}

```

Displays System-wide variables

```
php app/console gorgo:debug:email:variable

```

```
+--------------------+-----------------+--------+-----------------------------------------+
| Name               | Title           | Type   | Value                                   |
+--------------------+-----------------+--------+-----------------------------------------+
| system.appURL      | Application URL | string | https://dev.gorgo.in                  |
| system.currentDate | Current date    | string | May 32, 2018                            |
| system.currentTime | Current time    | string | 12:03 PM                                |
+--------------------+-----------------+--------+-----------------------------------------+

```

Displays Class-based variables

```
php app/console gorgo:debug:email:variable --entity-class="Oro\Bundle\OrderBundle\Entity\Order"

```

```
Entity Variables
+-------------------------------------+----------------------------------------------------------+-----------+
| Name                                | Title                                                    | Type      |
+-------------------------------------+----------------------------------------------------------+-----------+
| entity.acContactCount               | Total times contacted                                    | integer   |
....
| entity.url.create                   | Entity Create Page                                       | string    |
| entity.url.index                    | Entity Grid Page                                         | string    |
| entity.url.update                   | Entity Update Page                                       | string    |
| entity.url.view                     | Entity View Page                                         | string    |
+-------------------------------------+----------------------------------------------------------+-----------+

```

Displays Entity-based variables

```
php app/console gorgo:debug:email:variable --entity-class="Oro\Bundle\OrderBundle\Entity\Order" --entity-id=16

```

```
Entity Variables
+-------------------------------------+----------------------------------------------------------+-----------+---------------------------------------------------------------+
| Name                                | Title                                                    | Type      | Value                                                         |
+-------------------------------------+----------------------------------------------------------+-----------+---------------------------------------------------------------+
| entity.acContactCount               | Total times contacted                                    | integer   |                                                               |
....
| entity.url.create                   | Entity Create Page                                       | string    | https://dev.gorgo.in/admin/order/create                       |
| entity.url.index                    | Entity Grid Page                                         | string    | https://dev.gorgo.in/admin/order/                             |
| entity.url.update                   | Entity Update Page                                       | string    | https://dev.gorgo.in/admin/order/update/16                    |
| entity.url.view                     | Entity View Page                                         | string    | https://dev.gorgo.in/admin/order/view/16                      |
+-------------------------------------+----------------------------------------------------------+-----------+---------------------------------------------------------------+

```

Export all Email templates

```
php app/console gorgo:email:template:export D:\temp

```

```
Found 99 templates for export

```

Export Specific email template

```
php app/console gorgo:email:template:export --template order_confirmation_email D:\temp

```

```
Found 1 templates for export

```

Import Specific email template

```
php app/console gorgo:email:template:import D:\temp\order_confirmation_email.html.twig --force

```

Bundle Import email templates from folder

```
php app/console gorgo:email:template:import D:\temp --force

```

```
Found 999 templates
"authentication_code" updated
...
"order_confirmation_email" updated

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

2920d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75abdcaa05b077ff39155d3e281bd1c52dcce0e94b30da0b8927d40ce2ff8c52?d=identicon)[inri13666](/maintainers/inri13666)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gorgo13-email-debug-bundle/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[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)

PHPackages © 2026

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