Google has a lot of services and each service has its API.
We can distinguish two groups of APIs:
| Group | Services |
|---|---|
| Google APIs | Gmail, Drive, YouTube. |
| Google Cloud Platform APIs | Datastore, Cloud Storage, Pub/Sub, and Compute Engine. |
Documentation
| Service | Description |
|---|---|
| Google Drive | open_in_new Docs . |
| YouTube | open_in_new Docs . |
Libraries
To work with Google API there is a lot of open_in_new official libraries .
For example, for PHP we have open_in_new googleapis/google-api-php-client . This library enables us to work with Google APIs such as Gmail, Drive or YouTube on our server.
To use another group of APIs, we can take open_in_new googleapis/google-cloud-php .
Andrew Dorokhov