UserService Plugin extension PHP Class

Here is class for this plugin.

$of = new OFUserService();
$of->setHost('http://example.com:9090/plugins/userService/userservice')
        ->setMessage("asdfasdfasdf")
        ->setRecipient("resip")
        ->setSender("sender")
        ->setSubject("Subject")
        ->send();