Skip to content

2.2.0

Compare
Choose a tag to compare
@ghostzero ghostzero released this 30 Apr 08:47
· 12 commits to master since this release
7ffdd06
  • Add documentation
  • Add connect callback for on-off-commands
  • Change Closure to callback
  • Fixed some tests
$client->connect(function () use ($client) {
  $client->say('ghostzero', 'Hello');
});