googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
289 stars 349 forks source link
google-workspace gsuite php samples

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 .