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

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

frenzelgmbh/cm-address
======================

Common Address Module for yii2

1.1.6(8y ago)1553[1 issues](https://github.com/FrenzelGmbH/cm-address/issues)MITPHP

Since Nov 7Pushed 8y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (11)Used By (0)

cm-address
==========

[](#cm-address)

common module :: Address Management Module (Frenzel GmbH 2017) v.1.0.4

Allows you to add addresses to a model by your choice. You can define wheater it's a main address or not.

@author  Philipp Frenzel

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

[](#installation)

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

```
"frenzelgmbh/cm-address":"*",

```

```
php yii migrate --migrationPath=@vendor/frenzelgmbh/cm-address/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.

```
'address'=>[
  'class' => 'net\frenzel\address\Module',
  'userIdentityClass' => 'app\models\User', //points to your user identity class
],

```

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:

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

Works by passing over the model to the widget!

Geolocation
===========

[](#geolocation)

The module tries to enrich each passed over address with the latitude and longitude, which will be looked up by combining street, address and state information.

Widgets
=======

[](#widgets)

Address Management Widget:

```

```

Renders a Map with all related address points related to the model:

```

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~77 days

Total

10

Last Release

3142d ago

### 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 (178 commits)")

---

Tags

addressyii2frenzel gmbh

### Embed Badge

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

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

###  Alternatives

[pragmarx/zipcode

A worldwide address-by-zipcode searcher.

10265.4k](/packages/pragmarx-zipcode)[akiraz2/yii2-ticket-support

Yii2 Support Ticket Module, easy, flexible, fast

611.7k](/packages/akiraz2-yii2-ticket-support)[simialbi/yii2-kanban

Kanban board module for yii2

111.1k1](/packages/simialbi-yii2-kanban)

PHPackages © 2026

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