PHPackages                             mrmoneyc/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. [Framework](/categories/framework)
4. /
5. mrmoneyc/slim-mvc-skeleton

ActiveProject[Framework](/categories/framework)

mrmoneyc/slim-mvc-skeleton
==========================

Slim Framework 3 skeleton.

61031PHP

Since May 26Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Slim 3 MVC Skeleton
===================

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

This is a simple skeleton project for Slim 3 that includes FluentPDO, Twig and Monolog.

Base on

Prepare
-------

[](#prepare)

1. Create your project:

    ```
    `$ composer create-project -n -s dev mrmoneyc/slim-mvc-skeleton YOUR_APP_NAME`

    ```
2. Create database: `$ cat sql/db.sql | sqlite3 storage/db/db.sqlite`

### Run it:

[](#run-it)

1. `$ cd YOUR_APP_NAME`
2. `$ php -S 0.0.0.0:8888 -t public/`
3. Browse to

### Run coding style check

[](#run-coding-style-check)

1. Install \[PHP\_CodeSniffer\] ([https://github.com/squizlabs/PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer))
2. `$ cd YOUR_APP_NAME`
3. `$ phpcs`

### Run test

[](#run-test)

1. Install \[PHPUnit\] ()
2. `$ cd YOUR_APP_NAME`
3. `$ phpunit`

### Notice

[](#notice)

Set `storage/` folder permission to writable when deploy to production environment

Key directories
---------------

[](#key-directories)

- `app`: Application code
- `app/controllers`: Controller files
- `app/models`: Model files
- `app/templates`: Template files
- `storage/log`: Log files
- `storage/db`: SQLite DB files
- `public`: Webserver root
- `vendor`: Composer dependencies
- `sql`: sql dump file for sample database

Key files
---------

[](#key-files)

- `public/index.php`: Entry point to application
- `app/settings.php`: Configuration
- `app/dependencies.php`: Services for Pimple
- `app/middleware.php`: Application middleware
- `app/routes.php`: All application routes are here
- `app/controllers/IndexController.php`: Controller class for the home page
- `app/models/ConfigurationModel.php`: Model class for configurations table
- `app/templates/index.twig`: Template file for the home page

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52797?v=4)[Chun-Ping (Jeremy) Chang](/maintainers/mrmoneyc)[@mrmoneyc](https://github.com/mrmoneyc)

---

Top Contributors

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

---

Tags

phpskeletonslim-framework

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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