PHPackages                             frenzelgmbh/cm-communication - 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. frenzelgmbh/cm-communication

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

frenzelgmbh/cm-communication
============================

Common Communication Module for yii2

0352PHP

Since Apr 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/FrenzelGmbH/cm-communication)[ Packagist](https://packagist.org/packages/frenzelgmbh/cm-communication)[ RSS](/packages/frenzelgmbh-cm-communication/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

cm-communication
================

[](#cm-communication)

Common Address Module (Frenzel GmbH 2014) v.0.1

Installation
============

[](#installation)

Add the following line to your composer.json require section:

```
"frenzelgmbh/cmcommunication":"*"

```

```
php yii migrate --migrationPath=@vendor/frenzelgmbh/cm-communication/migrations

```

Inside your yii-config, pls. add the following lines to your modules section. As you might see, the gridview needs to be implemented too.

```
'communication'=>[
  'class' => 'frenzelgmbh\cmcommunication\Module',
],
'gridview' =>  [
  'class' => '\kartik\grid\Module'
],

```

After this, you should be able to see the set of build in widgets and options under:

Design
======

[](#design)

The Address module is use to store address/location informations, that can be linked to any other "module". So in general all modules are referenced by:

- mod\_table (which should hold the table name VARCHAR(100))
- mod\_id (which should hold the primarey key of the referenced record INTEGER(11))

Datastructure
=============

[](#datastructure)

This module allows you to store communication data related to any other "record" and "module" you pass by as parameters. It allows you to save 1:n communication records, while one record of communication can be filled with the following fields:

- Communication Type (INTEGER) References communication\_type table
- Phone
- Mobile
- Fax
- EMail Pls. notice, that records aren't deleted in all of our models, they just get marked as deleted!

Widgets
=======

[](#widgets)

The "create"-Button: Will render a button, that will open an modal and lets you add a new communication to the referenced module with the id. E.g. you have a entity "contact" and you want to create a new communication to this entity.

```
if(class_exists('\frenzelgmbh\cmcommunication\widgets\CreateCommunicationModal')){
  echo \frenzelgmbh\cmcommunication\widgets\CreateCommunicationModal::widget(array(
    'module'      => 'tbl_test',
    'id'          => 1
  ));
}
```

The "update"-Button:

```
if(class_exists('\frenzelgmbh\cmcommunication\widgets\UpdateCommunicationModal')){
  echo \frenzelgmbh\cmcommunication\widgets\UpdateCommunicationModal::widget(array(
    'module'      => 'tbl_test',
    'id'          => 1
  ));
}
```

The "related"-Grid:

```
if(class_exists('\frenzelgmbh\cmcommunication\widgets\RelatedCommunicationGrid')){
  echo \frenzelgmbh\cmcommunication\widgets\RelatedCommunicationGrid::widget(array(
    'module'      => 'tbl_test',
    'id'          => 1
  ));
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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/551abd4470d98ae959df06678c17aef3e8ac35187884a2872e79c77e040b5c8b?d=identicon)[philippfrenzel](/maintainers/philippfrenzel)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/frenzelgmbh-cm-communication/health.svg)

```
[![Health](https://phpackages.com/badges/frenzelgmbh-cm-communication/health.svg)](https://phpackages.com/packages/frenzelgmbh-cm-communication)
```

###  Alternatives

[snicco/better-wp-hooks

1118.6k2](/packages/snicco-better-wp-hooks)[thalidzhokov/exchange-rates-cbrf

ExchangeRatesCBRF Class to get exchange rates of the Central Bank of Russia

102.7k](/packages/thalidzhokov-exchange-rates-cbrf)

PHPackages © 2026

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