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 yesterday

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

2700d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29eaf1b44ccd6f1aa01e8e33a1f79671aa8f3159569ed7970715efcc9a57cc64?d=identicon)[altynbek07](/maintainers/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

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[bshaffer/oauth2-server-php

OAuth2 Server for PHP

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

Yii 2 user authentication module

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

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

191.1k2](/packages/yiichina-yii2-auth)[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)
