PHPackages                             kartik-v/yii2-google-docs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kartik-v/yii2-google-docs

ActiveYii2-extension[API Development](/categories/api)

kartik-v/yii2-google-docs
=========================

Yii2 library to work with Google Docs API.

224

Since Sep 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/kartik-v/yii2-google-docs)[ Packagist](https://packagist.org/packages/kartik-v/yii2-google-docs)[ RSS](/packages/kartik-v-yii2-google-docs/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![Krajee Logo](https://camo.githubusercontent.com/4addfbb3869c3fc7d79befea4f06d9cf3655a686fb503df0da1d725859cfdef9/687474703a2f2f6b617274696b2d762e6769746875622e696f2f626f6f7473747261702d66696c65696e7075742d73616d706c65732f73616d706c65732f6b72616a65652d6c6f676f2d622e706e67) ](http://demos.krajee.com "Krajee Demos")
 yii2-google-docs ---

 [ ![Donate](https://camo.githubusercontent.com/0336bc43d88554a3f2d6c74dddf312bc2c65c2eacca70d83ae40f5567098d00e/68747470733a2f2f6b617274696b2d762e6769746875622e696f2f626f6f7473747261702d66696c65696e7075742d73616d706c65732f73616d706c65732f646f6e6174652e706e67) ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DTP3NZQ6G2AYU "Donate via Paypal") [![kartikv](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/kartikv "Buy me a coffee")
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#------------------------yii2-google-docs-------------------------)

[![Stable Version](https://camo.githubusercontent.com/5c8b29dc4db401c1506720978ae67a509acec11dae75ba3da8ab242bcc6dd341/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f762f737461626c65)](https://packagist.org/packages/kartik-v/yii2-google-docs)[![Unstable Version](https://camo.githubusercontent.com/55fa711f41e0845d4d0684f6a793e7d0104c75f53219c7f3d152395024d81b3e/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f762f756e737461626c65)](https://packagist.org/packages/kartik-v/yii2-google-docs)[![License](https://camo.githubusercontent.com/93ab9f8055ecb81d03ba2a421940d029ef71637b8f3008477228f0c5acc5fb49/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f6c6963656e7365)](https://packagist.org/packages/kartik-v/yii2-google-docs)[![Total Downloads](https://camo.githubusercontent.com/09b8ad4ec043eb497a5745a3bbad22ec9e4fbc98febf5f93b6e3f1c927858507/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f646f776e6c6f616473)](https://packagist.org/packages/kartik-v/yii2-google-docs)[![Monthly Downloads](https://camo.githubusercontent.com/e32f3e6fde687f2dac93f959074e0e72de4894bc3679857a16e4eec50ad48d99/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f642f6d6f6e74686c79)](https://packagist.org/packages/kartik-v/yii2-google-docs)[![Daily Downloads](https://camo.githubusercontent.com/6533cf0f727173e8449ba8f9017bfda74df50c27e0b5934eff85038c296ba1d3/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d676f6f676c652d646f63732f642f6461696c79)](https://packagist.org/packages/kartik-v/yii2-google-docs)

A Yii2 library to integrate the Google Docs API.

Documentation and Demo
----------------------

[](#documentation-and-demo)

TBD

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

### Pre-requisites

[](#pre-requisites)

> Note: Check the [composer.json](https://github.com/kartik-v/yii2-dropdown-x/blob/master/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](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

### Install

[](#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
-----

[](#usage)

TBD

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3592619?v=4)[Kartik Visweswaran](/maintainers/kartik-v)[@kartik-v](https://github.com/kartik-v)

---

Top Contributors

[![kartik-v](https://avatars.githubusercontent.com/u/3592619?v=4)](https://github.com/kartik-v "kartik-v (2 commits)")

### Embed Badge

![Health badge](/badges/kartik-v-yii2-google-docs/health.svg)

```
[![Health](https://phpackages.com/badges/kartik-v-yii2-google-docs/health.svg)](https://phpackages.com/packages/kartik-v-yii2-google-docs)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
