Skip to content

googleworkspace/php-samples

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2021
Sep 27, 2021
Sep 27, 2021
May 31, 2022
Sep 27, 2021
Jun 8, 2022
Jun 1, 2022
Sep 27, 2021
Sep 27, 2021
Jun 1, 2022
Jun 1, 2022
Sep 27, 2021
Sep 27, 2021
Jul 16, 2018
Mar 19, 2018
May 14, 2018
Mar 12, 2018
Mar 12, 2018
Jan 27, 2021
Nov 24, 2021
Aug 24, 2019

Repository files navigation

Google Workspace PHP Samples Build Status

A collection of samples that demonstrate how to call Google Workspace APIs from PHP.

Products

Apps Script

Calendar

Drive

Gmail

Sheets

Slides

Install Dependencies

Install dependencies via Composer. Composer should be installed globally to run these samples.

Lint

 composer global require friendsofphp/php-cs-fixer
 ~/.composer/vendor/bin/php-cs-fixer fix .