semitexa/blockchain
最新稳定版本:2026.04.15.0921
Composer 安装命令:
composer require semitexa/blockchain
包简介
Semitexa Blockchain - immutable verification log for ORM operations and audit trails
README 文档
README
Immutable verification log for ORM operations with cryptographic integrity and event broadcasting.
Purpose
Maintains an append-only chain of signed blocks for auditable ORM operations. Each block contains a SHA-256 hash linking to the previous block, with RSA-signed payloads for tamper detection.
Role in Semitexa
Depends on semitexa/core and semitexa/orm. Optionally integrates with NATS (basis-company/nats) for cross-node event broadcasting. Hooks into ORM operations automatically via ResourceBroadcastListener.
Key Features
- Append-only block chain with SHA-256 linking
- RSA cryptographic signing via
SignerInterface ResourceBroadcastListenerhooking into ORM operations automatically- NATS transport for broadcasting chain events
- Swoole-aware mutex locking for concurrent appends
- SQLite-backed local chain storage
Notes
The chain is local per node. NATS transport enables cross-node verification but is not required for single-instance deployments.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-28