PHPackages                             globegroup/emaillabs-mailer - 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. globegroup/emaillabs-mailer

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

globegroup/emaillabs-mailer
===========================

Emaillabs.pl mailer using symfony/mailer transport abstraction.

v1.0(6y ago)02.8kMITPHPPHP ^7.2.5CI failing

Since Dec 27Pushed 6y ago2 watchersCompare

[ Source](https://github.com/globegroup/emaillabs-mailer)[ Packagist](https://packagist.org/packages/globegroup/emaillabs-mailer)[ RSS](/packages/globegroup-emaillabs-mailer/feed)WikiDiscussions master Synced today

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

EmailLabs Symfony Mailer
========================

[](#emaillabs-symfony-mailer)

Features included:

- Configuration based on Symfony DSN in `.env` files
- Sending emails with EmailLabs REST API
- All benefits from [symfony/mailer](https://github.com/symfony/mailer)

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

[](#installation)

1. [symfony/mailer](https://github.com/symfony/mailer) is required in version 4.4.\*
2. Execute command:

    ```
    composer require globegroup/emaillabs-mailer

    ```
3. Add service declaration in services.yaml:

    ```
    GlobeGroup\EmailLabsMailer\Transport\EmailLabsTransportFactory:
        tags:
            - { name: mailer.transport_factory }
    ```
4. In `.env.local` use the configuration listed below:

    ```
    ###> symfony/mailer ###
    EMAILLABS_APP_KEY=
    EMAILLABS_SECRET=
    EMAILLABS_SMTP_ACCOUNT=
    MAILER_DSN=emaillabs+api://$EMAILLABS_APP_KEY:$EMAILLABS_SECRET@default?smtpAccount=$EMAILLABS_SMTP_ACCOUNT
    ###< symfony/mailer ###
    ```

LOCAL TESTING
-------------

[](#local-testing)

1. Clone repository into `symfony/localVendor` folder.
2. Add into composer.json: ```
    "repositories": [
        {
            "type": "path",
            "url": "localVendor/globegroup-emaillabs-mailer"
        }
    ],
    ```
3. Check if `minimum-stability` is set to `dev`.
4. Proceed to [Installation](#installation).

EmailLabs specific functions
----------------------------

[](#emaillabs-specific-functions)

- Tags

    Add `X-MailTags` header when creating new email message and separate tags by `;` as in example code:

    ```
    $email = new Email();
    $email->getHeaders()->addTextHeader('X-MailTags', 'tag_1;tag_2');
    ```

License
-------

[](#license)

This bundle is under the MIT license. See the complete [LICENSE](LICENSE)

TODO
----

[](#todo)

1. Verify string length? For example subject in EmailLabs is max 128 chars.
2. Add recipe which automatically add service declaration.
3. Add recipe which automatically add .env custom configuration example.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

2379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fc302a9a5ef7cb20cc6d5bf725a1cb96e0ad4245fa14fbebc9ec6802bdabdc4?d=identicon)[globegroup](/maintainers/globegroup)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/globegroup-emaillabs-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/globegroup-emaillabs-mailer/health.svg)](https://phpackages.com/packages/globegroup-emaillabs-mailer)
```

###  Alternatives

[illuminate/mail

The Illuminate Mail package.

5910.6M499](/packages/illuminate-mail)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[symfony/mailgun-mailer

Symfony Mailgun Mailer Bridge

14538.8M97](/packages/symfony-mailgun-mailer)[symfony/postmark-mailer

Symfony Postmark Mailer Bridge

4820.4M65](/packages/symfony-postmark-mailer)[symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

286.4M20](/packages/symfony-mailchimp-mailer)[symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

485.3M15](/packages/symfony-mailjet-mailer)

PHPackages © 2026

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