soramugi / google-api
PHP的Google API库
0.6.2
2014-08-01 11:12 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2024-09-28 15:18:38 UTC
README
描述
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说明
在此处报告缺陷或功能请求
在您的feed阅读器中订阅项目更新
支持的示例应用程序