PHPackages                             thienhungho/yii2-customer-management - 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. thienhungho/yii2-customer-management

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

thienhungho/yii2-customer-management
====================================

Yii2 Customer Management

v1.0.5(7y ago)1151BSD-3-ClausePHP

Since Nov 5Pushed 3y agoCompare

[ Source](https://github.com/thienhungho/yii2-customer-management)[ Packagist](https://packagist.org/packages/thienhungho/yii2-customer-management)[ RSS](/packages/thienhungho-yii2-customer-management/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (7)Used By (1)

Yii2 Customer Management System
===============================

[](#yii2-customer-management-system)

Customer Management System for Yii2

This is just an example, memorible moment. The source code may not work for known reasons. This source code include against loss license feature.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist thienhungho/yii2-customer-management "*"

```

or add

```
"thienhungho/yii2-customer-management": "*"

```

to the require section of your `composer.json` file.

### Migration

[](#migration)

Run the following command in Terminal for database migration:

```
yii migrate/up --migrationPath=@vendor/thienhungho/CustomerManagement/migrations

```

Or use the [namespaced migration](http://www.yiiframework.com/doc-2.0/guide-db-migrations.html#namespaced-migrations) (requires at least Yii 2.0.10):

```
// Add namespace to console config:
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [
            'thienhungho\CustomerManagement\migrations\namespaced',
        ],
    ],
],
```

Then run:

```
yii migrate/up

```

Config
------

[](#config)

Add module CustomerManage to your `AppConfig` file.

```
...
'modules'          => [
    ...
    /**
     * Block Manage
     */
    'customer-manage' => [
        'class' => 'thienhungho\CustomerManagement\modules\CustomerManage\CustomerManagerModule',
    ]
    ...
],
...
```

Modules
-------

[](#modules)

[CustomerBase](https://github.com/thienhungho/yii2-customer-management/tree/master/src/modules/CustomerBase), [CustomerManage](https://github.com/thienhungho/yii2-customer-management/tree/master/src/modules/CustomerManage)

Functions
---------

[](#functions)

[Core](https://github.com/thienhungho/yii2-customer-management/tree/master/src/functions/core.php)

Models
------

[](#models)

[Customer](https://github.com/thienhungho/yii2-customer-management/tree/master/src/models/Customer.php), [CustomerBillingAddress](https://github.com/thienhungho/yii2-customer-management/tree/master/src/models/CustomerBillingAddress.php), [CustomerNote](https://github.com/thienhungho/yii2-customer-management/tree/master/src/models/CustomerNote.php), [CustomerReminders](https://github.com/thienhungho/yii2-customer-management/tree/master/src/models/CustomerReminders.php), [CustomerShippingAddress](https://github.com/thienhungho/yii2-customer-management/tree/master/src/models/CustomerShippingAddress.php)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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 ~8 days

Total

6

Last Release

2703d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a902ad5670f1b17aed996a5c0f83586bc6ea48bcf1cf71d07fd9f660fd0a2a48?d=identicon)[thienhungho](/maintainers/thienhungho)

---

Top Contributors

[![thienhungho](https://avatars.githubusercontent.com/u/33386206?v=4)](https://github.com/thienhungho "thienhungho (8 commits)")

---

Tags

yii2extensionmanagementcustomer

### Embed Badge

![Health badge](/badges/thienhungho-yii2-customer-management/health.svg)

```
[![Health](https://phpackages.com/badges/thienhungho-yii2-customer-management/health.svg)](https://phpackages.com/packages/thienhungho-yii2-customer-management)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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