PHPackages                             statescua/plaut - 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. statescua/plaut

ActiveFramework[Framework](/categories/framework)

statescua/plaut
===============

A lightweight MVC framework for newbies that use LAMP stack

1.2.3(4y ago)08MITPHPPHP &gt;=5.5.0

Since May 21Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Plaut
-----

[](#plaut)

Lightweight Model-View-Controller Micro PHP Framwork built for newbies who use a LAMP stack. Replit:

Install
-------

[](#install)

- composer create-project --prefer-dist statescua/plaut php-mvc
- cd php-mvc
- php -S 0.0.0.0:8080
- Then go to browser:

Requirements
------------

[](#requirements)

- PHP 7.0 or greater
- MySQL 4.1.2 or greater
- The mod\_rewrite Apache module

MOD\_REWRITE Apache2
--------------------

[](#mod_rewrite-apache2)

In order for Apache to understand rewrite rules, we first need to activate mod\_rewrite. It’s already installed, but it’s disabled on a default Apache installation. Use the a2enmod command to enable the module.

```
sudo a2enmod rewrite

```

```
sudo nano /etc/apache2/sites-available/000-default.conf

```

```

Options Indexes FollowSymLinks
AllowOverride All
Require all granted

```

```
sudo systemctl restart apache2

```

```
sudo nano /var/www/html/.htaccess

```

.htaccess
---------

[](#htaccess)

```

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

# Prevent file browsing
Options -Indexes

```

Proof:
------

[](#proof)

-
-

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

1815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08422dccabf49dc26a5e440f43ef255121211cae177efd69ab9e0bbd2c1e6592?d=identicon)[statescua](/maintainers/statescua)

---

Top Contributors

[![thinkphp](https://avatars.githubusercontent.com/u/98550?v=4)](https://github.com/thinkphp "thinkphp (25 commits)")

---

Tags

phpframeworkabstractiondatabasedbmvclayer

### Embed Badge

![Health badge](/badges/statescua-plaut/health.svg)

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

###  Alternatives

[opulence/opulence

The Opulence PHP framework

72329.0k1](/packages/opulence-opulence)

PHPackages © 2026

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