Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Muraveiko/ICQ-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library for Icq bot API

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