PHPackages                             sky/emailqueue - 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. sky/emailqueue

ActiveYii2-extension

sky/emailqueue
==============

Yii Email Queue

04PHP

Since Apr 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rockman84/Yii2-Email-Queue)[ Packagist](https://packagist.org/packages/sky/emailqueue)[ RSS](/packages/sky-emailqueue/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Email-Queue
================

[](#yii2-email-queue)

Email Queue Module

How To Install?
===============

[](#how-to-install)

---

via composer run

```
php composer.phar require sky/emailqueue "*"

```

or add in composer.json to require selection

```
"sky/emailqueue" : "*"

```

#### Web Application

[](#web-application)

set web Application module at main config file

```
'modules' => [
    'emailqueue' => [
        'class' => 'sky\emailqueue\Module'
    ]
],

```

#### Console Application

[](#console-application)

set console Application module at main config file

```
'modules' => [
    'emailqueue' => [
        'class' => 'sky\emailqueue\Module'
    ]
],

```

run console for do migration

```
./yii migrate --migrationPath="@sky/emailqueue/migrations"

```

Module Configuration
--------------------

[](#module-configuration)

- \[int\] serverID (default 1) define your server id
- \[array\] serverAvaliable list of avaliable server to allocation task
- \[bool\] deleteAfterSend (default false) delete data queue after successful send email
- \[int\] emailSendPerSession (default 60) how much email to send every session
- \[bool\] autoAllocationServer (default true) auto allocation task queue to server depend on your `serverAvaliable`
- \[mix\] mailer mailer component

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/457fb0aadfdff9bd8118917fae32f7aadef5f4f65196c7c4a1d38a2980e0c827?d=identicon)[rockman84](/maintainers/rockman84)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sky-emailqueue/health.svg)

```
[![Health](https://phpackages.com/badges/sky-emailqueue/health.svg)](https://phpackages.com/packages/sky-emailqueue)
```

PHPackages © 2026

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