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

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

seromenho/slim-skeleton
=======================

A PHP-MVC Slim Framework skeleton application for rapid development

3.0(12y ago)537PHPPHP &gt;=5.3.0

Since Jul 4Pushed 12y ago2 watchersCompare

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

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

My Slim Framework Skeleton based on [PHP-MVC PROJECT](http://www.php-mvc.net/)

If you have installed composer globally use: composer create-project seromenho/slim-skeleton \[my-app-name\]

Original README.md from the forked project:

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

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

Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim and Slim-Views repositories. It also uses Sensio Labs' [Twig](http://twig.sensiolabs.org) template library.

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

Install Composer
----------------

[](#install-composer)

If you have not installed Composer, do that now. I prefer to install Composer globally in `/usr/local/bin`, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally.

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

[](#install-the-application)

After you install Composer, run this command from the directory in which you want to install your new Slim Framework application.

```
php composer.phar create-project slim/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/` and `templates/cache` are web writeable.

That's it! Now go build something cool.

How to Contribute
-----------------

[](#how-to-contribute)

### Pull Requests

[](#pull-requests)

1. Fork the Slim Skeleton repository
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch to the **develop** branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually.

### Style Guide

[](#style-guide)

All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~83 days

Recently: every ~42 days

Total

8

Last Release

4471d ago

Major Versions

1.1.0 → 2.0.02013-08-22

2.1.2 → 3.02014-02-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bc8ff4e907b1c6ea275928302fb4ed98c6a84e6bcb3f37a2ee64586fb865641?d=identicon)[seromenho](/maintainers/seromenho)

---

Top Contributors

[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (10 commits)")[![seromenho](https://avatars.githubusercontent.com/u/476673?v=4)](https://github.com/seromenho "seromenho (1 commits)")

---

Tags

restroutermicroframework

### Embed Badge

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

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

PHPackages © 2026

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