ausus/view-system
Composer 安装命令:
composer require ausus/view-system
包简介
AUSUS L5 — View System. ViewDefinition / PageDefinition / SectionDefinition: pure presentation metadata assembled for the React Renderer. No compile, no hash, no repository.
README 文档
README
AUSUS 2.0 — View System (L5). Pure presentation metadata: ViewDefinition
→ PageDefinition → SectionDefinition, where a section shows a projection or an
action. No compile, no hash, no repository — it only assembles metadata for the
React Renderer to consume.
Installation
composer require ausus/view-system:^2.0
Dependencies
- PHP 8.3+
- none
Public surface
Ausus\View\ViewDefinition,Ausus\View\PageDefinition,Ausus\View\SectionDefinition— value objects withtoArray().Ausus\View\ViewRegistry— collects view definitions.
Minimal example
<?php use Ausus\View\ViewDefinition; $view = new ViewDefinition(/* entity, pages, sections */); $json = $view->toArray(); // consumed by @ausus/react-renderer
Documentation
See the canonical reference docs/v2/ and the
Quick Start.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-29