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. [Framework](/categories/framework)
4. /
5. borschphp/application

ActiveLibrary[Framework](/categories/framework)

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

Borsch Framework application.

3.0.0(10mo ago)01.0k1MITPHPPHP ^8.2CI failing

Since May 28Pushed 10mo 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 3w 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

42

—

FairBetter than 89% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity78

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

327d 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

[symfony/symfony

The Symfony PHP framework

31.4k86.9M2.2k](/packages/symfony-symfony)[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k19.1M1.7k](/packages/cakephp-cakephp)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)

PHPackages © 2026

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