dev-master
9999999-devManage Google Contact Groups with V3 API in a Server-to-Server Application
MIT
The Requires
google contacts groups
Manage Google Contact Groups with V3 API in a Server-to-Server Application
This is the missing PHP Client for managing a user's contacts using Google Contacts V3 API, (*1)
In your compose.json file add the following requirements:, (*2)
{ "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
, (*3)
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., (*4)
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.Manage Google Contact Groups with V3 API in a Server-to-Server Application
MIT
google contacts groups