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

README

Build Status Coverage Status

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.