PHPackages                             cookyii/module-postman - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cookyii/module-postman

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

cookyii/module-postman
======================

Emails management module for Cookyii CMF

14981PHP

Since Oct 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cookyii/module-postman)[ Packagist](https://packagist.org/packages/cookyii/module-postman)[ RSS](/packages/cookyii-module-postman/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Emails management module
========================

[](#emails-management-module)

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

[](#installation)

```
composer require cookyii/module-postman:dev-master
```

Configuration
-------------

[](#configuration)

### 1. Update config

[](#1-update-config)

In `backend` `app` config in section `modules` add `cookyii\modules\Postman\backend\Module`and in section `bootstrap` add `page`:

```
// ./backend-app/config/app.php

return [
    // ...
    'bootstrap' => [
        // some components ...
        'postman'
    ],
    'modules' => [
        // some modules ...
        'postman' => 'cookyii\modules\Postman\backend\Module',
    ],
    // ...
];
```

### 2. Dependencies

[](#2-dependencies)

Also, you need to configure the following modules (they are already downloaded):

- [`cookyii/module-media`](https://github.com/cookyii/module-media).

```
// ./backend-app/config/app.php

return [
    // ...
    'bootstrap' => [
        // some components ...
        'postman', 'media',
    ],
    'modules' => [
        // some modules ...
        'postman' => 'cookyii\modules\Postman\backend\Module',
        'media' => 'cookyii\modules\Media\backend\Module',
    ],
    // ...
];
```

### 3. Add new permissions

[](#3-add-new-permissions)

In `rbac/update` command add merge class `cookyii\modules\Page\backend\Permissions`:

```
// ./common/commands/RbacCommand.php

class RbacCommand extends \rmrevin\yii\rbac\Command
{

    public $backendMerge = [
        // ...
        'cookyii\modules\Postman\backend\Permissions',
    ];
}
```

### 4. Update permissions

[](#4-update-permissions)

```
./backend rbac/update
```

### 5. Execute new migrations

[](#5-execute-new-migrations)

```
./frontend migrate
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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/1ed2a8c869410bcc2f79245fe77cf156db86c83fed1c60c3dea8df1e04966788?d=identicon)[rmrevin](/maintainers/rmrevin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cookyii-module-postman/health.svg)

```
[![Health](https://phpackages.com/badges/cookyii-module-postman/health.svg)](https://phpackages.com/packages/cookyii-module-postman)
```

###  Alternatives

[symfony/service-contracts

Generic abstractions related to writing services

2.6k860.1M360](/packages/symfony-service-contracts)[symfony/polyfill-intl-normalizer

Symfony polyfill for intl's Normalizer class and related functions

2.1k830.2M36](/packages/symfony-polyfill-intl-normalizer)[friendsofphp/proxy-manager-lts

Adding support for a wider range of PHP versions to ocramius/proxy-manager

1.2k139.1M104](/packages/friendsofphp-proxy-manager-lts)[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

19013.0M263](/packages/php-stubs-wordpress-stubs)[infection/extension-installer

Infection Extension Installer

2624.2M16](/packages/infection-extension-installer)

PHPackages © 2026

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