drexarj/disqus-php
Composer 安装命令:
composer create-project drexarj/disqus-php
包简介
The official PHP client library for disqus, with added composer.json.
README 文档
README
Requires PHP 5.3.0 or newer!
Use the API by instantiating it, and then calling the method through dotted notation chaining:
require('disqusapi/disqusapi.php');
$disqus = new DisqusAPI($secret_key)
$disqus->trends->listThreads()
Parameters (including the ability to override version, api_secret, and format) are passed as keyword arguments to the resource call:
$disqus->posts->details(array('post'=>1, 'version'=>'3.0'));
Documentation on all methods, as well as general API usage can be found at http://disqus.com/api/
统计信息
- 总下载量: 181.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2013-11-07