-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Stefan Kientzler edited this page Apr 22, 2023
·
8 revisions
This package provides all classes and functions to manage the contacts of a Google account. Access is via the Google Perons API with OAuth2 authentication. The following functionalities are supported:
- Login and authentication to the google account
- List contacts
- Search in contacts
- Filter contacts per conatct group (-> Label)
- create / edit / delete contacts
- list contact groups
- create / edit / delete contact groups
- assign /remove contacts to contact groups
- set / remove contact photos
Managing Google Contacts using the Google Person API involves two steps:
- Login / authentication to the desired Google account
- Sending HTTP requests to read, write or delete contact data
build with phpDocumentor 3 using template phpdoc2githubwiki / (2023-04-26)