PHPackages                             sky/yii2-user-switch - 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. sky/yii2-user-switch

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sky/yii2-user-switch
====================

Sky User Switch Quick Login User

v1.0(8y ago)157Apache-2.0PHP

Since Apr 12Pushed 6y agoCompare

[ Source](https://github.com/rockman84/yii2-user-switch)[ Packagist](https://packagist.org/packages/sky/yii2-user-switch)[ Docs](https://github.com/rockman84)[ RSS](/packages/sky-yii2-user-switch/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

yii2-user-switch
================

[](#yii2-user-switch)

package for quick easy login when do development

Install Package
---------------

[](#install-package)

```
php composer.phar require sky/yii2-user-switch "*"

```

or add in composer.json

```
"sky/yii2-user-switch" : "*"

```

How To Use
----------

[](#how-to-use)

add at config file config/web.php or common/config/main.php

```
[
  'modules' => [
    'userswicth' => [
      'class' => 'sky\userswitch\Module'
    ],
  ]
]
```

then go to  or  depend on your urlmanager settings

Configuration
-------------

[](#configuration)

- gridColumns
- dataProvider
- ipAllow
- likeAttributes

### Example

[](#example)

```
[
  'modules' => [
    'userswicth' => [
      'class' => 'sky\userswitch\Module',
      'gridColumns' => ['id', 'username', 'email'],
      'likeAttributes' => ['email'],
    ],
  ]
]
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

2952d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/457fb0aadfdff9bd8118917fae32f7aadef5f4f65196c7c4a1d38a2980e0c827?d=identicon)[rockman84](/maintainers/rockman84)

---

Top Contributors

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

---

Tags

backenddevelopmentloginusersyii2yii2-extension

### Embed Badge

![Health badge](/badges/sky-yii2-user-switch/health.svg)

```
[![Health](https://phpackages.com/badges/sky-yii2-user-switch/health.svg)](https://phpackages.com/packages/sky-yii2-user-switch)
```

###  Alternatives

[rmrevin/yii2-ulogin

Extension for yii2 ulogin integration

1811.9k](/packages/rmrevin-yii2-ulogin)[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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