承接 mengidd/disqus 相关项目开发

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

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

mengidd/disqus

最新稳定版本:v1.0.1

Composer 安装命令:

composer require mengidd/disqus

包简介

A Laravel 5 wrapper for the Disqus API

README 文档

README

Total Downloads

Installation

Run the following command to install:

composer require mengidd/disqus

or add the following to your composer.json file and run composer update:

"mengidd/disqus": "1.0.*"

Register the service provider with Laravel:

'Mengidd\Disqus\Providers\DisqusServiceProvider',

Publish the configuration file:

php artisan vendor:publish

Update the configuration file config/disqus.php with your API keys.

Usage

To use the class, simply put this among your use statements in your file:

use Mengidd\Disqus\Disqus;

You can then use the API like this:

$disqus = new Disqus();

// Example API call
$disqus->threads->list();

Documentation on methods and API usage can be found at http://disqus.com/api/

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-02