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

ActiveLibrary[Framework](/categories/framework)

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

Thin integration framework for the Touta PHP ecosystem

v0.1.0(3mo ago)01↓77.8%MITPHPPHP ^8.3

Since Mar 21Pushed 3mo agoCompare

[ Source](https://github.com/toutaio/toutaphp)[ Packagist](https://packagist.org/packages/touta/toutaphp)[ RSS](/packages/touta-toutaphp/feed)WikiDiscussions main Synced 3w 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

33

—

LowBetter than 72% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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

94d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1775687?v=4)[Nestor Mata Cuthbert](/maintainers/nestormata)[@nestormata](https://github.com/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)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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