PHPackages                             choirulafandi/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. [Framework](/categories/framework)
4. /
5. choirulafandi/slim-skeleton

ActiveProject[Framework](/categories/framework)

choirulafandi/slim-skeleton
===========================

A Slim Framework skeleton application for development

354HTML

Since Oct 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rulzi/Slim-Skeleton)[ Packagist](https://packagist.org/packages/choirulafandi/slim-skeleton)[ RSS](/packages/choirulafandi-slim-skeleton/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Simple Slim Framework 3 skeleton application
============================================

[](#simple-slim-framework-3-skeleton-application)

### Requirements

[](#requirements)

- PHP 7.0 or newer.
- HTTP Server, Apache.
- MySQL Server 5.x or newer.

### Using

[](#using)

- [Slim Framework 3](http://www.slimframework.com/)
- [Laravel Database](https://github.com/illuminate/database)
- [Slim Twig View](https://github.com/slimphp/Twig-View)
- [Slim CSRF](https://github.com/slimphp/Slim-Csrf)
- [Slim Flash](https://github.com/slimphp/Slim-Csrf)
- [Monolog](https://github.com/Seldaek/monolog)
- [Robmorgan Phinx Migrations](https://phinx.org/)
- [Vlucas Valitron Validator](https://github.com/vlucas/valitron)
- [Vlucas phpdotenv](https://github.com/vlucas/phpdotenv)

### Installation

[](#installation)

1. Create Project

```
$ composer create-project -n -s dev choirulafandi/slim-skeleton my-app

```

2. Init phinx migration and edit migrations config at phinx.yml file

```
$ php vendor/bin/phinx init

```

3. Open .env in project root dan setting your environment

```
$ cp .env.example .env

```

4. chmod folder logs

```
$ sudo chmod -R 777 logs

```

5. use PHP built in server dan pointing to folder public as docroot.

```
$ php -S  localhost:8080 -t public/

```

6. Browse to

### Key Directory

[](#key-directory)

- `app`: Application code
- `app/src`: All class files within the `App` namespace
- `db`: Database migration and seeding
- `logs`: Log files
- `template`: Twig template files
- `public`: Webserver root
- `vendor`: Composer dependencies

### Key files

[](#key-files)

- `public/index.php`: Entry point to application
- `app/settings.php`: Configuration
- `app/dependencies.php`: Services for Pimple
- `app/middleware.php`: Application middleware
- `app/routes.php`: All application routes are here
- `app/database.php`: Setting database eloquent

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1627309?v=4)[Kim Evgeniy](/maintainers/afandi)[@afandi](https://github.com/afandi)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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