The recommended way to install mrbot-php is through Composer.
composer require tyaga/mrbot-php
{
"require": {
"tyaga/mrbot-php": "dev-master"
}
}
See examples
folder for usage information.
Feel free to send your contributions as PR. Make sure you update/write new tests to support your contribution. Please follow PSR-2.