kartik-v / yii2-google-docs
Yii2 library to work with Google Docs API.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- google/apiclient: ^2.0
This package is auto-updated.
Last update: 2024-10-29 06:19:11 UTC
README
yii2-google-docs
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
todev
in the composer.json file in your application root folder before installation of this extension OR if yourminimum-stability
is set to any other value other thandev
, 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.