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

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

tecno-academy/slim-skeleton
===========================

A Slim Framework skeleton application for rapid development

2.0.0(3y ago)05MITPHPPHP &gt;=5.3.0

Since Oct 29Pushed 3y agoCompare

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

READMEChangelogDependencies (5)Versions (5)Used By (0)

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~1223 days

Total

3

Last Release

1400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f285e8e3d048765f0916725ea06359c278f97f1664b9b53e7044d19741fe920?d=identicon)[bluedrayco](/maintainers/bluedrayco)

---

Top Contributors

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

---

Tags

restroutermicroframework

### Embed Badge

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

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

PHPackages © 2026

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