/php-samples

PHP samples for G Suite products.

Primary LanguagePHPApache License 2.0Apache-2.0

G Suite PHP Samples Build Status

A collection of samples that demonstrate how to call G Suite 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 .