Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/googleworkspace/php-samples
- Owner: googleworkspace
- License: apache-2.0
- Created: 2018-03-13T15:32:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T08:26:43.000Z (6 months ago)
- Last Synced: 2024-07-31T19:44:52.254Z (3 months ago)
- Topics: google-workspace, gsuite, php, samples
- Language: PHP
- Homepage:
- Size: 8.86 MB
- Stars: 287
- Watchers: 23
- Forks: 347
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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 .
```