PHPackages                             lukaszknasiecki/uho-mvc - 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. lukaszknasiecki/uho-mvc

ActiveLibrary[Framework](/categories/framework)

lukaszknasiecki/uho-mvc
=======================

PHP model-view-controller framework

0.3.4(1w ago)12.5k—6.7%11MITPHPPHP &gt;=8.1

Since Jul 30Pushed 1w agoCompare

[ Source](https://github.com/lukaszknasiecki/uho-mvc)[ Packagist](https://packagist.org/packages/lukaszknasiecki/uho-mvc)[ RSS](/packages/lukaszknasiecki-uho-mvc/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (45)Versions (106)Used By (1)

UHO-MVC
=======

[](#uho-mvc)

Simple PHP model-view-controller framwework using own ORM and Twig as templating system.

Setting up
----------

[](#setting-up)

To setup run:

`composer install`

Or for production environment:

`composer install --no-dev`

System requirements
-------------------

[](#system-requirements)

This project is using PHP8.2+ and mySQL

Schema Validation
-----------------

[](#schema-validation)

You can validate your schemas with `schema-validate` script. By default script with validate all schemas from `application/models/json` folder. You also define list of models to validate in `/application_config/schemas.json` and use `application_config/schemas.json` folder as first parameter of the command, and optional folder to look for schemas as a second parameter.

Examples:

`chmod +x vendor/lukaszknasiecki/uho-mvc/bin/schema-validate``vendor/lukaszknasiecki/uho-mvc/bin/schema-validate`

or

`vendor/lukaszknasiecki/uho-mvc/bin/schema-validate application_config``vendor/lukaszknasiecki/uho-mvc/bin/schema-validate cms/application/models/_schemas.json cms/application/models/json`

CMS Schema Clear
----------------

[](#cms-schema-clear)

If you want to clear schemas from UHO-CMS related objects, you can use `schema-app-clear` script:

`./vendor/lukaszknasiecki/uho-mvc/bin/schema-app-clear application/models/json/`

Warning - don't use it for CMS schemas as they will be stripped of CMS-dedicated objects.

Model Building
--------------

[](#model-building)

Now, you can build/update your initial SQL tables for models with defined schemas. First parameter should be filename of your `.env` file. By default script with validate all schemas from `application/models/json` folder. You also define list of models to validate in `/application_config/schemas.json` by using `application_config` folder as the second parameter of the command, and an optional folder to look for schemas as a thirs parameter.

`chmod +x vendor/lukaszknasiecki/uho-mvc/bin/schema-build``vendor/lukaszknasiecki/uho-mvc/bin/schema-build application_config/.env`

or

`vendor/lukaszknasiecki/uho-mvc/bin/schema-build application_config/.env application_config/schemas.json`

Sample index.php
----------------

[](#sample-indexphp)

 'application\_config' \]))-&gt;run(); ## Tests You can perform framework unit tests with: `composer install` `composer require --dev phpunit/phpunit` `composer test` ## Contact lukasz@knasiecki.com

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance98

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89% 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 ~3 days

Total

104

Last Release

8d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29a66a5484c193f35396d0bc98984d7ead69856ec4bb897ba51953717319f867?d=identicon)[lukasz.knasiecki](/maintainers/lukasz.knasiecki)

---

Top Contributors

[![lukaszknasiecki](https://avatars.githubusercontent.com/u/8579752?v=4)](https://github.com/lukaszknasiecki "lukaszknasiecki (210 commits)")[![antymoro](https://avatars.githubusercontent.com/u/43903834?v=4)](https://github.com/antymoro "antymoro (13 commits)")[![daniel-wozniak](https://avatars.githubusercontent.com/u/43903834?v=4)](https://github.com/daniel-wozniak "daniel-wozniak (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lukaszknasiecki-uho-mvc/health.svg)

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

###  Alternatives

[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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