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

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

nalgoo/app
==========

0.0.5(1y ago)020proprietaryPHPPHP 8.3.\* || 8.4.\*

Since Nov 8Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/nalgoo/app)[ Packagist](https://packagist.org/packages/nalgoo/app)[ RSS](/packages/nalgoo-app/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (6)Used By (0)

Nalgoo App
==========

[](#nalgoo-app)

Example usage with PHP DI
-------------------------

[](#example-usage-with-php-di)

```
use DI\ContainerBuilder;
use Nalgoo\App;
use Nalgoo\App\Builder;

// optional, highly recommended
Builder::setDefaults();

$containerBuilder = new ContainerBuilder();
$containerBuilder->addDefinitions(Builder::getDefinitions());

$container = $containerBuilder->build();

$app = $container->get(App::class);
$app->register($routes);
$app->register($middleware); // should be before registerCoreMiddleware()
$app->registerCoreMiddleware();
$app->run();
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

5

Last Release

562d ago

PHP version history (2 changes)0.0.1PHP 8.3.\*

0.0.5PHP 8.3.\* || 8.4.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/45479117045e318b73b42b47cff564fe1c0b16079a1feed4eaeea7c49adf8a4a?d=identicon)[nalgoo](/maintainers/nalgoo)

---

Top Contributors

[![senasi](https://avatars.githubusercontent.com/u/12956618?v=4)](https://github.com/senasi "senasi (6 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k53](/packages/ecotone-ecotone)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)

PHPackages © 2026

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