Skip to content

Connection to read, write and update Google Sheets. Coded in PHP

Notifications You must be signed in to change notification settings

teschiopol/googleSheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CodeFactor

πŸ“Š googleSheets

Connection to read, write and update Google Sheets.

Code: PHP

πŸ“— Requirements

πŸ“’ Configuration

  1. Install composer require 'google/apiclient'
  2. Copy json key of service account in credentials.json
  3. Update your parameters in config.php
  4. Remember to share your Google sheet with service account's email

πŸ“” Usage

πŸ“₯ Read

Method GET

You can specify a range on query ?range=A3:B5.

πŸ“€ Write

Method POST

Specify operation type on body.

πŸ“˜ Update

Need range on body range=A3:B5.

πŸ“š Append

About

Connection to read, write and update Google Sheets. Coded in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages