Skip to content
Stefan Kientzler edited this page Apr 25, 2023 · 8 revisions

To manage google contacts using the google person API there are three steps:

  1. Create a google project at google console to get an API key and OAuth 2.0 client data
  2. Login / authentication to the desired Google account
  3. 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.

Clone this wiki locally