tyaga/mrbot-php

There is no license information available for the latest version (dev-master) of this package.

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

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.