PHPackages                             polgarz/google-groups-manager - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. polgarz/google-groups-manager

AbandonedArchivedYii2-extension[Mail &amp; Notifications](/categories/mail)

polgarz/google-groups-manager
=============================

Google Groups manager

0.1.0(6y ago)034BSD-3-ClausePHP

Since Mar 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/polgarz/google-groups-manager)[ Packagist](https://packagist.org/packages/polgarz/google-groups-manager)[ RSS](/packages/polgarz-google-groups-manager/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 Google Groups manager module
=================================

[](#yii2-google-groups-manager-module)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist polgarz/google-groups-manager "~0.1"

```

or add

```
"polgarz/google-groups-manager": "~0.1"

```

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

Console configuration
---------------------

[](#console-configuration)

```
'modules' => [
    'google-groups-manager' => [
        'class' => 'polgarz\googlegroups\GoogleGroupsManager',
        'authMethod' => 'service', // can be 'service', or 'oauth' (Service Account, or OAuth2)
        'delegatedUserEmail' => 'example@example.com', // required when authMethod is 'service'
        'tokenStorageFilePath' => '@app/token.json', // required when authMethod is 'oauth'
        'credentialFilePath' => '@app/credentials.json', // OAuth2 Client ID credentials json or Service Account key
        'groups' => [ // if you'd like to syncronize group members
            [
                'groupKey' => 'yourgroup@yourgsuitedomain.com',
                'model' => 'app\models\User',
                'scope' => function($query) {
                    return $query->select('email')
                        ->where(['active' => 1]);
                },
            ]
        ],
    ],
],
```

Usage
-----

[](#usage)

```
php yii google-groups-manager/members/add groupKey email
php yii google-groups-manager/members/syncronize
php yii google-groups-manager/members/delete groupKey email
php yii google-groups-manager/members/list groupKey
```

TBD

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bd59294e0c2497b5a128a657f8475623f5de95fad443efd6bea81d8dfadf87c?d=identicon)[polgarz](/maintainers/polgarz)

---

Top Contributors

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

---

Tags

googleemailyii2membersgsuitegoogle groups managergoogle groupsgoogle groups syncronization

### Embed Badge

![Health badge](/badges/polgarz-google-groups-manager/health.svg)

```
[![Health](https://phpackages.com/badges/polgarz-google-groups-manager/health.svg)](https://phpackages.com/packages/polgarz-google-groups-manager)
```

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)[rmrevin/yii2-postman

Mail module for Yii2.

2612.3k](/packages/rmrevin-yii2-postman)

PHPackages © 2026

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