dominossauro/engine
Composer 安装命令:
composer require dominossauro/engine
包简介
Low-code flow processing engine for the Dominossauro platform
README 文档
README
Description
The Dominossauro Engine is the core low-code flow processing and orchestration component of the Dominossauro platform. This component is responsible for interpreting and executing visual flows defined through nodes, enabling the creation of APIs and business logic without the need to manually write code.
What is it?
The Engine is a node-based flow processor that transforms JSON definitions into executable logic. It functions as the "brain" of the Dominossauro platform, coordinating the execution of different types of nodes (variables, validations, loops, HTTP requests, database operations, etc.) in a sequential and conditional manner.
What is it for?
The Engine enables:
- Low-Code Flow Processing: Interprets and executes visual flows defined through interconnected nodes
- API Orchestration: Manages HTTP endpoints and routes requests to appropriate flows
- Context Management: Maintains variables and state during flow execution through
FlowContext - Data Validation: Processes complex validation rules with multiple verification types
- Loops and Iterations: Supports repetition structures over arrays and data collections
- Custom Nodes: Allows extension through custom nodes created by developers
- Logging and Debugging: Records flow execution for analysis and debugging
Main Components
Engine
Main class that coordinates the entire system. Manages controller registration, endpoints, and HTTP request processing.
FlowProcessor
Responsible for executing node flows, finding endpoints matching requests, and orchestrating sequential node execution.
FlowContext
Manages execution context, storing variables and data that can be shared between different nodes during a flow.
FlowLog
Logging system that records events and actions during flow execution, facilitating debugging and monitoring.
LowCodeAPI
High-level API for validation and manipulation of endpoint and flow definitions in JSON format.
LowCodeMiddleware
Middleware that intercepts HTTP requests and directs them to proper processing by the Engine.
CustomNodeHandler
Manager that enables registration and execution of custom nodes created by developers.
System Nodes
The Engine includes several built-in nodes:
- NodeVariable: Creation and manipulation of variables in the flow context
- NodeValidation: Data validation with support for multiple rules
- NodeLoop: Iteration over arrays and collections
- NodeSetVariableValue: Assignment of values to existing variables
In addition to internal nodes, the Engine integrates with nodes from other Dominossauro packages:
- NodeGet, NodeQuery, NodeAuth (from Router)
- NodeResponse (from HttpResponse)
Integration with Dominossauro Ecosystem
The Engine works together with several other platform components:
- dominossauro/router: HTTP route and endpoint management
- dominossauro/httpresponse: HTTP response formatting and sending
- dominossauro/httprequest: HTTP request processing
- dominossauro/baserepository: Data access and repositories
- dominossauro/sqlgenerator: Automatic SQL query generation
- dominossauro/app: Main application and entry point
Requirements
- PHP >= 8.0
- dominossauro/sqlgenerator ^1.0
License
Proprietary - All rights reserved © Dominossauro
dominossauro/engine 适用场景与选型建议
dominossauro/engine 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「orchestration」 「low-code」 「flow-engine」 「dominossauro」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 dominossauro/engine 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dominossauro/engine 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 dominossauro/engine 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This package provides a powerful core for No Code, Low Code solutions.
DX-first workflow / saga / compensation engine for Laravel with native dry-run, reverse-order compensation, business impact tracking, opt-in persistence, and audit events.
A PSR-7 compatible library for making CRUD API endpoints
PHP microservice orchestration pattern library.
Symfony bundle and framework-agnostic core to integrate managed applications with Application Manager (orchestration, consumption, operational state).
Framework-neutral PHP client and worker SDK for the Durable Workflow server
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-02-27