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

ActiveProject[Framework](/categories/framework)

akrabat/slim3-skeleton
======================

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

3427.2k97[7 issues](https://github.com/akrabat/slim3-skeleton/issues)[2 PRs](https://github.com/akrabat/slim3-skeleton/pulls)PHP

Since Jan 6Pushed 9y ago35 watchersCompare

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

READMEChangelogDependenciesVersions (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.

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

[](#create-your-project)

```
$ composer create-project --no-interaction --stability=dev akrabat/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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community28

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33135?v=4)[Rob Allen](/maintainers/akrabat)[@akrabat](https://github.com/akrabat)

---

Top Contributors

[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (41 commits)")[![mathmarques](https://avatars.githubusercontent.com/u/1610091?v=4)](https://github.com/mathmarques "mathmarques (3 commits)")[![dayofr](https://avatars.githubusercontent.com/u/1278609?v=4)](https://github.com/dayofr "dayofr (1 commits)")[![icharlie](https://avatars.githubusercontent.com/u/1139544?v=4)](https://github.com/icharlie "icharlie (1 commits)")[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (1 commits)")[![Antnee](https://avatars.githubusercontent.com/u/2102062?v=4)](https://github.com/Antnee "Antnee (1 commits)")[![msheakoski](https://avatars.githubusercontent.com/u/4156?v=4)](https://github.com/msheakoski "msheakoski (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)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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