PHPackages                             humanized/yii2-advanced-application-template-user - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. humanized/yii2-advanced-application-template-user

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

humanized/yii2-advanced-application-template-user
=================================================

Yii2 module which provides functionality to deal with user access tokens.

030

Since Sep 9Compare

[ Source](https://github.com/Humanized/yii2-advanced-application-template-user)[ Packagist](https://packagist.org/packages/humanized/yii2-advanced-application-template-user)[ RSS](/packages/humanized-yii2-advanced-application-template-user/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-advanced-application-template-user
=======================================

[](#yii2-advanced-application-template-user)

Yii2 module wrapping the user management related functionity provided by the yii2-advanced-template

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

[](#installation)

### Install Using Composer

[](#install-using-composer)

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

Either run

```
$ php composer.phar require humanized/yii2-translation "*"

```

or add

```
"humanized/yii2-translation": "*"

```

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

### Run Migrations

[](#run-migrations)

```
$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-advanced-application-template-user/migrations
```

### Edit Configuration File

[](#edit-configuration-file)

Add following lines to the configuration file:

```
'modules' => [
    'translation' => [
        'class' => 'humanized\translation\Module',
    ],
],
```

Adding these lines allows access to the various interfaces provided by the module. Here, the chosen module-name is translation, as such the various routes will be available at translation/controller-id/action-id, though any module-name can be chosen.

This package contains an urlManager component which extends the urlManager component provided by the [Codemix Yii2-LocaleUrls](https://github.com/codemix/yii2-localeurls) package. Here setup of the default application language and population of the enabled website languages are handled automatically. Other configuration options are inherited between components.

```
'components' => [
..
        // Languages enabled populated through database storage
        // Further configuration options available at https://github.com/codemix/yii2-localeurls
        'urlManager' => [
            'class' => 'humanized\translation\components\UrlManager',
            'enablePrettyUrl' => true,
            'showScriptName' => false,
        ],
..
],
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

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/1a07fca5b8f6fe268961a6744dbfd2175da8c785f5e26b2edaeb552f9bbcabd2?d=identicon)[jeffrey.geyssens](/maintainers/jeffrey.geyssens)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/humanized-yii2-advanced-application-template-user/health.svg)

```
[![Health](https://phpackages.com/badges/humanized-yii2-advanced-application-template-user/health.svg)](https://phpackages.com/packages/humanized-yii2-advanced-application-template-user)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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