PHPackages                             erebot/skeleton-module - 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. erebot/skeleton-module

ActiveLibrary

erebot/skeleton-module
======================

Skeleton for a new module designed for Erebot

0.3.0(8y ago)11GPL-3.0+PHPPHP &gt;=7.0

Since May 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Erebot/Module_Skeleton)[ Packagist](https://packagist.org/packages/erebot/skeleton-module)[ Docs](https://github.com/Erebot/Module_Skeleton)[ RSS](/packages/erebot-skeleton-module/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

```
README for Erebot_Module_Skeleton

This file contains a few instructions on how to create a new module for Erebot.

First, let me make it clear that the content of this pseudo-module is released
under the version 3 or later of the GNU General Public License.

Now, let's see how this pseudo-module is organized.
Folders are indicated using a trailing "/" following their name (eg. "src/").
Each file/folder is followed by a short description on its role.
```
 /
 |- build.xml           A description of the tasks usable with Phing
 |                      (overrides vendor/erebot/buildenv/build.xml).
 |- composer.json       Package description for Composer.
 |- data/               Static files used by the module.
 |  `- i18n/            Translation catalogs for the module
 |                      (updated automatically by a call to "phing").
 |- docs/               Everything that relates to the documentation
 |  |                   (sub-folders are automatically created by Phing, Doxygen, ...).
 |  `- src/             Sources for the end-user documentation.
 |- Doxyfile            Doxygen configuration
 |                      (overrides vendor/erebot/buildenv/Doxyfile).
 |- LICENSE             License for the module.
 |- README              README information for the module (this file)
 |- src/                Source code for the module.
 |- tests/              (Unit) Tests for the module (compatible with PHPUnit).
 `- vendor/             Dependencies for the module, managed by Composer.
```

At a minimum, you will probably need to edit build.xml, composer.json and README.
In most cases, you only need to replace occurrences of "Erebot_Module_Skeleton"
with the name of your new module.

In addition, you may need to replace the content of the LICENSE file to reflect
the actual license used by your module.

Once this is done, you may start adding code under the src/ folder.
Well, actually, you'll need to create a folder structure under src/ matching
the names of the classes in your code.
For example, the class ``Erebot_Module_Skeleton`` really belongs to
``src/Erebot/Module/Skeleton.php``.

Now, to test your module, add the module to Erebot's composer.json and update
your Erebot installation with::

    $ php /path/to/composer.phar update

Then, add the configuration for your module in Erebot's configuration file and
start Erebot normally. It should detect your module and configure it with the
correct settings.

Voilà!
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2924d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3349e240558c2c63c2488ec7ddc04f623fad0adec6ff13ff4d58047b3facded4?d=identicon)[fpoirotte](/maintainers/fpoirotte)

---

Top Contributors

[![fpoirotte](https://avatars.githubusercontent.com/u/499919?v=4)](https://github.com/fpoirotte "fpoirotte (68 commits)")

---

Tags

modulebotircErebot

### Embed Badge

![Health badge](/badges/erebot-skeleton-module/health.svg)

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

PHPackages © 2026

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