https://github.com/johnmichaelarc/icqbot-php
A Composer for ICQ BOT | Message Sender
https://github.com/johnmichaelarc/icqbot-php
bot icq icq-bot php
Last synced: 6 months ago
JSON representation
A Composer for ICQ BOT | Message Sender
- Host: GitHub
- URL: https://github.com/johnmichaelarc/icqbot-php
- Owner: johnmichaelarc
- License: mit
- Created: 2022-07-13T16:34:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T13:06:16.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T23:21:30.377Z (about 2 years ago)
- Topics: bot, icq, icq-bot, php
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICQ Bot Message Sender
[](https://icq.com/)
## features
- Fast sending message
## Installation
```sh
composer require csnntrt/icq-bot
```
## Usage
Require the autoload:
```php
require 'vendor/autoload.php';
```
Use the namespace
```php
use Csnntrt\IcqBot\Bot;
```
Sending with the Sender
```php
$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!**