PHPackages                             skeeks/cms-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. [Framework](/categories/framework)
4. /
5. skeeks/cms-mailer

ActiveYii2-extension[Framework](/categories/framework)

skeeks/cms-mailer
=================

Mailer for SkeekS CMS

3.0.2.3(1y ago)16.2k14BSD-3-ClausePHP

Since Apr 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/skeeks-cms/cms-mailer)[ Packagist](https://packagist.org/packages/skeeks/cms-mailer)[ Docs](https://cms.skeeks.com/)[ RSS](/packages/skeeks-cms-mailer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (33)Used By (4)

Mailer for SkeekS CMS
=====================

[](#mailer-for-skeeks-cms)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist skeeks/cms-mailer "*"

```

or add

```
"skeeks/cms-mailer": "*"

```

Configuration app
-----------------

[](#configuration-app)

```
'components' =>
[
    'mailer' => [
        'class'         => 'skeeks\cms\mail\Mailer',
        'view'          =>
        [
            'theme' =>
            [
                'pathMap' =>
                [
                    '@app/mail' =>
                    [
                        '@app/mail',
                        '@skeeks/cms/mail/templates'
                    ]
                ]
            ]
        ]
    ],

    'mailerSettings' => [
        'class'         => 'skeeks\cms\mail\MailerSettings',
    ],

    'i18n' => [
        'translations' =>
        [
            'skeeks/mail' => [
                'class'             => 'yii\i18n\PhpMessageSource',
                'basePath'          => '@skeeks/cms/mail/messages',
                'fileMap' => [
                    'skeeks/mail' => 'main.php',
                ],
            ]
        ]
    ],
],

'modules' =>
[
    'mailer' => [
        'class'         => 'skeeks\cms\mail\Module',
    ]
]
```

\##Links

- [Web site](http://en.cms.skeeks.com)
- [Web site (rus)](http://cms.skeeks.com)
- [Author](http://skeeks.com)
- [ChangeLog](https://github.com/skeeks-cms/cms-mailer/blob/master/CHANGELOG.md)

---

> [![skeeks!](https://camo.githubusercontent.com/cae82dcf01ec5dead3fe52f7d6dc919d52b7b060cdaccddb39a7a4c3383a282f/68747470733a2f2f67726176617461722e636f6d2f75736572696d6167652f37343433313133322f31336430346438333231383539333536343432323737306236313665353632322e6a7067)](http://skeeks.com)
> *SkeekS CMS (Yii2) — quickly, easily and effectively!*
> [skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 94.3% 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 ~108 days

Recently: every ~137 days

Total

30

Last Release

525d ago

Major Versions

1.0.0.1 → 2.0.02017-06-18

2.2.1.7 → 3.0.02023-06-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/785306737dd13e3ea6826dfc04ab29ececa88f560d054ff595d64853cb878219?d=identicon)[skeeks-semenov](/maintainers/skeeks-semenov)

---

Top Contributors

[![skeeks-semenov](https://avatars.githubusercontent.com/u/9209305?v=4)](https://github.com/skeeks-semenov "skeeks-semenov (50 commits)")[![ekilei](https://avatars.githubusercontent.com/u/7712625?v=4)](https://github.com/ekilei "ekilei (3 commits)")

---

Tags

mailerskeeks-cmsframeworkmailerskeeksyiicomponent

### Embed Badge

![Health badge](/badges/skeeks-cms-mailer/health.svg)

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

PHPackages © 2026

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