Skip to content

amaughan81/google-contact-groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Contact Groups API V3 Client

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

Features

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

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

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 : https://console.developers.google.com. The secret_path and client_path are the paths to JSON files on your server which are obtained from the Google Console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages