GitHunt
JO

johnmichaelarc/icqbot-php

A Composer for ICQ BOT | Message Sender

ICQ Bot Message Sender

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!

Languages

PHP100.0%

Contributors

MIT License
Created July 13, 2022
Updated April 12, 2023
johnmichaelarc/icqbot-php | GitHunt