carono / icq-webapi
Icq client work with web API (https://web.icq.com)
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 1
pkg:composer/carono/icq-webapi
Requires
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2025-08-28 10:29:27 UTC
README
Crude component, development has only just begun
$icq = new Icq();
$icq->login($uin, $password);
$icq->send($uinTo, 'message');