迪斯古兹基于PHP库的非官方Disqus API客户端。用法通过调用工厂方法获取一个Disguz实例。传入一系列配置设置: $config = ['api_key' => getenv('DISQUS_API_KEY'), 'api_secret' => getenv('DISQUS_API_SECRET'), 'access_token' => getenv('DISQUS_ACCESS_TOKEN'),];
$client = Disguz::factory($config);
然后调用支持的方法之一。将方法参数作为数组传递: $params = ['message' => 'This another test post', 'thread' => $argv[1],];
disguz:基于Guzzle的PHP非官方Disqus API客户端
文件列表
disguz-master.zip
(预估有个13文件)
disguz-master
.gitignore
21B
src
resources
disqus.json
13KB
Disguz.php
2KB
LICENSE
1KB
composer.json
483B
examples
postsCreate.php
491B
暂无评论