-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Stefan Kientzler edited this page Apr 25, 2023
·
8 revisions
To manage google contacts using the google person API there are three steps:
- Create a google project at google console to get an API key and OAuth 2.0 client data
- Login / authentication to the desired Google account
- Sending HTTP requests to read, write or delete contact data
All that is needed to implement this steps is included in this package, that only uses the standard PHP cURL library and have no further dependencies to any other 3rd party libraries or packages.
build with phpDocumentor 3 using template phpdoc2githubwiki / (2023-04-26)