承接 hashworks/phergie-plugin-wolfram-alpha 相关项目开发

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

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

hashworks/phergie-plugin-wolfram-alpha

最新稳定版本:v1.0.1

Composer 安装命令:

composer require hashworks/phergie-plugin-wolfram-alpha

包简介

Phergie plugin to access the Wolfram Alpha API trough IRC.

README 文档

README

Phergie plugin to access the Wolfram Alpha API trough IRC.

Install

To install via Composer, use the command below, it will automatically detect the latest version and bind it with ~.

composer require hashworks/phergie-plugin-wolfram-alpha

See Phergie documentation for more information on installing and enabling plugins.

Configuration

// dependency
new \Phergie\Irc\Plugin\React\Command\Plugin,
new \hashworks\Phergie\Plugin\WolframAlpha\Plugin(array(
    'appid' => 'your-app-id', // Required. Set your appID. https://developer.wolframalpha.com/portal/apisignup.html
    'useMetric' => true, // Default. Use metric system for results.
    'processingReply' => true, // Default. Show or hide the 'Processing ...' reply.
    'limit' => 5// Default. Limit the number of lines send to a channel or user.
)),

Examples

<hashworks> wolfram-alpha population of germany
<Phergie> Processing...
<Phergie> 81.6 million people (world rank: 16th) (2014 estimate)
<hashworks> wolfram-alpha 200€ in BTC
<Phergie> Processing...
<Phergie> ฿0.92 (bitcoins)
<hashworks> 20 = 2500/x
<Phergie> Processing...
<Phergie> x = 125

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GNU
  • 更新时间: 2015-02-15