PHPackages                             mulertech/application - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mulertech/application

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mulertech/application
=====================

This application run request handler with request message received and produce a response message

v1.0.11(1y ago)0149MITPHPPHP ^8.3CI passing

Since Oct 25Pushed 4w ago1 watchersCompare

[ Source](https://github.com/mulertech/application)[ Packagist](https://packagist.org/packages/mulertech/application)[ RSS](/packages/mulertech-application/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (10)Versions (14)Used By (0)

Application
===========

[](#application)

---

[![Latest Version on Packagist](https://camo.githubusercontent.com/2fb58008e18430c15421bd93701adc1508de5d91c304b770815fd9bef5135d5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d756c6572746563682f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mulertech/application)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b0baf544167a84ab2524b82aa96da8904e7717f7e201197a859a1fc91fce64f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d756c6572746563682f6170706c69636174696f6e2f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mulertech/application/actions/workflows/tests.yml)[![GitHub PHPStan Action Status](https://camo.githubusercontent.com/1bf35f130ebadddaddc3a5324a47f9d8443dcec71126a396b1a93d2f7cc39851/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d756c6572746563682f6170706c69636174696f6e2f7068707374616e2e796d6c3f6272616e63683d6d61696e266c6162656c3d7068707374616e267374796c653d666c61742d737175617265)](https://github.com/mulertech/application/actions/workflows/phpstan.yml)[![Total Downloads](https://camo.githubusercontent.com/da37365fb40a628a40b86dd1ef231cd7987934459fae2e2b3df49700bc89fa43/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d756c6572746563682f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mulertech/application)[![Test Coverage](https://raw.githubusercontent.com/mulertech/application/badge/badge-coverage.svg)](https://packagist.org/packages/mulertech/application)

---

This application run request handlers with request message received and produce a response message

---

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

[](#installation)

###### *Two methods to install Application package with composer :*

[](#two-methods-to-install-application-package-with-composer-)

1.

Add to your "**composer.json**" file into require section :

```
"mulertech/application": "^1.0"

```

and run the command :

```
php composer.phar update

```

2.

Run the command :

```
php composer.phar require mulertech/application "^1.0"

```

---

Usage
-----

[](#usage)

###### *Initialize the application with one or more middlewares :*

[](#initialize-the-application-with-one-or-more-middlewares-)

```
$app = new Hub([ControllerMiddleware::class]);

```

###### *Find the project path (It can be used in all your project) :*

[](#find-the-project-path-it-can-be-used-in-all-your-project-)

```
$projectPath = $app::projectPath();

```

> - *The application need the composer.json file in the project folder to determine its path.*

###### *Load env file into the project path :*

[](#load-env-file-into-the-project-path-)

```
$app::loadEnv($app::projectPath() . DIRECTORY_SEPARATOR . '.env.local');

```

###### *Load the parameters of the yaml files into the config path (recursively) into the container :*

[](#load-the-parameters-of-the-yaml-files-into-the-config-path-recursively-into-the-container-)

```
$app::loadConfig($container, $app::projectPath() . DIRECTORY_SEPARATOR . 'config');

```

###### *Run the application with the request given and produce a response message :*

[](#run-the-application-with-the-request-given-and-produce-a-response-message-)

```
$response = $app->run(ServerRequest::fromGlobals());

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance70

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 91.2% 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 ~72 days

Recently: every ~137 days

Total

12

Last Release

550d ago

PHP version history (5 changes)v1.0.6PHP ^7.3

v1.0.7PHP &gt;=7.3

v1.0.8PHP &gt;=7.4

v1.0.10PHP &gt;=8.3

v1.0.11PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57788787?v=4)[Sébastien Muler](/maintainers/mulertech)[@mulertech](https://github.com/mulertech)

---

Top Contributors

[![mulertech](https://avatars.githubusercontent.com/u/57788787?v=4)](https://github.com/mulertech "mulertech (52 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

open-source

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[mcp/sdk

Model Context Protocol SDK for Client and Server applications in PHP

1.5k1.5M86](/packages/mcp-sdk)[bref/bref

Bref is a framework to write and deploy serverless PHP applications on AWS Lambda.

3.4k10.6M67](/packages/bref-bref)[typo3/cms-core

TYPO3 CMS Core

3713.2M5.1k](/packages/typo3-cms-core)[xima/xima-typo3-frontend-edit

Frontend Edit - This extension provides an edit button for editors within frontend content elements.

1414.3k](/packages/xima-xima-typo3-frontend-edit)

PHPackages © 2026

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