PHPackages                             satmaxt/slim-boilerplate - 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. satmaxt/slim-boilerplate

ActiveProject[Framework](/categories/framework)

satmaxt/slim-boilerplate
========================

Slim framework boilerplate with MVC mode

4.3.0(6y ago)16MITPHPPHP ^7.2.5

Since Nov 27Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (2)Used By (0)

slim-boilerplate
================

[](#slim-boilerplate)

A slim framework boilerplate with MVC, ready to use for your project

Features
--------

[](#features)

1. Slim v4
2. PHP-DI Container
3. Eloquent ORM
4. MVC
5. Symfony Var Dumper
6. Dynamic Basepath

Quick Installation
------------------

[](#quick-installation)

```
composer create-project --prefer-dist satmaxt/slim-boilerplate stdev
```

Change `stdev` to your project name

### Install Dependency

[](#install--dependency)

```
composer install
```

### Configure Database Connection

[](#configure-database-connection)

Open file `configs/database.php`

```
return [
    'driver'    => 'mysql',
    'host'      => 'localhost',
    'database'  => 'yourdbname',
    'username'  => 'yourdbusername',
    'password'  => 'yourdbpassword',
    'charset'   => 'utf8',
    'collation' => 'utf8_unicode_ci',
    'prefix'    => '',
];
```

and change it with your database information

Deployment
----------

[](#deployment)

Open file `bootstrap/app.php` and find this line:

```
$app->addErrorMiddleware(true, true, true);
```

change the first argument to `false` and save it.

### Install Dependency

[](#install-dependency)

```
composer install --optimize-autoloader --no-dev
```

License
-------

[](#license)

This bolerplate is licensed under the MIT license. See [License File](LICENSE) for more information.

Copyright © 2019. Satria Aji Putra

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f62d0a903f4c9dbe52ed1f5836172c64d2380938a9fb70aff52e8ef64ba4460?d=identicon)[satriaajiputra](/maintainers/satriaajiputra)

---

Top Contributors

[![satriaajiputra](https://avatars.githubusercontent.com/u/11694404?v=4)](https://github.com/satriaajiputra "satriaajiputra (5 commits)")

### Embed Badge

![Health badge](/badges/satmaxt-slim-boilerplate/health.svg)

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

###  Alternatives

[vesp/core

Vesp core library to make backend simple

243.8k5](/packages/vesp-core)

PHPackages © 2026

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