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

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

crazedvic/slim-skeleton
=======================

A barebones Slim Framework 3.x skeleton application for rapid development on nitrous.io

3.0.1(10y ago)026MITPHPPHP &gt;=5.5.0

Since Jul 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (11)Used By (0)

Slim Framework 3 Super Basic Application Skeleton
=================================================

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

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. I'm using this on  specifically and have modified the files so this all works right away. I've removed the php-view and the monolog stuff as I can add that later and I actually prefer TWIG. Also had to lower min version requirement of Slim to 3.0 so slim/twig-view would install.

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)

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

```
php composer.phar create-project crazedvic/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.

Then cd to the `[my-app-name]` folder and type in:

```
php -S 0.0.0.0:8080 -t public public/index.php

```

Now you can go visit the default site if it's running on your own machine at  or if you are using NITROUS.IO click Preview in the Menu and select Port 8080.

That's it! Now go build something cool.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~145 days

Recently: every ~214 days

Total

10

Last Release

3837d ago

Major Versions

1.1.0 → 2.0.02013-08-22

2.x-dev → 3.0.02015-12-07

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

3.0.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/935b993fa7f9925af83ea022cac214e45afb144f048b8a11c31f8044dd780395?d=identicon)[crazedVic](/maintainers/crazedVic)

---

Top Contributors

[![crazedVic](https://avatars.githubusercontent.com/u/5771026?v=4)](https://github.com/crazedVic "crazedVic (23 commits)")[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (10 commits)")[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (7 commits)")[![silentworks](https://avatars.githubusercontent.com/u/79497?v=4)](https://github.com/silentworks "silentworks (2 commits)")[![dopesong](https://avatars.githubusercontent.com/u/7201955?v=4)](https://github.com/dopesong "dopesong (1 commits)")[![mTorres](https://avatars.githubusercontent.com/u/473169?v=4)](https://github.com/mTorres "mTorres (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)")

---

Tags

restrouterpsr7microframework

### Embed Badge

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

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

PHPackages © 2026

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