Download the PHP package zlt/laravel-google-sheet without Composer
On this page you can find all versions of the php package zlt/laravel-google-sheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zlt/laravel-google-sheet
More information about zlt/laravel-google-sheet
Files in zlt/laravel-google-sheet
Download zlt/laravel-google-sheet
More information about zlt/laravel-google-sheet
Files in zlt/laravel-google-sheet
Vendor zlt
Package laravel-google-sheet
Short Description Google Sheet Service For Laravel
License MIT
Package laravel-google-sheet
Short Description Google Sheet Service For Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-google-sheet
Google Sheet Service For Laravel
Prerequisites
- PHP :
^7.4
Preparation
Insert the required credentials inside config/filesystems.php
as follow.
General
-
How to get sheetId
You can get the sheetId from the url. For example, in the url "https://docs.google.com/spreadsheets/d/1234567890/edit#gid=0", the sheetId would be
1234567890
.
Available Methods
-
get($sheetId, $range='')
Get all rows inside the sheet.
- getValuesBySheetName($sheetId,$sheetName,$range='')
Get all rows from specific sheet name.
-
getSheetDetails($sheetId)
Get details of sheet id.
-
insertValues($sheetId, $range, array $values, $valueInputOption = "RAW")
Append new rows to sheet.
- getServiceInstance
Get Sheet
instance.
All versions of laravel-google-sheet with dependencies
PHP Build Version
Package Version
The package zlt/laravel-google-sheet contains the following files
Loading the files please wait ....