PHPackages                             phelixjuma/guiflow - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. phelixjuma/guiflow

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phelixjuma/guiflow
==================

GUIFlow is a no-code workflow builder

v7.1.34(10mo ago)0763MITPHPPHP &gt;=8.0CI passing

Since Sep 14Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/phelixjuma/guiflow-php)[ Packagist](https://packagist.org/packages/phelixjuma/guiflow)[ RSS](/packages/phelixjuma-guiflow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (613)Used By (0)

GUIFlow
=======

[](#guiflow)

GUIFlow is a no-code workflow builder.

Check the [documentation](docs/documentation.md) for more details

REQUIREMENTS
============

[](#requirements)

- PHP &gt;= 8
- justinrainbow/json-schema
- wyndow/fuzzywuzzy
- From v2.\*, we have additional requirements:
    - [Swoole](https://github.com/swoole/swoole-src): This package only works after you have installed Swoole extension and enabled the extension in your php.ini configuration file.
    - [PHP DAG](https://github.com/jumaphelix/php-dag)

INSTALLATION
============

[](#installation)

```
composer require phelixjuma/guiflow

```

USAGE
=====

[](#usage)

```
$data = [
    'customer_name' => 'Naivas',
    'delivery_location' => 'Kilimani',
    'items' => [
        ['name' => 'Capon Chicken', 'quantity' => 2,'uom' => 'KGS', 'unit_price' => 100]
    ],
    "delivery_date" => "2023-09-04"
];

$config = json_decode('[{
    "rule": "Split orders for different brands",
    "skip": "0",
    "description": "",
    "stage": "split_orders",
    "dependencies": [],
    "condition": {
      "path": "items.*.matched_value.PrincipalCode",
      "operator": "exists"
    },
    "actions": [
      {
        "stage": "split_items",
        "description": "",
        "dependencies": [],
        "skip":"0",
        "action": "function",
        "path": "",
        "function": "split",
        "args": {
          "split_path": "items",
          "criteria_path": "items.*.matched_value.PrincipalCode"
        }
      }
    ]
  }]');

class userDefinedFunctionsClass {
    // class that defines all user defined functions outside the package ecosystem.
}

$udfObj = new userDefinedFunctionsClass();

$workflow = new Workflow($config, $udfObj);
$workflow->run($data, true); // set second parameter to true for parallel execution

print_r($data); // this will show the modified data
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

Established project with proven stability

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 ~1 days

Total

612

Last Release

319d ago

Major Versions

v2.0.34 → v3.0.02024-04-13

v3.3.4 → v4.0.02024-08-01

v4.1.5 → v5.0.02024-08-20

v5.9.4 → v6.0.02024-11-28

v6.0.12 → v7.0.02025-01-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/582cad671dc442850583be8be4b91c410a30ef3ab716e2ff442733faedb09d2d?d=identicon)[phelixjuma](/maintainers/phelixjuma)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phelixjuma-guiflow/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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