Download the PHP package ibnuhalimm/laravel-google-sheet without Composer
On this page you can find all versions of the php package ibnuhalimm/laravel-google-sheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibnuhalimm/laravel-google-sheet
More information about ibnuhalimm/laravel-google-sheet
Files in ibnuhalimm/laravel-google-sheet
Package laravel-google-sheet
Short Description Google Sheet API wrapper for Laravel
License MIT
Homepage https://github.com/ibnuhalimm/laravel-google-sheet
Informations about the package laravel-google-sheet
Laravel Google Sheet
Google Sheet API Wrapper for Laravel. Easiest way to interact with your sheet.
Contents
- Requirements
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Security
- Credits
- License
Requirements
- Create a Google Cloud project. If you want to use your existing project, you can jump to the next step.
- Create Service Acount Credentials on Google Developer Console and share your Google Sheet file to these service account email.
- Place your downloaded service account json file to
storage/app/google-sheet/
folder, then rename these file tocredentials.json
. - Enable
Google Sheet API
on Google Workspace APIs.
Installation
You can install the package via composer:
Optionally, you can publish the config file of this package with this command:
or by mention the config tag
Usage
Fetch the data
You can use GoogleSheet
facade (the alias or class itself).
This method will returns the subset of array data
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
- Ibnu Halim Mustofa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-google-sheet with dependencies
illuminate/support Version ~6.0|~7.0|~8.0|~9.0
google/apiclient Version ^2.4