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

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

m92o/slim-mvc-skeleton
======================

A Slim Framework MVC skeleton application for rapid development

1.0.5(7y ago)361MITPHPPHP &gt;=7.1

Since Dec 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/m92o/slim-mvc-skeleton)[ Packagist](https://packagist.org/packages/m92o/slim-mvc-skeleton)[ Docs](https://github.com/m92o/slim-mvc-skeleton)[ RSS](/packages/m92o-slim-mvc-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

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

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

[![Build Status](https://camo.githubusercontent.com/3bfc19294eba5ec32d628b9f1bbdf3c990070eda56e1189bedebda95cd9233c1/68747470733a2f2f7472617669732d63692e6f72672f6d39326f2f736c696d2d6d76632d736b656c65746f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/m92o/slim-mvc-skeleton)[![Latest Stable Version](https://camo.githubusercontent.com/261dfbe41dd625f6dd191ab15f71e135c9d45a45f6ae59ff8b6da3c0c78ca7f8/68747470733a2f2f706f7365722e707567782e6f72672f6d39326f2f736c696d2d6d76632d736b656c65746f6e2f762f737461626c65)](https://packagist.org/packages/m92o/slim-mvc-skeleton)[![License](https://camo.githubusercontent.com/1e75ddd901d353231195870dbfdd5c295ab8fb027242c80426f89b5c6fd660b3/68747470733a2f2f706f7365722e707567782e6f72672f6d39326f2f736c696d2d6d76632d736b656c65746f6e2f6c6963656e7365)](https://packagist.org/packages/m92o/slim-mvc-skeleton)

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

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.

```
composer create-project m92o/slim-mvc-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 run these commands

```
cd [my-app-name]
composer start

```

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

```
composer test

```

That's it! Now go build something cool.

Features
--------

[](#features)

- Model (Eloquent ORM)
- View (PHP-View)
- Controller
- DI Container (Pimple)
- Logger (Monolog)
- Unit testing (PHPUnit)
- Docker for development

TODO
----

[](#todo)

- Session
- Cookie
- CORS
- CSRF
- Database migration
- Basic authentication
- Debug Bar

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~10 days

Total

6

Last Release

2646d ago

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

1.0.1PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![m92o](https://avatars.githubusercontent.com/u/140899?v=4)](https://github.com/m92o "m92o (11 commits)")

---

Tags

phpslim-frameworkrestrouterpsr7microframework

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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