PHPackages                             sunaryohadi/slim3-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. sunaryohadi/slim3-skeleton

ActiveProject

sunaryohadi/slim3-skeleton
==========================

Simple Slim Framework 3 skeleton with Twig, Monolog, ezSQL (mysqli). Also has sample of simple CRUD.

5120PHP

Since Jun 26Pushed 5y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#slim-3-skeleton)

This is a simple skeleton project for Slim 3 that includes Twig, Flash messages, Monolog &amp; ezSQL.

Also theres same component, which is mostly required.

Twig template using SASS and bourbon family. Also included sample of "simple CRUD".

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

[](#requirements)

- PHP 5.6.x or newer
- MySQL Server 5.x or newer

Create your project:
--------------------

[](#create-your-project)

```
$ composer create-project -n -s dev sunaryohadi/slim3-skeleton my-app

```

### Database

[](#database)

- Create database and import crud.sql for sample daabase

### Run it:

[](#run-it)

1. `$ cd my-app`
2. `$ composer start`
3. Browse to

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

[](#key-directories)

- `private`: Application code
- `private/src`: All class files within the `private` namespace
- `private/templates`: Twig template files
- `tmp/cache`: Twig's Autocreated cache files
- `tmp/log`: Log files
- `web`: Webserver root
- `private/routes`: Router file
- `private/vendor`: Composer dependencies
- `private/sass`: Sass files using bourbon.io

Key files
---------

[](#key-files)

- `web/index.php`: Entry point to Application
- `private/settings.php`: Configuration
- `private/dependencies.php`: Services for Pimple
- `private/middleware.php`: Application middleware
- `private/routes/root.php`: Main route are here
- `private/src/Action/HomeAction.php`: Action class for the home page
- `private/templates/main.twig`: Main base Twig Template
- `private/templates/home.twig`: Twig template file for the home page

Credits
-------

[](#credits)

-

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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://www.gravatar.com/avatar/f6cb9a1f0bfcad647fdd1bf682b7bd8719d016ba7a569189e30dd3b5380ddf64?d=identicon)[sunaryohadi](/maintainers/sunaryohadi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sunaryohadi-slim3-skeleton/health.svg)

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

PHPackages © 2026

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