Download the PHP package mach3/google-spreadsheet without Composer
On this page you can find all versions of the php package mach3/google-spreadsheet. 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 google-spreadsheet
Google Spreadsheet Client for PHP
Google Spreadsheet Client for PHP. This requires 'google/apiclient' package.
Get started
1. Get key file
- Log in Google Developer 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
Initialize sheet (>= 1.1.0)
The target sheet must be empty
Select rows
Insert a new row
Update rows
Update cells (>=1.1.0)
edit
method let you to update cells' value manually
Get up-to-date table data
Save cache option
Requirement
- google/apiclient (Apache License v2.0)
All versions of google-spreadsheet with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
2.*
The package mach3/google-spreadsheet contains the following files
Loading the files please wait ....