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

ActiveProject

mrcoco/slim3-eloquent-skeleton
==============================

Simple Slim Framework 3 skeleton with scaffold tool, migrations,Twig,eloquent &amp; Monolog.

7086819[5 issues](https://github.com/mrcoco/slim3-eloquent-skeleton/issues)[2 PRs](https://github.com/mrcoco/slim3-eloquent-skeleton/pulls)PHP

Since Oct 3Pushed 1y ago10 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#slim-3-skeleton)

This is a simple skeleton project fork from akrabat/slim3-skeleton that includes scaffold tool, migrations,auth,Twig, Flash messages, eloquent ORM and Monolog.

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

[](#create-your-project)

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

```

### Run it:

[](#run-it)

1. `$ cd my-app`
2. Change database setting `app\setting.php`
3. `$ vendor/davedevelopment/phpmig/bin/phpmig migrate`
4. `$ php -S 0.0.0.0:8888 -t public public/index.php`
5. Browse to

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

[](#key-directories)

- `app`: Application code
- `app/src`: All class files within the `App` namespace
- `app/templates`: Twig template files
- `cache/twig`: Twig's Autocreated cache files
- `log`: Log 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/src/Action/HomeAction.php`: Action class for the home page
- `app/templates/home.twig`: Twig template file for the home page

CLI Tools
---------

[](#cli-tools)

- Currently there are 3 supported commands:
- `php cli.php create:action MyActionClassName`
- `php cli.php create:middleware MyMiddlewareClassName`
- `php cli.php create:model MyModelClassName`
- `php cli.php create:scaffold MyModuleName`

Migration
---------

[](#migration)

- migrate all data
- php cli.php migrate
- Confirmation of status
- php cli.php status
- Creating // migration file
- php cli.php generate \[MigrationName\]
- //Execution of migration
- php cli.php migration
- // I one Back
- php cli.php rollback
- // Return all
- php cli.php rollback -t 0
- // Go back to the time of completion of the specified MigrationID
- php cli.php rollback -t \[MigrationID\]
- // Only specified MigrationID the migration / roll back
- php cli.php \[up | down\] \[MigrationID\]

### Demo User:

[](#demo-user)

1. `admin` username: `admin@slim.dev` password: `password`
2. `moderator` username: `moderator@slim.dev` password: `password`
3. `user` username: `user@slim.dev` password: `password`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.7% 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/614d5c35a8cd2aef93764a161643e3952389785c7eaca5bc17a3deb291061217?d=identicon)[mrcoco](/maintainers/mrcoco)

---

Top Contributors

[![mrcoco](https://avatars.githubusercontent.com/u/377529?v=4)](https://github.com/mrcoco "mrcoco (45 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![preciousgeorge](https://avatars.githubusercontent.com/u/5020413?v=4)](https://github.com/preciousgeorge "preciousgeorge (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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