You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful, framework-agnostic workflow engine for PHP applications. This core library provides comprehensive workflow definition, execution, and state management capabilities without any framework dependencies.
10
10
11
+
## 📋 Requirements
12
+
13
+
-**PHP 8.3+** - Leverages modern PHP features for type safety and performance
14
+
-**Composer** - For dependency management
15
+
-**No framework dependencies** - Works with any PHP project
16
+
11
17
## ✨ Features
12
18
13
19
-**🚀 Framework Agnostic**: Works with any PHP framework or standalone applications
@@ -20,13 +26,30 @@ A powerful, framework-agnostic workflow engine for PHP applications. This core l
20
26
-**⏱️ Timeouts**: Step-level timeout controls for reliable execution
21
27
-**📋 Conditions**: Conditional workflow execution based on runtime data
22
28
-**🎯 Events**: Rich event system for monitoring and integration
29
+
-**🧪 Well Tested**: Comprehensive test suite with 160+ assertions
0 commit comments