Download the PHP package leocavalcante/swoole-irc-client without Composer
On this page you can find all versions of the php package leocavalcante/swoole-irc-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leocavalcante/swoole-irc-client
More information about leocavalcante/swoole-irc-client
Files in leocavalcante/swoole-irc-client
Download leocavalcante/swoole-irc-client
More information about leocavalcante/swoole-irc-client
Files in leocavalcante/swoole-irc-client
Vendor leocavalcante
Package swoole-irc-client
Short Description Swoole based IRC (Internet Relay Chat) Client
License MIT
Package swoole-irc-client
Short Description Swoole based IRC (Internet Relay Chat) Client
License MIT
Please rate this library. Is it a good library?
Informations about the package swoole-irc-client
Swoole IRC Client
💬 Swoole based IRC (Internet Relay Chat) Client.
Installation
Usage
CallbackHandler
This library provides a convenient way to pass a regular callable as well if you don't want to create a class and implement an interface.
Examples
Commands
PASS
NICK
JOIN
PART
PRIVMSG
Please, for now, take a look at the source code to see all supported commands.
And you can always implement MessageInterface
to send your own messages thought $irc->send(MessageInterface $message)
or send raw lines with $irc->writeln(string $raw)
.
All versions of swoole-irc-client with dependencies
PHP Build Version
Package Version
The package leocavalcante/swoole-irc-client contains the following files
Loading the files please wait ....