PHP Wrapper to communicate with the SinusBot API.
composer require sinusbot/sinusbot-api-phpRequire the composer's autoload.php in the top of your php file:
require __DIR__ . '/vendor/autoload.php';Then you can use the SinusBot API via the SinusBot\API class.
Download and extract the latest release here. Rename the folder to sinusbot, after that require the autoload.php:
require __DIR__ . '/sinusbot/src/autoload.php';Then you can use the SinusBot API via the SinusBot\API class.
There are a few examples located in the examples directory.
A complete list of methods can be found in the documenation.
It's compatible with the consumer and hosting version of the SinusBot.
This libary was originally created by Manuel Hettche from TS3index.