PHPackages                             amaughan81/google-contacts - 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-contacts

ActiveLibrary[API Development](/categories/api)

amaughan81/google-contacts
==========================

The missing PHP Google Contact API Client for a Server-to-Server Application

1.0(9y ago)012MITPHP

Since Feb 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/amaughan81/google-contacts)[ Packagist](https://packagist.org/packages/amaughan81/google-contacts)[ RSS](/packages/amaughan81-google-contacts/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Google Contacts API V3 Client
-----------------------------

[](#google-contacts-api-v3-client)

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

Features
--------

[](#features)

- List All Contacts
- Get a Single Contact
- Search Contacts
- Get a Contact Photo
- Create / Update / Delete Contact
- Batch Create / Update / Delete Contacts

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/GoogleContacts/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. Run `git clone https://github.com/amaughan81/GoogleContacts amaughan81/GoogleContacts`
2. Ensure the required dependencies are installed. See above require composer packages.
3. 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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3425d ago

### 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 (7 commits)")

---

Tags

googlecontacts

### Embed Badge

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

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

###  Alternatives

[google/apiclient

Client library for Google APIs

9.8k201.0M1.1k](/packages/google-apiclient)[newerton/google-api-php-client

Client library for Google APIs

9.8k23.7k](/packages/newerton-google-api-php-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[rapidwebltd/php-google-contacts-v3-api

PHP library for the Google Contacts API (v3)

103150.0k](/packages/rapidwebltd-php-google-contacts-v3-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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