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
Requires
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2024-10-28 08:31:37 UTC
README
Crude component, development has only just begun
$icq = new Icq();
$icq->login($uin, $password);
$icq->send($uinTo, 'message');