antson/icq-bot

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP ICQ bot api

Maintainers

Package info

github.com/Muraveiko/ICQ-Bot

pkg:composer/antson/icq-bot

Fund package maintenance!

money.yandex.ru/to/410013790927405

Statistics

Installs: 2 063

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

0.0.8 2023-11-02 12:40 UTC

This package is auto-updated.

Last update: 2024-12-01 00:10:51 UTC


README

Latest Stable Version Total Downloads License

This library provides complete Bot API 1.0 interface and compatible with PHP 5.5+ and 7+

MetaBot logo

Installing

Install using composer:

composer require antson/icq-bot

Getting Started

$icq = new Antson\IcqBot\Client(YOU_TOOKEN);
$result = $icq->sendText(YOU_UIN,'Hello,word!');

Don't forgot start dialog with bot first.

API description