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. [Framework](/categories/framework)
4. /
5. royvermeulen/morloax

ActiveLibrary[Framework](/categories/framework)

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 3d 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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Every ~0 days

Total

14

Last Release

906d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/78598589?v=4)[royvermeule](/maintainers/royvermeule)[@royvermeule](https://github.com/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

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[shopware/storefront

Storefront for Shopware

684.6M237](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[shlinkio/shlink

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

5.1k5.2k](/packages/shlinkio-shlink)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)

PHPackages © 2026

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