tyaga / mrbot-php
ICQ Bot API for PHP
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/tyaga/mrbot-php
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.0
- psr/log: ^1.1
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-10-20 02:12:06 UTC
README
Installing
The recommended way to install mrbot-php is through Composer.
composer require tyaga/mrbot-php
{
"require": {
"tyaga/mrbot-php": "dev-master"
}
}
Usage
See examples folder for usage information.
API description
Contribute
Feel free to send your contributions as PR. Make sure you update/write new tests to support your contribution. Please follow PSR-2.