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

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

wilkesystems/slim-skeleton
==========================

A Slim Framework skeleton application for rapid development

v1.0.0(7y ago)036MITPHPPHP &gt;=5.6CI failing

Since Apr 9Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (6)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 Composer

```
curl -sS https://getcomposer.org/installer | /usr/bin/php
mv composer.phar /usr/bin/composer

```

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

```
composer create-project wilkesystems/slim-skeleton [app]

```

Replace `[app]` 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 run these commands

```
cd [app]
composer start

```

Run this command in the application directory to run the test suite

```
composer test

```

That's it! Now go build something cool.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2edf7ff5db20e349289e82070524dffbc163aeb3d13e47914b33a9f9b8b76284?d=identicon)[wilkesystems](/maintainers/wilkesystems)

---

Top Contributors

[![wilkesystems](https://avatars.githubusercontent.com/u/29627128?v=4)](https://github.com/wilkesystems "wilkesystems (1 commits)")

---

Tags

restrouterpsr7microframework

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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