kartik-v/yii2-google-docs

Yii2 library to work with Google Docs API.

dev-master / 1.0.x-dev 2021-09-29 03:25 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:58 UTC


README

Stable Version Unstable Version License Total Downloads Monthly Downloads Daily Downloads

A Yii2 library to integrate the Google Docs API.

Documentation and Demo

TBD

Installation

The preferred way to install this extension is through composer.

Pre-requisites

Note: Check the composer.json for this extension's requirements and dependencies. You must set the minimum-stability to dev in the composer.json file in your application root folder before installation of this extension OR if your minimum-stability is set to any other value other than dev, then set the following in the require section of your composer.json file

kartik-v/yii2-google-docs: "@dev"

Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json.

Install

Either run

$ php composer.phar require kartik-v/yii2-google-docs "@dev"

or add

"kartik-v/yii2-google-docs": "@dev"

to the require section of your composer.json file.

Usage

TBD

License

yii2-google-docs is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.