PHPackages                             mgilangjanuar/slimedoo - 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. mgilangjanuar/slimedoo

ActiveProject[Framework](/categories/framework)

mgilangjanuar/slimedoo
======================

PHP framework made with Slim and Medoo as main component.

2.0.3(10y ago)457MITPHPPHP &gt;=5.3.0

Since Aug 21Pushed 10y agoCompare

[ Source](https://github.com/mgilangjanuar/slimedoo)[ Packagist](https://packagist.org/packages/mgilangjanuar/slimedoo)[ Docs](https://github.com/mgilangjanuar/slimedoo)[ RSS](/packages/mgilangjanuar-slimedoo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

SliMedoo Framework v2
=====================

[](#slimedoo-framework-v2)

[![Latest Stable Version](https://camo.githubusercontent.com/8caa3d6a8ed268e78c61398da0c320ae37112e1fe1f852261d7abd06f3ca434d/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c616e676a616e7561722f736c696d65646f6f2f762f737461626c65)](https://packagist.org/packages/mgilangjanuar/slimedoo) [![Total Downloads](https://camo.githubusercontent.com/6af894c010ced4dc4297dcf710b99576d3f4bcf4e578d9d134df2f684b7cc742/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c616e676a616e7561722f736c696d65646f6f2f646f776e6c6f616473)](https://packagist.org/packages/mgilangjanuar/slimedoo) [![Latest Unstable Version](https://camo.githubusercontent.com/85cf64423f39bfb2b992b5d50220dac5a7b49a9fab3a2241d1b8438c70b2bb78/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c616e676a616e7561722f736c696d65646f6f2f762f756e737461626c65)](https://packagist.org/packages/mgilangjanuar/slimedoo) [![License](https://camo.githubusercontent.com/e6034ed890f7977bc56957590fbca30479af4b3556f4b0683bac371c9ea6af3f/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c616e676a616e7561722f736c696d65646f6f2f6c6963656e7365)](https://packagist.org/packages/mgilangjanuar/slimedoo)

SliMedoo adalah PHP framework yang merupakan hasil pengembangan dari [Slim](http://slimframework.com/) dan [Medoo](http://medoo.in/) sebagai komponen utamanya. Slim digunakan untuk routing dan Medoo untuk melakukan koneksi dan komunikasi dengan database. Komponen lainnya yaitu [Valitron](https://github.com/vlucas/valitron), [uFlex](http://ptejada.com/projects/uFlex), dan [PHPMailer](https://github.com/PHPMailer/PHPMailer). SliMedoo Framework v2 terispirasi dari [yii2](http://yiiframework.com) yang elegan dan powerful. Beberapa syntax yang ada di yii2 terdapat juga di sini.

### Requirements

[](#requirements)

PHP &gt;= 5.3

### Usage

[](#usage)

Install via composer, ketik ini di console

Untuk versi 2.0.1 (menggunakan Valitron sebagai validator form)

```
composer create-project mgilangjanuar/slimedoo:"2.0.1"

```

Untuk current version (menggunakan [verifyjs](http://verifyjs.com) sebagai validator form)

```
composer create-project mgilangjanuar/slimedoo

```

Jika belum install composer, ketik ini di console

```
curl -sS https://getcomposer.org/installer | php

```

Setelah itu pindahkan isi folder environments/app/\* ke app/ dan lakukan beberapa konfigurasi file berikut:

- update composer (gunakan perintah `composer update` pada console).
- config.php (sesuaikan dengan konfigurasi database Anda dll).
- mail.php (optional, pada base app konfigurasi ini hanya digunakan untuk implementasi forgot password).
- params.php (optional, bila menggunakan plugin lain yang perlu menginitialisasi value tertentu, akses dengan cara \\App::params()).

### Folder Structure

[](#folder-structure)

```
app
    component/                  for add PHP class to project
    config/                     config files
    controllers/                controllers class files
    models/                     models class files
    system/                     main PHP class
    views/                      view files
environments
    app
        config                  config files
            database/           SQL File for initialize database
web
    assets/                     assets files like css, js, and others

```

### Tutorial

[](#tutorial)

[Simple Guide](https://github.com/mgilangjanuar/slimedoo/wiki)

### License

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~2 days

Total

4

Last Release

3914d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/177e30d688cd877daa2cd2e24404bc4f8db10e2280127d4f4696e608d317c68b?d=identicon)[mgilangjanuar](/maintainers/mgilangjanuar)

---

Top Contributors

[![mgilangjanuar](https://avatars.githubusercontent.com/u/3146378?v=4)](https://github.com/mgilangjanuar "mgilangjanuar (46 commits)")

---

Tags

phpframeworkslimtemplatemedoo

### Embed Badge

![Health badge](/badges/mgilangjanuar-slimedoo/health.svg)

```
[![Health](https://phpackages.com/badges/mgilangjanuar-slimedoo/health.svg)](https://phpackages.com/packages/mgilangjanuar-slimedoo)
```

###  Alternatives

[slim/php-view

Render PHP view scripts into a PSR-7 Response object.

2739.7M95](/packages/slim-php-view)[slim/twig-view

Slim Framework 4 view helper built on top of the Twig 3 templating component

3708.0M210](/packages/slim-twig-view)[mathmarques/smarty-view

Slim Framework 4 view helper built on top of the Smarty templating component

24134.7k1](/packages/mathmarques-smarty-view)[projek-xyz/slim-plates

Render your Slim 3 application views using Plates template engine.

2678.2k3](/packages/projek-xyz-slim-plates)[patricksavalle/slim-rest-api

Production-grade REST-API App-class for PHP SLIM, in production on https://zaplog.pro (https://api.zaplog.pro/v1)

101.4k](/packages/patricksavalle-slim-rest-api)

PHPackages © 2026

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