botman-PHP的聊天机器人库.zip

时间:2022-07-31 04:28:29
【文件属性】:

文件名称:botman-PHP的聊天机器人库.zip

文件大小:62KB

文件格式:ZIP

更新时间:2022-07-31 04:28:29

类库下载-botman-PHP的聊天机器人库

<?php namespace BotMan\BotMan; use React\Socket\Server; use BotMan\BotMan\Http\Curl; use React\EventLoop\LoopInterface; use BotMan\BotMan\Cache\ArrayCache; use BotMan\BotMan\Drivers\DriverManager; use BotMan\BotMan\Interfaces\CacheInterface; use Symfony\Component\HttpFoundation\Request; use BotMan\BotMan\Interfaces\StorageInterface; use BotMan\BotMan\Storages\Drivers\FileStorage; class BotManFactory {     private static $extensions = [];     /**      * @param $methodName      * @param $callable      */     public static function extend($methodName, $callable)     {         self::$extensions[$methodName] = $callable;     }这是一个制作聊天机器人的库,感兴趣的朋友可以下载使用


【文件预览】:
botman-PHP的聊天机器人库
----composer.json(2KB)
----php中文网下载站.url(114B)
----BACKERS.md(253B)
----LICENSE(1KB)
----src()
--------Users()
--------Http()
--------Messages()
--------Facades()
--------BotManFactory.php(4KB)
--------Exceptions()
--------Drivers()
--------BotManServiceProvider.php(608B)
--------Traits()
--------Storages()
--------Commands()
--------Interfaces()
--------Cache()
--------BotMan.php(19KB)
--------Handlers()
--------Middleware()
----php中文网免费下载站.txt(219B)
----README.md(2KB)

网友评论