carono/icq-webapi

There is no license information available for the latest version (dev-master) of this package.

Icq client work with web API (https://web.icq.com)

dev-master 2017-09-27 14:09 UTC

This package is auto-updated.

Last update: 2024-03-28 07:22:04 UTC


README

Crude component, development has only just begun

$icq = new Icq();
$icq->login($uin, $password);
$icq->send($uinTo, 'message');