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

ActiveProject

vanry/slim
==========

Slim framework skeleton for simple and small application

v4.0.1(4y ago)05MITPHPPHP ^7.3 || ^8.0

Since Dec 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vanry/slim)[ Packagist](https://packagist.org/packages/vanry/slim)[ RSS](/packages/vanry-slim/feed)WikiDiscussions master Synced 1w ago

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

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

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

Use this skeleton application to quickly setup and start working on a new Slim Framework 4 application.

It uses only a few packages to keep it minimal:

- `hassankhan/config` access configuration
- `monolog/monolog` log errors and exceptions
- `pimple/pimple` as dependency contain
- `slim/php-view` as template engine

Requirements
------------

[](#requirements)

- PHP 7.3+ or 8.0+

Installation
------------

[](#installation)

```
composer create-project vanry/slim [my-app-name]
```

Replace `[my-app-name]` with the desired directory name for your new application or leave it empty.

You'll want to:

- Point your virtual host document root to your new application's `public` directory.
- Ensure `storage` directory is web writable.

Start
-----

[](#start)

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

```
cd [my-app-name]

composer serve
```

After that, open `http://localhost:8000` in your browser.

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

```
composer test
```

Additonal test methods are in `tests/TestCase.php`, you are not limited to add your own.

That's it! Now go build something cool.

License
-------

[](#license)

It is open-sourced software licensed under the MIT license.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~9 days

Total

2

Last Release

1614d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

slimmicroframeworkslim 4 skeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[docler-labs/codeception-slim-module

Codeception Module for Slim framework.

13178.0k1](/packages/docler-labs-codeception-slim-module)

PHPackages © 2026

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