waaseyaa/note
Composer 安装命令:
composer require waaseyaa/note
包简介
Default built-in Note content type for Waaseyaa (core.note)
README 文档
README
Layer 2 — Content Types
Note entity type for Waaseyaa applications.
Defines the note entity type for lightweight, unstructured content entries (e.g. editorial annotations, internal notes). Simpler than node — no bundles, no editorial workflow. See docs/specs/ingestion-defaults.md for ingestion context.
Key classes: Note, NoteAccessPolicy, NoteServiceProvider.
Ingestion (Note\Ingestion\*) — experimental, not wired
The Note\Ingestion\ classes (NoteIngester, IngestionEnvelope, IngestionEnvelopeValidator, ValidationError) build a note entity from a validated ingestion envelope. They are experimental and not wired into any runtime path — no service provider, route, CLI command, or queue handler constructs NoteIngester or calls ->ingest(); only the package's own unit tests and tests/Integration/Phase19/NoteIngestionIntegrationTest.php exercise them. The ingestion.envelope schema itself is live but marked experimental (registered in defaults/ingestion.envelope.schema.json, surfaced by the schema:list CLI). To ingest a note today you must call NoteIngester directly; there is no end-to-end ingestion entry point.
统计信息
- 总下载量: 1.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 13
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-14