orvice / google-api
PHP的Google API库
dev-master
2015-06-23 06:45 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-09-14 17:53:33 UTC
README
描述
Google API客户端库允许您在服务器上使用Google API,如Buzz、Moderator、Tasks或Latitude。
这是一个基于以下版本的分支版本:
- https://github.com/evert/google-api-php-client 基于以下版本:http://code.google.com/p/google-api-php-client/
分支信息
本项目分支是为了稍微现代化Google API代码库。以下是一些变更:
- 将Google Analytics类移动到单独的文件并重新格式化代码
现有文档适用,但请注意,您现在必须使用类似apiHttpRequest
的类,而是使用\GoogleApi\Io\HttpRequest
。
要求
- PHP 5.3.x或更高版本 (https://php.ac.cn/)
- PHP Curl扩展 (https://php.ac.cn/manual/en/intro.curl.php)
- PHP JSON扩展 (https://php.ac.cn/manual/en/book.json.php)
项目页面
OAuth 2说明
在此处报告缺陷或功能请求
在您的Feed阅读器中订阅项目更新
支持的示例应用程序