Download the PHP package vladislavbogomolov/transheet without Composer
On this page you can find all versions of the php package vladislavbogomolov/transheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vladislavbogomolov/transheet
More information about vladislavbogomolov/transheet
Files in vladislavbogomolov/transheet
Download vladislavbogomolov/transheet
More information about vladislavbogomolov/transheet
Files in vladislavbogomolov/transheet
Vendor vladislavbogomolov
Package transheet
Short Description Google Sheets as a translation tool
License MIT
Package transheet
Short Description Google Sheets as a translation tool
License MIT
Please rate this library. Is it a good library?
Informations about the package transheet
Getting Started
Enable Google Sheets API and create Service account
- Go to Console Google Cloud Platform
- Enable "Google Sheets API"
- Click "Manage"
- Click "Credentials"
- Click "Create credentials"
- Click "OAuth client ID"
- Click "Configure consent screen"
- Choose "External" > Create
- Add scopes for "Google Sheets API"
.../auth/drive.file
- Save and continue
- Publish app
- Click on “Credentials” and choose "OAuth Client ID" from the “Create credentials”
- Choose "Web application" and click "Create"
- Click on "Download json", put file in root of your project and rename it in
client_secret.json
- Click "Service account"
- Type "ServiceAccount" in "Service account name" text field
- Click "Create and continue"
- Click "Done"
- Copy EMAIL address of service account created
Create Spreadsheet
- Start a new spreadsheet
- Click "Share" the button into the top right corner
- Past copied service account email and click "Done"
- Add to your .env ID of spreadsheet created.
Example:
- Add to your .env sheet name.
Example:
- Set A1 with value "key" without double quotes
- From B1 to Z1 set ISO 639-1 Code languages of interest
Example:
Installation package
-
Install
- Add into
./config/app.php
file, afterPackage Service Providers...
comment
- Add into
Usage
This command will create transheet.php
in each language folder that will contain translation lists.
(back to top)
All versions of transheet with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^v2.12.5
The package vladislavbogomolov/transheet contains the following files
Loading the files please wait ....