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

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

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

31

—

LowBetter than 68% of packages

Maintenance51

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

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

[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.9k20](/packages/civicrm-civicrm-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[jaxon-php/jaxon-core

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

73142.3k25](/packages/jaxon-php-jaxon-core)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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