PHPackages                             skinnybot/skinny-skeleton - 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. [Framework](/categories/framework)
4. /
5. skinnybot/skinny-skeleton

ActiveProject[Framework](/categories/framework)

skinnybot/skinny-skeleton
=========================

A framework to create discord bot in PHP.

v2.0.0(6y ago)0149MITPHPPHP &gt;=7.3CI failing

Since Nov 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SkinnyBot/Skinny-Skeleton)[ Packagist](https://packagist.org/packages/skinnybot/skinny-skeleton)[ Docs](https://github.com/SkinnyBot/Skinny-Skeleton)[ RSS](/packages/skinnybot-skinny-skeleton/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Skinny Skeleton
===============

[](#skinny-skeleton)

TravisScrutinizerStyleCiStable VersionDownloadsLicense[![Build Status](https://camo.githubusercontent.com/6e68d1f801b7809aa7126ca3fd0696eab943d1389686ea91ce497c25d333705b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f536b696e6e79426f742f536b696e6e792d536b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/SkinnyBot/Skinny-Skeleton)[![Scrutinizer](https://camo.githubusercontent.com/8620f06c7c6bde152fa242181718f1055949786efa607db1cc692f8f1e759d7b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f536b696e6e79426f742f536b696e6e792d536b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/SkinnyBot/Skinny-Skeleton)[![StyleCI](https://camo.githubusercontent.com/d961a89fdb331674b6b8705a7ad299f89473b4484c3603f7bf3a2607105f910e/68747470733a2f2f7374796c6563692e696f2f7265706f732f37333337333837322f736869656c64)](https://styleci.io/repos/73373872)[![Latest Stable Version](https://camo.githubusercontent.com/75c1f327402c07a655bc224e03a108990141f75e8d336b03f37706d9dace2a80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f536b696e6e79426f742f536b696e6e792d536b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skinnybot/skinny-skeleton)[![Total Downloads](https://camo.githubusercontent.com/cb60d7f94e3edbe9fb3b940b6b50c8618e67ec93e6f604e0bc7cf8180e37c904/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736b696e6e79626f742f736b696e6e792d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skinnybot/skinny-skeleton)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skinnybot/skinny-skeleton)The bot skeleton used for [Skinny](https://github.com/SkinnyBot/Skinny).

The source code of the bot core can be found here: [SkinnyBot/Skinny](https://github.com/SkinnyBot/Skinny).

Requirements
============

[](#requirements)

- 📦 [Composer](https://getcomposer.org)
- [![PHP](https://camo.githubusercontent.com/7c1ac8d93d33ea188869c510717ca20e124c82c9b5a4c6bc14e2e504187fd387/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e362d3434434231322e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7c1ac8d93d33ea188869c510717ca20e124c82c9b5a4c6bc14e2e504187fd387/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e362d3434434231322e7376673f7374796c653d666c61742d737175617265)

Installation
============

[](#installation)

- `composer create-project --prefer-dist skinnybot/skinny-skeleton `
- Rename the file `config/config.default.php` to `config/config.php`
- Configure your bot token in the file `config/config.php`

Run
===

[](#run)

Command line only : `php run.php`

Note
====

[](#note)

The skeleton will install by default the [Module Plugin](https://github.com/SkinnyBot/Module) and the [Basic Plugin](https://github.com/SkinnyBot/Basic) automatically.

Running the bot permanently on a Server
---------------------------------------

[](#running-the-bot-permanently-on-a-server)

I recommend to use the popular `Unitech/pm2` npm package to run your bot. You will need `NodeJS` and `npm` installed on your server.

```
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs

# Then
sudo npm install pm2@latest -g
pm2 start run.php -n "skinny"

```

More informations on the `pm2` package can be found on the [Unitech/PM2](https://github.com/Unitech/pm2) repository.

More informations about installing NodeJS can be found [here](https://github.com/nodesource/distributions).

Contribute
==========

[](#contribute)

[Follow this guide to contribute](https://github.com/SkinnyBot/Skinny-Skeleton/blob/master/.github/CONTRIBUTING.md)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~358 days

Total

4

Last Release

2443d ago

Major Versions

v0.0.1 → v1.0.02016-11-12

v1.0.1 → v2.0.02019-10-22

PHP version history (2 changes)v0.0.1PHP &gt;=5.6

v2.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b411de63e10c9029d2d06da585856f15db12c23395bc908f085fad15638a8098?d=identicon)[Xety](/maintainers/Xety)

---

Top Contributors

[![Xety](https://avatars.githubusercontent.com/u/8210023?v=4)](https://github.com/Xety "Xety (34 commits)")

---

Tags

phpbotdiscordskinnydiscordphpbotphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/skinnybot-skinny-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/skinnybot-skinny-skeleton/health.svg)](https://phpackages.com/packages/skinnybot-skinny-skeleton)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)[digitalstars/simplevk

Powerful PHP library/framework for VK API bots, supporting LongPoll &amp; Callback &amp; OAuth

924.2k3](/packages/digitalstars-simplevk)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

273.9k1](/packages/alleyinteractive-pest-plugin-wordpress)

PHPackages © 2026

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