PHPackages                             royvermeulen/morloax - 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. royvermeulen/morloax

ActiveLibrary

royvermeulen/morloax
====================

This is a simple php mvc framework.

v0.6.2(2y ago)013MITPHP

Since Jan 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/royvermeule/morloax)[ Packagist](https://packagist.org/packages/royvermeulen/morloax)[ RSS](/packages/royvermeulen-morloax/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

Morloax Framework
=================

[](#morloax-framework)

Description
-----------

[](#description)

Morloax Framework is a simple MVC framework for PHP, designed to streamline the development of web applications.

Getting Started
---------------

[](#getting-started)

1. **Make an Empty Project**

    Create an empty project and add a `composer.json` file to it. Add the following code to your `composer.json` file:

    ```
    {
      "autoload": {
         "psr-4": {
            "App\\": "app/",
            "Middleware\\": "middleware/"
            }
        },
       "require": {
       "royvermeulen/morloax": "*"
       }
    }
    ```

    Run the following command in your terminal to install Morlaux Framework:

    ```
    composer install
    ```
2. **Initialize Morlaux Framework**

    After installing Morlaux Framework, run the following command in your terminal:

    ```
    vendor/bin/morloax init
    ```
3. **Generate Settings**

    Generate the framework settings by running the following command:

    ```
    vendor/bin/morloax generate:settings
    ```

    Now run this command:

    ```
    composer dump-autolaod
    ```

Now you're done! Your Morloax Framework is set up and ready for development.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~0 days

Total

14

Last Release

852d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b169fd2df8e23a918f2b80522724dcb41157a7b21e58e829be8727a4f97c87be?d=identicon)[royvermeule](/maintainers/royvermeule)

---

Top Contributors

[![royvermeule](https://avatars.githubusercontent.com/u/78598589?v=4)](https://github.com/royvermeule "royvermeule (2 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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