weiguoheng/tuling-robot

图灵机器人

Maintainers

Package info

github.com/weiguoheng/tuling-robot

Type:project

pkg:composer/weiguoheng/tuling-robot

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2018-07-09 02:44 UTC

This package is not auto-updated.

Last update: 2026-03-24 17:25:30 UTC


README

图灵机器人自动回复

安装

composer require weiguoheng/tuling-robot

使用

  use think\Robot;

  class Help
  {
      //使用帮助
      public function index()
      {
        $reply = Robot::reply('你的appkey','你的秘钥','发送的消息');
      }
  }