承接 compwright/disguz 相关项目开发

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

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

compwright/disguz

Composer 安装命令:

composer require compwright/disguz

包简介

Guzzle-based PHP client for the Disqus API

README 文档

README

An unofficial Disqus API client based on the Guzzle 3 PHP library.

Usage

Get a Disguz instance by calling the factory method. Pass in an array of configuration settings:

$config = [
	'api_key' => getenv('DISQUS_API_KEY'),
	'api_secret' => getenv('DISQUS_API_SECRET'),
	'access_token' => getenv('DISQUS_ACCESS_TOKEN'),
];
$client = Disguz::factory($config);

Then call one of the supported methods. Pass method parameters as an array:

$params = [
	'message' => 'This is another test post',
	'thread' => $argv[1],
];
$result = $client->postsCreate($params);

Supported Methods

The following methods are currently supported. For documentation on these API methods, visit https://disqus.com/api.

Support for additional methods is simply a matter of documenting them in src/resources/disqus.json, per the Guzzle docs. Please feel free to submit a pull request adding any methods from the Disqus API that you may require to this file.

Threads

Posts

统计信息

  • 总下载量: 245
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-10-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固