Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulogmello/syncsheets

Fast way to syncronize with google sheets
https://github.com/paulogmello/syncsheets

Last synced: about 23 hours ago
JSON representation

Fast way to syncronize with google sheets

Awesome Lists containing this project

README

        

# syncSheets (In development)
An easy and fast way to syncronize google sheets with your system

- [x] Read Tables
- [ ] Create Tables
- [ ] Delete Tables
- [ ] Modify Tables
- [ ] Add Permissions

### Instalation

**OBS: Before everything, you need create an API in Google for Developers because you will need a credentials.json and your Application Name**

Use the following code in composer

composer require paulogmello/sheetsync

To use this lib, you will need Google/Api client, the script will bring all you will need

#### Instancing a new sheetSync

$sheet = new sheetSync('MyAppName', './credentials.json');
Theese two params are from your Google API

#### Reading a Table

$array = $sheet->read("sheetId", "sheetPage");