定制 semitexa/blockchain 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

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
  • ResourceBroadcastListener hooking 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
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-28