zvinger / php-google-doc
Easy way to manipulate google docs
Installs: 632
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/zvinger/php-google-doc
Requires
- google/apiclient: ^2.0
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-09-28 10:32:12 UTC
README
Easy way to manipulate google docs
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist amorev/php-google-doc "*"
or add
"amorev/php-google-doc": "*"
to the require section of your composer.json
file.