Download the PHP package rationalboss/gsheet-manager without Composer
On this page you can find all versions of the php package rationalboss/gsheet-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package gsheet-manager
Google Spreadsheet Client for PHP
Google Spreadsheet Client for PHP. This requires "google/apiclient" package.
Get started
1. Get key file
- Log in Google Developper Console
- Create new project
- Create Service Account credentials in the project
- Download key file as JSON
2. Create spreadsheet
- Create a new spreadsheet in Google Drive
- Authorize the email address, which is found as "client_email" in key file, to read and edit.
- Save the file ID from address bar.
3. Access by PHP
Usage
Select rows
Insert a new row
Update column's value
Get up-to-date table data
Save cache
Requirement
- google/apiclient (Apache License v2.0)
All versions of gsheet-manager with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
1.*
The package rationalboss/gsheet-manager contains the following files
Loading the files please wait ....