mstaples / google-api
PHP的Google API库
dev-master
2014-07-07 16:17 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2024-09-28 15:34:13 UTC
README
描述
此Bundle是bitgandtter/google-api bundle的老版本。由于我当前项目使用这个版本,因此我独立维护它。Google API客户端库使您能够在服务器上使用Google API,例如Buzz、Moderator、Tasks或Latitude。
此版本是从以下分支的:
分支信息
此项目被分支以稍微现代化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说明
在此处报告缺陷或功能请求
在您的订阅源中订阅项目更新
支持的示例应用程序