tyaga / mrbot-php
There is no license information available for the latest version (dev-master) of this package.
ICQ Bot API for PHP
dev-master
2021-03-23 12:22 UTC
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-04-20 00:57:01 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.