touta/aria-build-php

ARIA build-time tooling — manifest validation, layer enforcement, and dependency-graph checking for the Touta PHP ecosystem

Maintainers

Package info

github.com/toutaio/aria-build-php

pkg:composer/touta/aria-build-php

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-03-21 03:40 UTC

This package is auto-updated.

Last update: 2026-04-21 03:49:38 UTC


README

ARIA build-time tooling for the Touta PHP ecosystem.

Install

composer require touta/aria-build-php

What's included

  • Layer — Enum representing the 6 ARIA architecture layers
  • ComponentDescriptor — Value object describing a component's architectural position
  • LayerRule — Validates that dependencies only flow downward through layers
  • DependencyGraph — Directed graph with cycle detection

Quality

composer qa        # Full quality gate (lint + analyse + test)
composer test      # Run tests only
composer analyse   # PHPStan at max level
composer lint      # Check formatting

License

MIT