ausus/view-system 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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: ViewDefinitionPageDefinitionSectionDefinition, 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 with toArray().
  • 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: TypeScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-29