PHPackages                             moflet/moflet - 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. moflet/moflet

AbandonedArchivedLibrary

moflet/moflet
=============

0946PHP

Since Mar 9Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Moflet
======

[](#moflet)

Moflet is a Simple and Fast PHP framework.

Installation
------------

[](#installation)

### Setup composer

[](#setup-composer)

```
$ cd /www/HOST/     # Project Directory
$ curl -s https://getcomposer.org/installer | php

```

### Create composer.json

[](#create-composerjson)

```
$ vi composer.json

{
    "require": {
        "moflet/moflet": "dev-master"
     }
}

```

### Install Moflet

[](#install-moflet)

```
$ php composer.phar install

```

### Setup Project

[](#setup-project)

```
$ php vendor/moflet/moflet/bin/mof-init

```

### Apache configuration

[](#apache-configuration)

```
$ vi httpd.conf

    DocumentRoot /www/HOST/public/
    ServerName HOST
    ErrorLog  logs/HOST.error_log
    CustomLog logs/HOST.access_log common

        RewriteEngine on
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond $1 !^(index\.php|images|robots\.txt|favicon\.ico)
        RewriteRule ^(.*)$ /index.php/$1 [L]

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% 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/499c2927188ddb7ceccaefff77105f05d8bc8d58c0db3ef9ffe816b459ff3b2b?d=identicon)[inouet](/maintainers/inouet)

---

Top Contributors

[![inouet](https://avatars.githubusercontent.com/u/2936687?v=4)](https://github.com/inouet "inouet (50 commits)")[![soknel](https://avatars.githubusercontent.com/u/84654171?v=4)](https://github.com/soknel "soknel (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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