Skip to content

johnmichaelarc/icqbot-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A Composer for ICQ BOT | Message Sender

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages