PHPackages                             rakshazi/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. [Templating &amp; Views](/categories/templating)
4. /
5. rakshazi/slim-skeleton

ActiveLibrary[Templating &amp; Views](/categories/templating)

rakshazi/slim-skeleton
======================

1.1.3(8y ago)320PHP

Since Feb 16Pushed 8y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (20)Used By (0)

Install
=======

[](#install)

Project
-------

[](#project)

```
composer create-project rakshazi/slim-skeleton
```

Docker
------

[](#docker)

> **NOTE**: this docker image is production ready and works only with SSL for production and with SSL and without it for dev env.

1. Change `your.site` domain in `docker-compose.yml` and `docker-compose-prod.yml` to your domain
2. Run docker-compose:

```
#For development
docker-compose up

#For production
docker-compose -f docker-compose-prod.yml up -d
```

Composer dependencies, migrations, and DB will be created automaticaly

Docker - which image to choose?
-------------------------------

[](#docker---which-image-to-choose)

### `rakshazi/slim-skeleton` (Dockerfile)

[](#rakshazislim-skeleton-dockerfile)

> **@deprecated**: that file will be removed in future, but you still can use it

Must be used for development only. Includes composer with dependencies in it. `composer update` runs on container start

### `quay.io/rakshazi/slim-skeleton` (Dockerfile.quay)

[](#quayiorakshazislim-skeleton-dockerfilequay)

Full-featured image **without composer** and its dependencies. `composer update` should be run on build stage.

Example of Dockerfile for your usage (if you dont want to build base image yourself):

```
FROM composer/composer:alpine
COPY ./ /app
RUN composer update --ignore-platform-reqs --no-ansi --no-dev \
        --no-interaction --no-progress --no-scripts --optimize-autoloader \
        -d /app

FROM quay.io/rakshazi/slim-skeleton
MAINTAINER Your Name
COPY --from=0 /app/ /var/www/
```

Documentation
=============

[](#documentation)

### Backend

[](#backend)

- App - **Slim Framework**: [slimframework.com/docs/](https://www.slimframework.com/docs/) + [rakshazi/slim-suit](https://github.com/rakshazi/slim-suit) + [akrabat/rka-slim-session-middleware](https://github.com/akrabat/rka-slim-session-middleware)
- ORM - **Medoo**: [medoo.in/doc](https://medoo.in/doc)
- Migrations, seeds - **Phinx**: [docs.phinx.org](http://docs.phinx.org/en/latest/)
- Exception handling - **Sentry.io**: [docs.sentry.io](https://docs.sentry.io)
- Session storage - **Redis**: [redis.io](https://redis.io)

### Frontend

[](#frontend)

- Rendering engine - **Twig**: [twig.sensiolabs.org](https://twig.sensiolabs.org/) + [slim/flash](https://github.com/slimphp/Slim-Flash) + [kanellov/slim-twig-flash](https://github.com/kanellov/slim-twig-flash)
- Framework - **Twitter Bootstrap**: [getbootstrap.com](https://getbootstrap.com/getting-started/) + [jQuery](https://jquery.com)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

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

Total

18

Last Release

3262d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d07cb59ba8a7317225b73c56424f74b590ac60f6991f958f58d31ab50bb70ef?d=identicon)[rakshazi](/maintainers/rakshazi)

---

Top Contributors

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

---

Tags

dockerdocker-composeskeletonslimslim-frameworkslim-suittwig

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

40159.2k19](/packages/rareloop-lumberjack-core)

PHPackages © 2026

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