/mrbot-php

ICQ Bot API for PHP

Primary LanguagePHPMIT LicenseMIT

🐘 mrbot-php

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.