PHPackages                             rantes/dumbophp - 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. rantes/dumbophp

ActiveFramework[Framework](/categories/framework)

rantes/dumbophp
===============

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

v2.8.2.21(4y ago)6164MITPHPPHP ^7.3.0CI passing

Since Mar 29Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)DependenciesVersions (48)Used By (0)

DumboPHP
========

[](#dumbophp)

[![Build Status](https://camo.githubusercontent.com/8c2c9d2e56ad32872955c6eadd3f60dcd2b952ec2a6d036f8a15f181a4bf9e84/68747470733a2f2f7472617669732d63692e636f6d2f72616e7465732f44756d626f5048502e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/rantes/DumboPHP)[![Latest Stable Version](https://camo.githubusercontent.com/2855e172f6b4691fc7728d62f974558f736ec86b04501acc09a13aee78ee7ffd/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f762f737461626c65)](https://packagist.org/packages/rantes/dumbophp) [![Total Downloads](https://camo.githubusercontent.com/da528cb492b81745452f76d62e75e448f1dc707dc49b98d5850fdbc7eb410a49/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f646f776e6c6f616473)](https://packagist.org/packages/rantes/dumbophp) [![Monthly Downloads](https://camo.githubusercontent.com/b21dbf85c63484c4ceaf355d666cf561987cbe397702fa6551cc25786c3b6b92/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f642f6d6f6e74686c79)](https://packagist.org/packages/rantes/dumbophp) [![Daily Downloads](https://camo.githubusercontent.com/10a9132a271eeb56da2b9a51a8798bc921048c9002c53265c9a61ff8c641d93e/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f642f6461696c79)](https://packagist.org/packages/rantes/dumbophp) [![Latest Unstable Version](https://camo.githubusercontent.com/98c31ae34ced58ef626bba81d06af6653a97203ed92ca0dfb582f6479ef7edf2/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f762f756e737461626c65)](https://packagist.org/packages/rantes/dumbophp) [![License](https://camo.githubusercontent.com/111153149cf6b04c5c616df3c8aa7f55c51d77914644fafbb6a96b2e65b65efe/68747470733a2f2f706f7365722e707567782e6f72672f72616e7465732f64756d626f7068702f6c6963656e7365)](https://packagist.org/packages/rantes/dumbophp)[![DumboPHP](./logo.png "DumboPHP")](./logo.png)

### Summary

[](#summary)

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

### Setup

[](#setup)

- Get the latest version, clone it or download the zip.
- Unzip if is needed.
- Go to the folder and run the install script:

```
cd /path/to/DumboPHP/
sudo ./install.php

```

#### via composer

[](#via-composer)

```
composer require rantes/dumbophp

```

### Server configuration

[](#server-configuration)

- PHP: Enable short open tags.
- Apache: enable mod\_rewrite.
- Consider to set a local domain up with a virtual host).

    - Remember to enable virtual host mod.
    - You can use this config as a sample:

```
#!apache

    ServerAdmin webmaster@localhos.com
    ServerName myproject.local
    ServerAlias myproject.local
    DocumentRoot /path/to/myproject

            Options Indexes FollowSymLinks
            AllowOverride All
            Order allow,deny
            allow from all

```

```
#!nginx

server {

    root /path/to/myproject/app/webroot;
    index index.php;

    server_name myproject.local;

    set $token "";

    if ($is_args) { # if the request has args update token to "&"
        set $token "&";
    }

    location / {
            set $args "${args}${token}url=${uri}";
            rewrite ^/(.*\.(png|gif|jpg|jpeg|js|pdf|css|ico|svg|json|webp|woff|ttf))$ /$1 break;
            try_files $uri $uri/ /index.php$is_args$args;
    }

    location ~ \.php$ {
            include snippets/fastcgi-php.conf;
            fastcgi_pass unix:/run/php/php7.4-fpm.sock;
    }

    location ~ /\.ht {
            deny all;
    }
}

```

### Go Further

[](#go-further)

For more info, please visite homepage [DumboPHP](http://www.dumbophp.com/).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 99.4% 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 ~46 days

Recently: every ~16 days

Total

47

Last Release

1582d ago

PHP version history (3 changes)v2.3.9PHP &gt;=5.2.0

v2.7PHP &gt;=7.2.0

v2.7.1PHP ^7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8048ef3fa8bc99fd321a76879985f57e7f8f05c843f58f763fb124b3390abf60?d=identicon)[rantes](/maintainers/rantes)

---

Top Contributors

[![rantes](https://avatars.githubusercontent.com/u/374673?v=4)](https://github.com/rantes "rantes (491 commits)")[![xeagal](https://avatars.githubusercontent.com/u/4855992?v=4)](https://github.com/xeagal "xeagal (3 commits)")

---

Tags

activerecordormphpphp-frameworkphpframeworkormrecordmvcactiveOOP

### Embed Badge

![Health badge](/badges/rantes-dumbophp/health.svg)

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

###  Alternatives

[phpmv/ubiquity

Ubiquity-framework

70038.8k6](/packages/phpmv-ubiquity)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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