sinusbot / sinusbot-api-php
PHP Wrapper to communicate with the SinusBot API.
Installs: 556
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 6
Forks: 11
Open Issues: 0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-04 08:32:00 UTC
README
PHP Wrapper to communicate with the SinusBot API.
Usage
via Composer
composer require sinusbot/sinusbot-api-php
Require 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.
via Source
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.
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.