PHPackages                             5upermario/slim-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. 5upermario/slim-skeleton

ActiveTemplate[Framework](/categories/framework)

5upermario/slim-skeleton
========================

Skeleton app for slim framework

v1.0.2(4y ago)018[1 PRs](https://github.com/5upermario/slim-skeleton/pulls)MITPHP

Since Jul 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/5upermario/slim-skeleton)[ Packagist](https://packagist.org/packages/5upermario/slim-skeleton)[ RSS](/packages/5upermario-slim-skeleton/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

[![PHP Tests](https://github.com/5upermario/slim-skeleton/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/5upermario/slim-skeleton/actions/workflows/php.yml)

Create project
==============

[](#create-project)

```
composer create-project 5upermario/slim-skeleton project-name

# Docker:
docker run --rm --interactive --tty --volume $PWD:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer create-project 5upermario/slim-skeleton project-name
```

Utilities
=========

[](#utilities)

Serve application

```
composer serve
```

It runs a dev server on port 8000

Run tests

```
composer test
# Or
npm run test

# Docker:
docker run --rm --interactive --tty --volume $PWD:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer test
# Or
npm run test:docker
```

Watch tests

```
npm run watch:test

# Docker:
npm run watch:test:docker
```

Additional features
===================

[](#additional-features)

Event dispatcher
----------------

[](#event-dispatcher)

You can setup events and listeners in config/events.php like

```
return [
    \App\Example\Domain\Event\SomeEvent::class => [
        \App\Example\Domain\Event\SomeListener1::class,
        \App\Example\Domain\Event\SomeListener2::class,
    ],
];
```

Then you can evaluate these events with the EventDispatcher class

```
class ExampleClass {
    private EventDispatcher $eventDispatcher;

    public function __construct(EventDispatcher $eventDispatcher) {
        $this->eventDispatcher = $eventDispatcher;
    }

    public function someFunction() {
        $this->eventDispatcher->dispatch(new SomeEvent());
    }
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.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 ~9 days

Total

3

Last Release

1789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7003997?v=4)[5upermario](/maintainers/5upermario)[@5upermario](https://github.com/5upermario)

---

Top Contributors

[![5upermario](https://avatars.githubusercontent.com/u/7003997?v=4)](https://github.com/5upermario "5upermario (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/5upermario-slim-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/5upermario-slim-skeleton/health.svg)](https://phpackages.com/packages/5upermario-slim-skeleton)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[showdoc/showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online

12.8k7.1k](/packages/showdoc-showdoc)[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)

PHPackages © 2026

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