PHPackages                             isudakoff/yii2-mailru-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. isudakoff/yii2-mailru-authclient

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

isudakoff/yii2-mailru-authclient
================================

MailRu extension for using via yii2-authclient

1.0.1(8y ago)29.2k3[1 issues](https://github.com/isudakoff/yii2-mailru-authclient/issues)MITPHP

Since Jun 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/isudakoff/yii2-mailru-authclient)[ Packagist](https://packagist.org/packages/isudakoff/yii2-mailru-authclient)[ Docs](http://github.com/isudakoff/yii2-mailru-authclient)[ RSS](/packages/isudakoff-yii2-mailru-authclient/feed)WikiDiscussions master Synced 1mo ago

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

yii2-mailru-authclient
======================

[](#yii2-mailru-authclient)

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

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist isudakoff/yii2-mailru-authclient "*"

```

or add

```
"isudakoff/yii2-mailru-authclient": "*"
```

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/guide)

Register your application [in MailRu](https://api.mail.ru/apps/my/add/)

and add the MailRu client to your auth clients.

```
'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'mailru' => [
                'class' => 'isudakoff\authclient\MailRu',
                'clientId' => 'mailru_app_id',
                'clientSecret' => 'mailru_app_secret',
            ],
            // other clients
        ],
    ],
    // ...
 ]
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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

Every ~77 days

Total

2

Last Release

3182d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89ab244c9d1301a27f0c013dc3118827afd82dcc9213933b561a0855d55d61f3?d=identicon)[isudakoff](/maintainers/isudakoff)

---

Top Contributors

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

---

Tags

oauthyii2mailruauthclient

### Embed Badge

![Health badge](/badges/isudakoff-yii2-mailru-authclient/health.svg)

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

###  Alternatives

[kotchuprik/yii2-instagram-authclient

Instagram extenion for using via yii2-authclient

2048.5k](/packages/kotchuprik-yii2-instagram-authclient)[budyaga/yii2-users

Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.

409.1k](/packages/budyaga-yii2-users)

PHPackages © 2026

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