PHPackages                             rocket-firm/yii2-rocketauth-authclient - 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. rocket-firm/yii2-rocketauth-authclient

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

rocket-firm/yii2-rocketauth-authclient
======================================

RocketAuth extension for using via yii2-authclient

v0.1(7y ago)07BSD-3-ClausePHP

Since Dec 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/rocket-firm/yii2-rocketauth-authclient)[ Packagist](https://packagist.org/packages/rocket-firm/yii2-rocketauth-authclient)[ Docs](https://github.com/rocket-firm/yii2-rocketauth-authclient)[ RSS](/packages/rocket-firm-yii2-rocketauth-authclient/feed)WikiDiscussions master Synced 2w ago

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

yii2-rocketauth-authclient
==========================

[](#yii2-rocketauth-authclient)

This extension adds RocketAuth OAuth2 supporting for [yii2-authclient](https://github.com/yiisoft/yii2-authclient).

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

[](#installation)

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

Either run

```
composer require rocket-firm/yii2-rocketauth-authclient

```

or add

```
"rocket-firm/yii2-rocketauth-authclient": "^0.1"

```

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

Usage
-----

[](#usage)

You must read the yii2-authclient [docs](https://github.com/yiisoft/yii2-authclient/tree/master/docs)

Register your application [in RocketAuth](https://auth.rocketfirm.com)

and add the RocketAuth client to your auth clients.

```
'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'rocketauth' => [
                'class' => 'rocketfirm\authclient\RocketAuth',
                'clientId' => 'rocketauth_client_id',
                'clientSecret' => 'rocketauth_client_secret',
            ],
            // other clients
        ],
    ],
    // ...
 ]

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2749d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

authoauth2yii2rocketfirmrocketfirmyii2-authclient

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rocket-firm-yii2-rocketauth-authclient/health.svg)

```
[![Health](https://phpackages.com/badges/rocket-firm-yii2-rocketauth-authclient/health.svg)](https://phpackages.com/packages/rocket-firm-yii2-rocketauth-authclient)
```

###  Alternatives

[bshaffer/oauth2-server-php

OAuth2 Server for PHP

3.3k15.8M113](/packages/bshaffer-oauth2-server-php)[amnah/yii2-user

Yii 2 user authentication module

251231.0k3](/packages/amnah-yii2-user)[yiichina/yii2-auth

Yii2 中使用第三方登录扩展，包括：微博，QQ，微信，百度等

171.1k2](/packages/yiichina-yii2-auth)

PHPackages © 2026

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