Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.
SinusBot PHP Library

SinusBot PHP Library 1.1.0

No permission to download
SinusBot API PHP Class

PHP Wrapper to communicate with the SinusBot API.
Usage
via Composer
PHP:
composer require sinusbot/sinusbot-api-php
Require the composer's autoload.php in the top of your php file:

PHP:
require __DIR__ . '/vendor/autoload.php';
Then you can use the SinusBot API via the SinusBot\API class.

via Source
Download and extract the latest release here. Rename the folder to sinusbot, after that require the autoload.php:

PHP:
require __DIR__ . '/sinusbot/src/autoload.php';
Then you can use the SinusBot API via the SinusBot\API class.

Examples
There are a few examples located in the examples directory.

Documentation
A complete list of methods can be found in the documenation.

Compatibility
It's compatible with the consumer and hosting version of the SinusBot.

Copyright
This libary was originally created by Manuel Hettche from TS3index.
Author
mxschmitt
Downloads
116
Views
3,117
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from mxschmitt

Latest reviews

Works like a charm!
Top