zvinger / php-google-doc
Easy way to manipulate google docs
dev-master
2023-03-01 12:32 UTC
Requires
- google/apiclient: ^2.0
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-30 08:16:55 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.