zvinger/php-google-doc

Easy way to manipulate google docs

dev-master 2023-03-01 12:32 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:49:19 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.