This library provides complete Bot API 1.0 interface and compatible with PHP 5.5+ and 7+
Install using composer:
composer require antson/icq-bot
$icq = new Antson\IcqBot\Client(YOU_TOOKEN);
$result = $icq->sendText(YOU_UIN,'Hello,word!');
Don't forgot start dialog with bot first.