PHPackages                             mpcmf/mpcmf-web-app - 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. mpcmf/mpcmf-web-app

ActiveProject[Framework](/categories/framework)

mpcmf/mpcmf-web-app
===================

1.0.0.x-dev(9y ago)1502[1 PRs](https://github.com/mpcmf/mpcmf-webApp/pulls)MITPHP

Since Jul 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mpcmf/mpcmf-webApp)[ Packagist](https://packagist.org/packages/mpcmf/mpcmf-web-app)[ RSS](/packages/mpcmf-mpcmf-web-app/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

mpcmf-webApp
============

[](#mpcmf-webapp)

mpcmf web application skeleton.

Use it to build new projects with based on mpcmf.

Ultra-fast web-server included! :)

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

[](#installation)

install base application structure

```
composer.phar create-project mpcmf/mpcmf-web-app:dev-master .

```

then install tested requirements

```
composer.phar install

```

Usage
-----

[](#usage)

Console commands usage

```
bin/mpcmf apps/defaultApp/console.php

```

Web server starts as single console command

```
# Single process server
bin/mpcmf apps/defaultApp/console.php webServer:run --bind 0.0.0.0 --ports 8082

# Multi processes/ports server for usage with balancer (e.g. haProxy, nginx)
bin/mpcmf apps/defaultApp/console.php webServer:run --bind 127.0.0.1 --ports 8082,8083,8084,8085

# Multi processes/ports server with included balancer (8080 - master port)
bin/mpcmf apps/defaultApp/console.php webServer:run --bind 127.0.0.1 --ports 8082,8083,8084,8085 -m 0.0.0.0:8080

```

Do not forget to clean up cache after some updates! By default in `/tmp/mpcmf`

Creating apps
-------------

[](#creating-apps)

Create new app in the `apps` directory. Default structure:

```
apps                          # directory with all project applications
└── defaultApp
    ├── commands              # directory for console commands
    │   ├── test              # your custom console sub-namespace
    │   │   └── something.php # custom command
    │   └── webServer         # webServer console command sub-namespace
    │       └── run.php       # webServer command
    ├── console.php           # console application with all application commands
    ├── defaultApp.php        # base application class
    ├── libraries             # directory for custom libraries
    ├── modules               # directory for application modules
    │   └── defaultModule     # single module
    │       ├── module.php    # base module class
    │       ├── routes.php    # some non-entity routes such as homepage
    │       ├── actions       # module actions, routes, acl settings related to entities
    │       ├── controllers   # mvc controllers
    │       ├── entities      # just meta-objects
    │       ├── mappers       # data mappers for storage, forms and relations
    │       ├── models        # mvc models
    │       ├── public        # some static files (do not accessible via http)
    │       └── templates     # mvc templates (module)
    └── templates             # another templates (application)

```

How fast is included web server? For example: info api `/MODULE/ENTITY/api.getInfo` 1.9ms

[![Image](https://camo.githubusercontent.com/42ec9b55813d30ccd7d64f7511746cc890fd7f2054db5decdacb4f19ff1797fe/68747470733a2f2f686162726173746f726167652e6f72672f66696c65732f3163362f6334652f3263372f31633663346532633762323734356663383962306438383536383361353663392e706e67)](https://camo.githubusercontent.com/42ec9b55813d30ccd7d64f7511746cc890fd7f2054db5decdacb4f19ff1797fe/68747470733a2f2f686162726173746f726167652e6f72672f66696c65732f3163362f6334652f3263372f31633663346532633762323734356663383962306438383536383361353663392e706e67)

Contact
-------

[](#contact)

Change environment options in `environment.local.php` file.

Please create issues for some bugs.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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

3624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50fd9e0d9f7dbe8e2e4f0f931f4ceccda0a20886abc7874b079f2ec6dab3051c?d=identicon)[greevex](/maintainers/greevex)

---

Top Contributors

[![greevex](https://avatars.githubusercontent.com/u/148401?v=4)](https://github.com/greevex "greevex (21 commits)")[![alexbilevskiy](https://avatars.githubusercontent.com/u/14160356?v=4)](https://github.com/alexbilevskiy "alexbilevskiy (9 commits)")[![gilberg-vrn](https://avatars.githubusercontent.com/u/11310253?v=4)](https://github.com/gilberg-vrn "gilberg-vrn (9 commits)")

### Embed Badge

![Health badge](/badges/mpcmf-mpcmf-web-app/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M840](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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