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