PHPackages                             alikdex/notes - 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. alikdex/notes

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

alikdex/notes
=============

Notes module. Yii2

0.0.4(7y ago)09MITPHP

Since Oct 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/AlikDex/notes)[ Packagist](https://packagist.org/packages/alikdex/notes)[ RSS](/packages/alikdex-notes/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Notes
=====

[](#notes)

Yii2 notes module

Install
-------

[](#install)

```

'modules' => [
    'notes' => [
        'class' => Adx\Module\NoteModule\Module::class,
    ],
],

```

Migrations
----------

[](#migrations)

```
'controllerMap' => [
    'migrate' => [
        'class' => yii\console\controllers\MigrateController::class,
        'migrationNamespaces' => [],
        'migrationPath' => [
            '@vendor/alikdex/notes/src/Migration',
        ],
    ],
],

```

or in composer

```
"scripts": {
    "post-update-cmd": [
        "yes | php yii migrate --migrationPath=@vendor/alikdex/notes/src/Migration"
    ],
    "post-install-cmd": [
        "yes | php yii migrate --migrationPath=@vendor/alikdex/notes/src/Migration"
    ]
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~6 days

Total

4

Last Release

2747d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12573893?v=4)[AlikDex](/maintainers/AlikDex)[@AlikDex](https://github.com/AlikDex)

---

Top Contributors

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

---

Tags

yii2notes

### Embed Badge

![Health badge](/badges/alikdex-notes/health.svg)

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

###  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)
