PHPackages                             musaid/slim3-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. musaid/slim3-skeleton

ActiveProject[Framework](/categories/framework)

musaid/slim3-skeleton
=====================

Simple Slim Framework 3 skeleton with Twig &amp; Monolog.

0.1.0(10y ago)034BSD-3-ClausePHP

Since Dec 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/musaid/slim3-skeleton)[ Packagist](https://packagist.org/packages/musaid/slim3-skeleton)[ RSS](/packages/musaid-slim3-skeleton/feed)WikiDiscussions master Synced 4w ago

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

Slim 3 Skeleton
===============

[](#slim-3-skeleton)

This is a simple skeleton project for Slim 3 that includes Twig, Flash messages and Monolog \[Original Author: Rob Allen ()\].

Create your project:
--------------------

[](#create-your-project)

```
$ composer create-project -n -s stable musaid/slim3-skeleton my-app

```

### Run it:

[](#run-it)

1. `$ cd my-app`
2. `$ php -S 0.0.0.0:8888 -t public public/index.php`
3. Browse to

Key directories
---------------

[](#key-directories)

- `app`: Application code
- `app/src`: All class files within the `App` namespace
- `app/templates`: Twig template files
- `cache/twig`: Twig's Autocreated cache files
- `log`: Log files
- `public`: Webserver root
- `vendor`: Composer dependencies

Key files
---------

[](#key-files)

- `public/index.php`: Entry point to application
- `app/settings.php`: Configuration
- `app/dependencies.php`: Services for Pimple
- `app/middleware.php`: Application middleware
- `app/routes.php`: All application routes are here
- `app/src/Action/HomeAction.php`: Action class for the home page
- `app/templates/home.twig`: Twig template file for the home page

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.2% 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

3842d ago

### Community

Maintainers

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

---

Top Contributors

[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (32 commits)")[![mathmarques](https://avatars.githubusercontent.com/u/1610091?v=4)](https://github.com/mathmarques "mathmarques (3 commits)")[![musaid](https://avatars.githubusercontent.com/u/637461?v=4)](https://github.com/musaid "musaid (2 commits)")[![icharlie](https://avatars.githubusercontent.com/u/1139544?v=4)](https://github.com/icharlie "icharlie (1 commits)")[![dayofr](https://avatars.githubusercontent.com/u/1278609?v=4)](https://github.com/dayofr "dayofr (1 commits)")[![needcaffeine](https://avatars.githubusercontent.com/u/205796?v=4)](https://github.com/needcaffeine "needcaffeine (1 commits)")[![stormwild](https://avatars.githubusercontent.com/u/657249?v=4)](https://github.com/stormwild "stormwild (1 commits)")[![Tjoosten](https://avatars.githubusercontent.com/u/5157609?v=4)](https://github.com/Tjoosten "Tjoosten (1 commits)")

---

Tags

Skeletonslim-framework

### Embed Badge

![Health badge](/badges/musaid-slim3-skeleton/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[odan/slim4-skeleton

A Slim 4 skeleton

4588.6k](/packages/odan-slim4-skeleton)[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)
