bedelightful/flow-expr-engine

A powerful engine for handling flow components and expressions.

Installs: 0

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/bedelightful/flow-expr-engine

v0.1 2026-01-14 16:57 UTC

This package is auto-updated.

Last update: 2026-01-14 18:10:32 UTC


README

A powerful flow expression engine for creating and managing structured components.

Installation

$ composer require bedelightful/flow-expr-engine -vvv

Usage

use BeDelightful\FlowExprEngine\ComponentFactory;
use BeDelightful\FlowExprEngine\Structure\StructureType;

// Create form component example
$formComponent = ComponentFactory::generateTemplate(StructureType::Form);

// More usage examples...
``