PHPackages                             borschphp/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. borschphp/application

ActiveLibrary

borschphp/application
=====================

Borsch Framework application.

3.0.0(9mo ago)0996↓100%1MITPHPPHP ^8.2CI passing

Since May 28Pushed 9mo agoCompare

[ Source](https://github.com/borschphp/borsch-application)[ Packagist](https://packagist.org/packages/borschphp/application)[ Docs](http://github.com/borschphp/borsck-application)[ RSS](/packages/borschphp-application/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (24)Used By (1)

Borsch - Application
====================

[](#borsch---application)

Borsch Framework application wrapper.

This package is part of the Borsch Framework.

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

[](#installation)

Via [composer](https://getcomposer.org/) :

`composer require borschphp/application`

Usage
-----

[](#usage)

```
$container = new Container();
$container->set(PipePathMiddleware::class);
$container->set(RouteMiddleware::class);
$container->set(DispatchMiddleware::class);
$container->set(NotFoundHandlerMiddleware::class);
$container->set(TestHandler::class);
$container->set(FastRouteRouter::class);
$container->set(RouterInterface::class, FastRouteRouter::class)->cache(true);

$app = new Application(
    new RequestHandler(),
    $container->get(RouterInterface::class),
    $container
);

$app->pipe(RouteMiddleware::class);
$app->pipe(DispatchMiddleware::class);
$app->pipe(NotFoundHandlerMiddleware::class);

$app->get('/a/get/path', TestHandler::class);

$app->run(ServerRequestFactory::fromGlobals());
```

License
-------

[](#license)

The package is licensed under the MIT license. See [License File](https://github.com/borschphp/borsch-application/blob/master/LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance60

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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 ~94 days

Recently: every ~57 days

Total

21

Last Release

282d ago

Major Versions

0.7.2 → 1.0.02022-07-01

1.0.2 → v2.x-dev2024-12-11

2.0.1 → v3.x-dev2025-07-30

PHP version history (5 changes)0.2PHP ^7.2

0.7.1PHP ^7.2|^8.0

1.0.0PHP ^8.0

1.0.2PHP ^8.1

v2.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e1a70117520fe10a630d61c750bbe6888d174e9903825e741470f818ee2c5d1?d=identicon)[debuss-a](/maintainers/debuss-a)

---

Top Contributors

[![debuss](https://avatars.githubusercontent.com/u/2537607?v=4)](https://github.com/debuss "debuss (26 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M16.9k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M232](/packages/nelmio-api-doc-bundle)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)

PHPackages © 2026

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