PHPackages                             touta/toutaphp - 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. touta/toutaphp

ActiveLibrary

touta/toutaphp
==============

Thin integration framework for the Touta PHP ecosystem

v0.1.0(1mo ago)01—0%MITPHPPHP ^8.3

Since Mar 21Pushed 1mo agoCompare

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

READMEChangelogDependencies (10)Versions (2)Used By (0)

ToutaPHP
========

[](#toutaphp)

Thin integration framework for the Touta PHP ecosystem. Boots a tiny app using ARIA-based packages.

Install
-------

[](#install)

```
composer require touta/toutaphp
```

Usage
-----

[](#usage)

```
use Touta\Framework\App;
use Touta\Eolas\ArrayLoader;

$app = App::create(new ArrayLoader(['app' => ['name' => 'MyApp']]));

$app->routes()->get('/hello/{name}', function (string $name): array {
    return ['message' => "Hello, {$name}!"];
});

$response = $app->handle('GET', '/hello/world');
```

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance96

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce6f74e928eeabfd45b6da43be7afd06ef132aff03e4b0bd710b000d54b93863?d=identicon)[nestormata](/maintainers/nestormata)

---

Top Contributors

[![nestormata](https://avatars.githubusercontent.com/u/1775687?v=4)](https://github.com/nestormata "nestormata (5 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/touta-toutaphp/health.svg)

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

PHPackages © 2026

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