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 1mo ago1 watchersCompare

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

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

42

—

FairBetter than 90% of packages

Maintenance67

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 90.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

504d 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://www.gravatar.com/avatar/357d309912bbc5318d9877d1369987d2390c8e034b637e9f20671c28b09b5119?d=identicon)[mulertech](/maintainers/mulertech)

---

Top Contributors

[![mulertech](https://avatars.githubusercontent.com/u/57788787?v=4)](https://github.com/mulertech "mulertech (46 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.8k18.5M1.6k](/packages/cakephp-cakephp)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73142.3k25](/packages/jaxon-php-jaxon-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

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

PHPackages © 2026

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