PHPackages                             terrylinooo/slimvc - 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. terrylinooo/slimvc

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

terrylinooo/slimvc
==================

A Slim 3 Framework skeleton application with MVC structure for rapid development

1.0.1(7y ago)111MITPHPPHP &gt;=5.5.0

Since Nov 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/terrylinooo/slimvc)[ Packagist](https://packagist.org/packages/terrylinooo/slimvc)[ Docs](https://github.com/terrylinooo/slimvc)[ RSS](/packages/terrylinooo-slimvc/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Slimvc - Slim Framework 3 MVC
=============================

[](#slimvc---slim-framework-3-mvc)

Slimvc is a Slim Framework 3 skeleton application based on [Slim-Skeleton](https://github.com/slimphp/Slim-Skeleton), Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application with MVC structure built.

- The latest Slim 3 Framework.
- PHP-View template renderer.
- Twig-View template renderer
- Monolog logger.

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 terrylinooo/slimvc [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 writeable.
- Ensure `template_cahce/` is writeable. This directory is for template engine `Twig` cahced files.

To run the application in development, you can run these commands

```
cd [my-app-name]
php composer.phar start

```

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

```
php composer.phar test

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2772d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

micro-frameworkphp-frameworkslim-frameworkslim3-skeletonrestrouterpsr7microframework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/terrylinooo-slimvc/health.svg)

```
[![Health](https://phpackages.com/badges/terrylinooo-slimvc/health.svg)](https://phpackages.com/packages/terrylinooo-slimvc)
```

PHPackages © 2026

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