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

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

acatec/slim-skeleton
====================

A Slim Framework skeleton application for rapid development

1.0.0(7y ago)115MITPHPPHP &gt;=7.0.0

Since Feb 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/acatec/Slim-Skeleton)[ Packagist](https://packagist.org/packages/acatec/slim-skeleton)[ Docs](http://github.com/acatec/Slim-Skeleton)[ RSS](/packages/acatec-slim-skeleton/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Slim Framework 3
================

[](#slim-framework-3)

Skeleton Application
--------------------

[](#skeleton-application)

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

Uses mysql for example

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 acatec/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/` is web writeable.

To run the application in development using **docker**, you can run these commands

```
cd [my-app-name]
docker-compose up

```

or using **php built-in server**:

- must be a ready mysql server
- you have to change pdo settngs in `src/settings.php`

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

```

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

```
php composer.phar test

```

That's it! Now go build something cool.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2682d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11930243?v=4)[acatec](/maintainers/acatec)[@acatec](https://github.com/acatec)

---

Tags

restrouterpsr7microframework

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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