PHPackages                             sinusbot/sinusbot-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. sinusbot/sinusbot-api-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sinusbot/sinusbot-api-php
=========================

PHP Wrapper to communicate with the SinusBot API.

v1.1.0(7y ago)2356411GPL-2.0PHP

Since Sep 7Pushed 5y ago4 watchersCompare

[ Source](https://github.com/SinusBot/api-php)[ Packagist](https://packagist.org/packages/sinusbot/sinusbot-api-php)[ Docs](https://github.com/SinusBot/api-php)[ RSS](/packages/sinusbot-sinusbot-api-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

SinusBot API PHP Class
======================

[](#sinusbot-api-php-class)

[![Build Status](https://camo.githubusercontent.com/5412e72d786def6e522627991585e7c87005471f0e099d4364a78f2b6ae37b21/68747470733a2f2f7472617669732d63692e6f72672f53696e7573426f742f6170692d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SinusBot/api-php)[![Packagist](https://camo.githubusercontent.com/69e19de09571b3a767252469a59d06c23ce604704db185b8723b6db0fa7c4a3a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696e7573626f742f73696e7573626f742d6170692d7068702e737667)](https://packagist.org/packages/sinusbot/sinusbot-api-php)

> PHP Wrapper to communicate with the [SinusBot API](https://www.sinusbot.com/api/).

Usage
-----

[](#usage)

### via Composer

[](#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

[](#via-source)

Download and extract the latest release [here](https://github.com/SinusBot/api-php/releases/latest). 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
--------

[](#examples)

There are a few examples located in the [examples](examples/) directory.

Documentation
-------------

[](#documentation)

A complete list of methods can be found in the [documenation](https://sinusbot.github.io/api-php).

Compatibility
-------------

[](#compatibility)

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

Copyright
---------

[](#copyright)

This libary was originally created by [Manuel Hettche](https://github.com/marburger93) from [TS3index](https://ts3index.com).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 91.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

2802d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05ce1efa9fda4b444c65d3b8dc9cf45d7b0b25b9fbf80d21d57669b7303c4f49?d=identicon)[mxschmitt](/maintainers/mxschmitt)

---

Top Contributors

[![mxschmitt](https://avatars.githubusercontent.com/u/17984549?v=4)](https://github.com/mxschmitt "mxschmitt (63 commits)")[![marburger93](https://avatars.githubusercontent.com/u/11341599?v=4)](https://github.com/marburger93 "marburger93 (5 commits)")[![ebencollins](https://avatars.githubusercontent.com/u/4583347?v=4)](https://github.com/ebencollins "ebencollins (1 commits)")

---

Tags

apicurlhttpphpsinusbothttpphpapisinusbot

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sinusbot-sinusbot-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/sinusbot-sinusbot-api-php/health.svg)](https://phpackages.com/packages/sinusbot-sinusbot-api-php)
```

###  Alternatives

[ciareis/bypass

Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.

11813.5k6](/packages/ciareis-bypass)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
