PHPackages                             amaughan81/google-contact-groups - 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. [API Development](/categories/api)
4. /
5. amaughan81/google-contact-groups

ActiveLibrary[API Development](/categories/api)

amaughan81/google-contact-groups
================================

Manage Google Contact Groups with V3 API in a Server-to-Server Application

09PHP

Since Feb 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/amaughan81/google-contact-groups)[ Packagist](https://packagist.org/packages/amaughan81/google-contact-groups)[ RSS](/packages/amaughan81-google-contact-groups/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google Contact Groups API V3 Client
-----------------------------------

[](#google-contact-groups-api-v3-client)

This is the missing PHP Client for managing a user's contacts using Google Contacts V3 API

Features
--------

[](#features)

- List All Groups
- Get a Single Group
- Search Groups
- Create / Update / Delete Group
- Batch Create / Update / Delete Groups

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

[](#installation)

In your compose.json file add the following requirements:

```
{
	"require": {
      "google/apiclient": "^2.0",
      "google/apiclient-services" : "dev-master",
      "guzzlehttp/guzzle": "^6.2"
	},
  "autoload": {
    "psr-4": {
      "amaughan81\\": "vendor/amaughan81/GoogleContactGroups/src/"
    }
  }
}
```

Then run `composer update`

Setup
-----

[](#setup)

Note this application is designed for a **server-to-server** scenario, so a bit of extra coding will be needed if you are using this application in other scenarios.

1. Ensure the required dependencies are installed. See above require composer packages.
2. Update the file config.json and complete the values for `secret_path`, `client_path`, `subject` and `developerKey`. These are obtained from the Google Developers Console at : . The `secret_path` and `client_path` are the paths to JSON files on your server which are obtained from the Google Console.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/amaughan81-google-contact-groups/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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