csnntrt/icq-bot

A Composer for ICQ BOT | Message Sender

Maintainers

Package info

github.com/csnntrt/icqbot-php

Issues

pkg:composer/csnntrt/icq-bot

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

dev-main 2022-07-17 13:06 UTC

This package is auto-updated.

Last update: 2026-03-17 21:47:15 UTC


README

logo

features

  • Fast sending message

Installation

composer require csnntrt/icq-bot

Usage

Require the autoload:

require 'vendor/autoload.php';

Use the namespace

use Csnntrt\IcqBot\Bot;

Sending with the Sender

$bot = new Icq('Icq Token', 'https://api.icq.net/bot/v1');

$bot->sendText('ChatId', 'Example Message');

Message Response

Message was sent successfully

License

MIT

Happy Sending!