承接 drexarj/disqus-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 75
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2013-11-07