PHPackages                             zhiephie/boilerplate-slim3 - 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. [Framework](/categories/framework)
4. /
5. zhiephie/boilerplate-slim3

ActiveLibrary[Framework](/categories/framework)

zhiephie/boilerplate-slim3
==========================

Boilerplate for getting started with Slim Framework

v1.0(10y ago)2316210MITPHPPHP &gt;=5.5.0CI failing

Since Mar 24Pushed 5y ago4 watchersCompare

[ Source](https://github.com/zhiephie/boilerplate-slim3)[ Packagist](https://packagist.org/packages/zhiephie/boilerplate-slim3)[ Docs](https://github.com/zhiephie/boilerplate-slim3)[ RSS](/packages/zhiephie-boilerplate-slim3/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (13)Versions (3)Used By (0)

Boilerplate for Slim Framework 3 [![Build Status](https://camo.githubusercontent.com/d142b2f9d1329dfe2199c4af4d825dafc13f20cfc208cdf3b6e21fe46bac4be9/68747470733a2f2f7472617669732d63692e6f72672f7a686965706869652f626f696c6572706c6174652d736c696d332e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zhiephie/boilerplate-slim3) [![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=purwantoyudi42%40gmail%2ecom&lc=ZA&item_name=Timex%20Studio&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#boilerplate-for-slim-framework-3--)

Boilerplate for getting started with Slim Framework

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application. This application uses the latest Slim 3.

### Requirements:

[](#requirements)

- PHP 5.5 or newer
- PDO PHP Extension

### Features

[](#features)

- PHP View
- Twig Template Engine
- Eloquent Laravel
- Sentinel Authentication provider
- Include SDK Facebook
- Logger Monolog
- AdminLTE soon

##### 1 Manual Install

[](#1-manual-install)

You can manually install by cloning this repo or download the zip file from this repo, and run `composer install`.

```
$ git clone https://github.com/zhiephie/boilerplate-slim3.git
$ composer install

```

##### 2 Alternative install via `composer`

[](#2-alternative-install-via-composer)

```
$ composer create-project --no-interaction --stability=dev zhiephie/boilerplate-slim3 [folder-name]

```

##### 3 Setup Permission

[](#3-setup-permission)

After composer finished install the dependencies, you need to change file and folder permission.

```
$ chmod -R 777 storage
$ chmod 666 config/database.php

```

##### 4 Configuration Database and Setting App

[](#4-configuration-database-and-setting-app)

Configuration file located in `config`, edit the database.php, setting.php

##### 5 Run `php migrate`

[](#5-run-php-migrate)

```
$ php migrate

```

##### 6 Run Server `php -S localhost:8000 -t public`

[](#6-run-server--php--s-localhost8000--t-public)

```
$ php -S localhost:8000 -t public

```

### That's it! Now go build something cool.

[](#thats-it-now-go-build-something-cool)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.2% 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

Unknown

Total

1

Last Release

3702d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68387cca97bf9ba67597557ce745ee2ce3cb949db3b711bf294601ed82adacaf?d=identicon)[zhiephie](/maintainers/zhiephie)

---

Top Contributors

[![zhiephie](https://avatars.githubusercontent.com/u/5674973?v=4)](https://github.com/zhiephie "zhiephie (25 commits)")[![sandykurniawan19](https://avatars.githubusercontent.com/u/22511934?v=4)](https://github.com/sandykurniawan19 "sandykurniawan19 (3 commits)")[![devjet](https://avatars.githubusercontent.com/u/7139967?v=4)](https://github.com/devjet "devjet (1 commits)")

---

Tags

boilerplatephpslim-frameworkframeworktwigslimeloquentmonolog

### Embed Badge

![Health badge](/badges/zhiephie-boilerplate-slim3/health.svg)

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

###  Alternatives

[xsanisty/slim-starter

Slim Framework in MVC environment with Eloquent as database provider and Twig as template engine

2882.1k](/packages/xsanisty-slim-starter)

PHPackages © 2026

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