文件名称::speech_balloon:基于Swoole的IRC(Internet中继聊天)客户端。-PHP开发
文件大小:85KB
文件格式:ZIP
更新时间:2024-06-16 02:48:01
PHP Miscellaneous
:speech_balloon:基于Swoole的IRC(Internet中继聊天)客户端。 Swoole IRC客户端based基于Swoole的IRC(Internet中继聊天)客户端。 安装作曲家要求使用leocavalcante / swoole-irc-client使用SwooleIrc \ {HandlerInterface,Reply,Client}; 类MyHandler实现HandlerInterface {public function onConnect(Client $ irc):void {} public function onReply(Reply $ reply,Client $ irc):void {}} $ irc = Client :: withHandler(new MyHandler()); $ irc-> connect($ host,$ port); $ irc-> start(); CallbackHandler该库提供了一个对流
【文件预览】:
swoole-irc-client-main
----.gitignore(44B)
----src()
--------Message()
--------Exception()
--------HandlerInterface.php(210B)
--------Reply.php(1KB)
--------Client.php(4KB)
--------CallbackHandler.php(1KB)
--------MessageInterface.php(164B)
----LICENSE(1KB)
----composer.json(770B)
----.github()
--------workflows()
----composer.lock(114KB)
----examples()
--------freenode()
--------twitch()
----README.md(2KB)
----phpunit.xml(619B)
----tests()
--------PingPongTest.php(491B)
--------ClientTest.php(3KB)
--------CallbackHandlerTest.php(507B)