Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googleworkspace/php-samples

PHP samples for Google Workspace APIs
https://github.com/googleworkspace/php-samples

google-workspace gsuite php samples

Last synced: 18 days ago
JSON representation

PHP samples for Google Workspace APIs

Awesome Lists containing this project

README

        

# Google Workspace PHP Samples [![Build Status](https://travis-ci.org/googleworkspace/php-samples.svg?branch=master)](https://travis-ci.org/googleworkspace/php-samples)

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

## Products

### Apps Script

- [Quickstart](https://developers.google.com/apps-script/api/quickstart/php)

### Calendar

- [Quickstart](https://developers.google.com/google-apps/calendar/quickstart/php)

### Drive

- [Quickstart](https://developers.google.com/drive/v3/web/quickstart/php)

### Gmail

- [Quickstart](https://developers.google.com/gmail/api/quickstart/php)

### Sheets

- [Quickstart](https://developers.google.com/sheets/api/quickstart/php)

### Slides

- [Quickstart](https://developers.google.com/slides/quickstart/php)

## Install Dependencies

Install dependencies via [Composer](https://getcomposer.org/doc/00-intro.md#globally).
Composer should be installed globally to run these samples.

## Lint

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