PHPackages                             dominossauro/engine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dominossauro/engine

ActiveLibrary[API Development](/categories/api)

dominossauro/engine
===================

Low-code flow processing engine for the Dominossauro platform

1.0.1(2mo ago)03proprietaryPHPPHP &gt;=8.0

Since Mar 2Pushed 2mo agoCompare

[ Source](https://github.com/Dominossauro/engine-php)[ Packagist](https://packagist.org/packages/dominossauro/engine)[ Docs](https://github.com/dominossauro/engine-php)[ RSS](/packages/dominossauro-engine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Dominossauro Engine
===================

[](#dominossauro-engine)

Description
-----------

[](#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?
-----------

[](#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?
---------------

[](#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
---------------

[](#main-components)

### Engine

[](#engine)

Main class that coordinates the entire system. Manages controller registration, endpoints, and HTTP request processing.

### FlowProcessor

[](#flowprocessor)

Responsible for executing node flows, finding endpoints matching requests, and orchestrating sequential node execution.

### FlowContext

[](#flowcontext)

Manages execution context, storing variables and data that can be shared between different nodes during a flow.

### FlowLog

[](#flowlog)

Logging system that records events and actions during flow execution, facilitating debugging and monitoring.

### LowCodeAPI

[](#lowcodeapi)

High-level API for validation and manipulation of endpoint and flow definitions in JSON format.

### LowCodeMiddleware

[](#lowcodemiddleware)

Middleware that intercepts HTTP requests and directs them to proper processing by the Engine.

### CustomNodeHandler

[](#customnodehandler)

Manager that enables registration and execution of custom nodes created by developers.

System Nodes
------------

[](#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
---------------------------------------

[](#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
------------

[](#requirements)

- PHP &gt;= 8.0
- dominossauro/sqlgenerator ^1.0

License
-------

[](#license)

Proprietary - All rights reserved © Dominossauro

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance86

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

74d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c68f2c8447ae000d0098d96cdde45fc26630601f163da404eaf57b5e143175a?d=identicon)[dominosssauro](/maintainers/dominosssauro)

---

Top Contributors

[![dominicmonteiro](https://avatars.githubusercontent.com/u/38115285?v=4)](https://github.com/dominicmonteiro "dominicmonteiro (7 commits)")

---

Tags

apilow-codeorchestrationflow-enginedominossauro

### Embed Badge

![Health badge](/badges/dominossauro-engine/health.svg)

```
[![Health](https://phpackages.com/badges/dominossauro-engine/health.svg)](https://phpackages.com/packages/dominossauro-engine)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
