atico/spreadsheet-translator-provider-googledriveauth

Spreadsheet Translator - Google Drive With Authentication Provider

6.0 2022-11-09 15:03 UTC

This package is auto-updated.

Last update: 2024-05-09 18:08:53 UTC


README

This package grasps a protected spreadsheet document from google drive with authentication

How to create Google Drive Credentials

  1. Create a project (https://console.developers.google.com). You will need a Google account.
  2. Enable the Google Sheets API (https://developers.google.com/sheets/api/quickstart/php)
  3. Download the Client Configuration file (credentials.json) in a private folder
  4. First time you run the command via a terminal, a url will be shown, this url must be placed on a browser, allow Google permissions, and copy and paste the given code into the terminal.

Related

Requirements

  • PHP >=5.5.9
  • Symfony ~2.3|~3.0

Contributing

We welcome contributions to this project, including pull requests and issues (and discussions on existing issues).

If you'd like to contribute code but aren't sure what, the issues list is a good place to start. If you're a first-time code contributor, you may find Github's guide to forking projects helpful.

All contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our code of conduct.

License

Spreadsheet Translator Symfony Bundle is licensed under the MIT License. See the LICENSE file for full details.