antson / icq-bot
PHP ICQ bot api
Fund package maintenance!
money.yandex.ru/to/410013790927405
Installs: 2 004
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: ^5.5|^7.0
- ext-curl: *
- ext-json: *
- muraveiko/php-curler: ^0.8.0
README
This library provides complete Bot API 1.0 interface and compatible with PHP 5.5+ and 7+
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.