Skip to content

googleworkspace/php-samples

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 .