Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read contents from Google docs using php

How to read the contents from google docs? is there any api available for php? am using yii framework..

like image 344
Gopesh Avatar asked Aug 03 '26 19:08

Gopesh


1 Answers

Google provide an API which is accessible via PHP. You need to authenticate using your gmail username & password.

Look this : https://developers.google.com/google-apps/spreadsheets/

How to use the Google SpreadSheets API to feed data to an application?

http://code.google.com/apis/gdata/articles/php_client_lib.html

~K

like image 66
metalfight - user868766 Avatar answered Aug 05 '26 08:08

metalfight - user868766