jhitesma / php-samples

PHP samples for Google Workspace APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

PHP samples for Google Workspace APIs

License:Apache License 2.0


Languages

Language:PHP 99.7%Language:Shell 0.3%