PHPackages                             burtscherflorian/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. [HTTP &amp; Networking](/categories/http)
4. /
5. burtscherflorian/slim-skeleton

ActiveLibrary[HTTP &amp; Networking](/categories/http)

burtscherflorian/slim-skeleton
==============================

A Slim Framework skeleton application for rapid development

v1.0(8y ago)123MITPHPPHP &gt;=5.5.0

Since Oct 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/burtscherflorian/Slim-Skeleton)[ Packagist](https://packagist.org/packages/burtscherflorian/slim-skeleton)[ Docs](http://github.com/burtscherflorian/Slim-Skeleton)[ RSS](/packages/burtscherflorian-slim-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Slim Framework 3 Skeleton Application
=====================================

[](#slim-framework-3-skeleton-application)

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3 with the PHP-View template renderer. It also uses the Monolog logger.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install the Application
-----------------------

[](#install-the-application)

### Install with composer.phar

[](#install-with-composerphar)

Run this command from the directory in which you want to install your new Slim Framework application.

```
php composer.phar create-project burtscherflorian/slim-skeleton [my-app-name]

```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` is web writeable.

To run the application in development, you can also run this command.

```
php composer.phar start

```

Run this command to run the test suite

```
php composer.phar test

```

That's it! Now go build something cool.

### Install directly

[](#install-directly)

ONLY WORKS IF COMPOSER IS INSTALLED ON YOUR SYSTEM

Read the docs on  to add composer dependency manager to your system.

Run this command from the directory in which you want to install your new Slim Framework application.

```
composer create-project burtscherflorian/slim-skeleton [my-app-name]

```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` is web writeable.

To run the application in development, you can also run this command.

```
composer start

```

Run this command to run the test suite

```
composer test

```

That's it! Now go build something cool.

Extensions
----------

[](#extensions)

The docs for application extensions are coming soon.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

3139d ago

### Community

Maintainers

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

---

Top Contributors

[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (22 commits)")[![maccath](https://avatars.githubusercontent.com/u/904427?v=4)](https://github.com/maccath "maccath (10 commits)")[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (10 commits)")[![silentworks](https://avatars.githubusercontent.com/u/79497?v=4)](https://github.com/silentworks "silentworks (3 commits)")[![casmith](https://avatars.githubusercontent.com/u/95950?v=4)](https://github.com/casmith "casmith (2 commits)")[![geggleto](https://avatars.githubusercontent.com/u/4027602?v=4)](https://github.com/geggleto "geggleto (2 commits)")[![a-r-m-i-n](https://avatars.githubusercontent.com/u/1275298?v=4)](https://github.com/a-r-m-i-n "a-r-m-i-n (2 commits)")[![rawkode](https://avatars.githubusercontent.com/u/145816?v=4)](https://github.com/rawkode "rawkode (1 commits)")[![shahariaazam](https://avatars.githubusercontent.com/u/1095008?v=4)](https://github.com/shahariaazam "shahariaazam (1 commits)")[![agarzon](https://avatars.githubusercontent.com/u/339828?v=4)](https://github.com/agarzon "agarzon (1 commits)")[![tsia](https://avatars.githubusercontent.com/u/1386595?v=4)](https://github.com/tsia "tsia (1 commits)")[![Big-Shark](https://avatars.githubusercontent.com/u/646054?v=4)](https://github.com/Big-Shark "Big-Shark (1 commits)")[![CoolGoose](https://avatars.githubusercontent.com/u/51180?v=4)](https://github.com/CoolGoose "CoolGoose (1 commits)")[![DavidePastore](https://avatars.githubusercontent.com/u/1949364?v=4)](https://github.com/DavidePastore "DavidePastore (1 commits)")[![dopesong](https://avatars.githubusercontent.com/u/7201955?v=4)](https://github.com/dopesong "dopesong (1 commits)")[![holtkamp](https://avatars.githubusercontent.com/u/776405?v=4)](https://github.com/holtkamp "holtkamp (1 commits)")[![mTorres](https://avatars.githubusercontent.com/u/473169?v=4)](https://github.com/mTorres "mTorres (1 commits)")

---

Tags

restrouterpsr7microframeworkslimphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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